Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-frames.cc121 interpreted_frame->PatchBytecodeArray(bytecode); in VisitThread()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc88 interpreted_frame->PatchBytecodeArray(bytecode_array); in RUNTIME_FUNCTION_RETURN_PAIR()
/third_party/node/deps/v8/src/execution/
Dframes.h892 void PatchBytecodeArray(BytecodeArray bytecode_array);
Dframes.cc2012 void InterpretedFrame::PatchBytecodeArray(BytecodeArray bytecode_array) { in PatchBytecodeArray() function in v8::internal::InterpretedFrame