DescriptionCPU profiler should support names of accessors set via v8::Object::SetAccessor
This change fixes the case when the accessors are invoked from JSObject::{Get,Set}PropertyWithCallback.
It already works for inlined calls generated by StoreStubCompiler::CompileStoreCallback. The same still needs to be fixed for getter invocations generated by BaseLoadStubCompiler::CompileLoadCallback, corresponding case is commented out in the new test.
BUG=244580
R=jkummerow@chromium.org, loislo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=14915
Patch Set 1 #
Total comments: 2
Patch Set 2 : Added comments for the new tests #Patch Set 3 : Use OS::Ticks for better control over the accessor execution time #
Messages
Total messages: 9 (0 generated)
|