Home
last modified time | relevance | path

Searched refs:GetBytecodeOffset (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dframes.cc1069 code_offset = iframe->GetBytecodeOffset(); in PrintTop()
1127 code_offset = iframe->GetBytecodeOffset(); in CollectTopFrameForICStats()
1572 int code_offset = GetBytecodeOffset(); in position()
1580 return table->LookupRange(GetBytecodeOffset(), context_register, prediction); in LookupExceptionHandlerInTable()
1583 int InterpretedFrame::GetBytecodeOffset() const { in GetBytecodeOffset() function in v8::internal::InterpretedFrame
1592 int InterpretedFrame::GetBytecodeOffset(Address fp) { in GetBytecodeOffset() function in v8::internal::InterpretedFrame
1651 isolate(), receiver(), function(), abstract_code, GetBytecodeOffset(), in Summarize()
1888 int offset = iframe->GetBytecodeOffset(); in Print()
Dframes.h1192 int GetBytecodeOffset() const;
1214 static int GetBytecodeOffset(Address fp);
/external/v8/src/profiler/
Dtick-sample.cc262 frame->GetBytecodeOffset(); in GetStackSample()
/external/v8/src/runtime/
Druntime-compiler.cc300 return BailoutId(iframe->GetBytecodeOffset()); in DetermineEntryAndDisarmOSRForInterpreter()
Druntime-debug.cc59 int bytecode_offset = interpreted_frame->GetBytecodeOffset(); in RUNTIME_FUNCTION()
/external/v8/src/ic/
Dic.cc103 return bytecode_start + iframe->GetBytecodeOffset(); in GetAbstractPC()
148 code_offset = InterpretedFrame::GetBytecodeOffset(fp()); in TraceIC()