Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes.cc1433 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::InterpretedFrame
1992 int InterpretedFrame::GetBytecodeOffset(Address fp) { in GetBytecodeOffset() function in v8::internal::InterpretedFrame
2020 int BaselineFrame::GetBytecodeOffset() const { in GetBytecodeOffset() function in v8::internal::BaselineFrame
2311 int offset = iframe->GetBytecodeOffset(); in Print()
Dframes.h854 virtual int GetBytecodeOffset() const = 0;
884 int GetBytecodeOffset() const override;
903 static int GetBytecodeOffset(Address fp);
917 int GetBytecodeOffset() const override;
Dtiering-manager.cc154 const int current_offset = frame->GetBytecodeOffset(); in HaveCachedOSRCodeForCurrentBytecodeOffset()
Disolate.cc1316 return bytecode_start + iframe->GetBytecodeOffset(); in GetAbstractPC()
/third_party/node/deps/v8/src/objects/
Dcode.cc282 deopt_data.GetBytecodeOffset(i) != BytecodeOffset::None()) { in CanDeoptAt()
452 << GetBytecodeOffset(i).ToInt() << " " in DeoptimizationDataPrint()
Dcode.h1172 inline BytecodeOffset GetBytecodeOffset(int i);
Dcode-inl.h1314 BytecodeOffset DeoptimizationData::GetBytecodeOffset(int i) { in DEFINE_DEOPT_ELEMENT_ACCESSORS()
/third_party/node/deps/v8/src/runtime/
Druntime-compiler.cc245 BytecodeOffset osr_offset = BytecodeOffset(frame->GetBytecodeOffset()); in RUNTIME_FUNCTION()
Druntime-debug.cc80 int bytecode_offset = interpreted_frame->GetBytecodeOffset(); in RUNTIME_FUNCTION_RETURN_PAIR()
Druntime-test.cc535 const int current_offset = frame->GetBytecodeOffset(); in OffsetOfNextJumpLoop()
/third_party/node/deps/v8/src/debug/
Ddebug.cc1415 int bytecode_offset = frame->GetBytecodeOffset(); in VisitThread()
2849 int offset = frame->GetBytecodeOffset(); in PerformSideEffectCheckAtBytecode()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc816 input_data.GetBytecodeOffset(deopt_exit_index_); in DoComputeOutputFrames()
/third_party/node/deps/v8/src/ic/
Dic.cc161 code_offset = InterpretedFrame::GetBytecodeOffset(frame->fp()); in TraceIC()
165 code_offset = baseline_frame->GetBytecodeOffset(); in TraceIC()