Searched refs:GetBytecodeOffset (Results 1 – 7 of 7) sorted by relevance
1146 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::InterpretedFrame1670 int InterpretedFrame::GetBytecodeOffset(Address fp) { in GetBytecodeOffset() function in v8::internal::InterpretedFrame1728 isolate(), receiver(), function(), abstract_code, GetBytecodeOffset(), in Summarize()1990 int offset = iframe->GetBytecodeOffset(); in Print()
874 int GetBytecodeOffset() const;894 static int GetBytecodeOffset(Address fp);
718 return bytecode_start + iframe->GetBytecodeOffset(); in GetAbstractPC()1656 offset = interpreted_frame->GetBytecodeOffset(); in Throw()
218 return BailoutId(iframe->GetBytecodeOffset()); in DetermineEntryAndDisarmOSRForInterpreter()
60 int bytecode_offset = interpreted_frame->GetBytecodeOffset(); in RUNTIME_FUNCTION_RETURN_PAIR()
2209 int offset = frame->GetBytecodeOffset(); in PerformSideEffectCheckAtBytecode()
132 code_offset = InterpretedFrame::GetBytecodeOffset(fp()); in TraceIC()