Home
last modified time | relevance | path

Searched refs:AttachDeoptInlinedFrames (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dprofiler-listener.h80 void AttachDeoptInlinedFrames(Code* code, CodeDeoptEventRecord* rec);
Dprofiler-listener.cc156 AttachDeoptInlinedFrames(code, rec); in CodeDeoptEvent()
253 void ProfilerListener::AttachDeoptInlinedFrames(Code* code, in AttachDeoptInlinedFrames() function in v8::internal::ProfilerListener