Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc1037 code_offset = iframe->GetBytecodeOffset(); in PrintTop()
1366 int code_offset = GetBytecodeOffset(); in position()
1373 return bytecode->LookupRangeInHandlerTable(GetBytecodeOffset(), in LookupExceptionHandlerInTable()
1377 int InterpretedFrame::GetBytecodeOffset() const { in GetBytecodeOffset() function in v8::internal::InterpretedFrame
1386 int InterpretedFrame::GetBytecodeOffset(Address fp) { in GetBytecodeOffset() function in v8::internal::InterpretedFrame
1445 GetBytecodeOffset(), IsConstructor()); in Summarize()
1597 int offset = iframe->GetBytecodeOffset(); in Print()
Dframes.h1012 int GetBytecodeOffset() const;
1034 static int GetBytecodeOffset(Address fp);
/external/v8/src/profiler/
Dtick-sample.cc262 frame->GetBytecodeOffset(); in GetStackSample()
/external/v8/src/runtime/
Druntime-compiler.cc300 int jump_offset = iframe->GetBytecodeOffset(); in DetermineEntryAndDisarmOSRForInterpreter()
Druntime-debug.cc58 int bytecode_offset = interpreted_frame->GetBytecodeOffset(); in RUNTIME_FUNCTION()
/external/v8/src/ic/
Dic.cc119 code_offset = InterpretedFrame::GetBytecodeOffset(fp()); in TraceIC()