Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc1146 code_offset = iframe->GetBytecodeOffset(); in PrintTop()
1204 code_offset = iframe->GetBytecodeOffset(); in CollectTopFrameForICStats()
1651 int code_offset = GetBytecodeOffset(); in position()
1658 return table.LookupRange(GetBytecodeOffset(), context_register, prediction); in LookupExceptionHandlerInTable()
1661 int InterpretedFrame::GetBytecodeOffset() const { in GetBytecodeOffset() function in v8::internal::InterpretedFrame
1670 int InterpretedFrame::GetBytecodeOffset(Address fp) { in GetBytecodeOffset() function in v8::internal::InterpretedFrame
1728 isolate(), receiver(), function(), abstract_code, GetBytecodeOffset(), in Summarize()
1990 int offset = iframe->GetBytecodeOffset(); in Print()
Dframes.h874 int GetBytecodeOffset() const;
894 static int GetBytecodeOffset(Address fp);
Disolate.cc718 return bytecode_start + iframe->GetBytecodeOffset(); in GetAbstractPC()
1656 offset = interpreted_frame->GetBytecodeOffset(); in Throw()
/external/v8/src/runtime/
Druntime-compiler.cc218 return BailoutId(iframe->GetBytecodeOffset()); in DetermineEntryAndDisarmOSRForInterpreter()
Druntime-debug.cc60 int bytecode_offset = interpreted_frame->GetBytecodeOffset(); in RUNTIME_FUNCTION_RETURN_PAIR()
/external/v8/src/debug/
Ddebug.cc2209 int offset = frame->GetBytecodeOffset(); in PerformSideEffectCheckAtBytecode()
/external/v8/src/ic/
Dic.cc132 code_offset = InterpretedFrame::GetBytecodeOffset(fp()); in TraceIC()