Searched refs:GetBytecodeOffset (Results 1 – 13 of 13) sorted by relevance
1433 code_offset = iframe->GetBytecodeOffset(); in PrintTop()1437 code_offset = baseline_frame->GetBytecodeOffset(); in PrintTop()1945 int code_offset = GetBytecodeOffset(); in position()1952 return table.LookupRange(GetBytecodeOffset(), context_register, prediction); in LookupExceptionHandlerInTable()1977 isolate(), receiver(), function(), *abstract_code, GetBytecodeOffset(), in Summarize()1982 int InterpretedFrame::GetBytecodeOffset() const { in GetBytecodeOffset() function in v8::internal::InterpretedFrame1992 int InterpretedFrame::GetBytecodeOffset(Address fp) { in GetBytecodeOffset() function in v8::internal::InterpretedFrame2020 int BaselineFrame::GetBytecodeOffset() const { in GetBytecodeOffset() function in v8::internal::BaselineFrame2311 int offset = iframe->GetBytecodeOffset(); in Print()
854 virtual int GetBytecodeOffset() const = 0;884 int GetBytecodeOffset() const override;903 static int GetBytecodeOffset(Address fp);917 int GetBytecodeOffset() const override;
154 const int current_offset = frame->GetBytecodeOffset(); in HaveCachedOSRCodeForCurrentBytecodeOffset()
1316 return bytecode_start + iframe->GetBytecodeOffset(); in GetAbstractPC()
282 deopt_data.GetBytecodeOffset(i) != BytecodeOffset::None()) { in CanDeoptAt()452 << GetBytecodeOffset(i).ToInt() << " " in DeoptimizationDataPrint()
1172 inline BytecodeOffset GetBytecodeOffset(int i);
1314 BytecodeOffset DeoptimizationData::GetBytecodeOffset(int i) { in DEFINE_DEOPT_ELEMENT_ACCESSORS()
245 BytecodeOffset osr_offset = BytecodeOffset(frame->GetBytecodeOffset()); in RUNTIME_FUNCTION()
80 int bytecode_offset = interpreted_frame->GetBytecodeOffset(); in RUNTIME_FUNCTION_RETURN_PAIR()
535 const int current_offset = frame->GetBytecodeOffset(); in OffsetOfNextJumpLoop()
1415 int bytecode_offset = frame->GetBytecodeOffset(); in VisitThread()2849 int offset = frame->GetBytecodeOffset(); in PerformSideEffectCheckAtBytecode()
816 input_data.GetBytecodeOffset(deopt_exit_index_); in DoComputeOutputFrames()
161 code_offset = InterpretedFrame::GetBytecodeOffset(frame->fp()); in TraceIC()165 code_offset = baseline_frame->GetBytecodeOffset(); in TraceIC()