Home
last modified time | relevance | path

Searched refs:PatchBytecodeOffset (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dframes.h888 void PatchBytecodeOffset(int new_offset);
Dframes.cc2003 void InterpretedFrame::PatchBytecodeOffset(int new_offset) { in PatchBytecodeOffset() function in v8::internal::InterpretedFrame
Disolate.cc2102 InterpretedFrame::cast(js_frame)->PatchBytecodeOffset( in ThrowInternal()
/third_party/node/deps/v8/src/debug/
Ddebug.cc1421 ->PatchBytecodeOffset(bytecode_offset); in VisitThread()