Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-frames.cc109 interpreted_frame->PatchBytecodeArray(bytecode); in VisitThread()
/external/v8/src/runtime/
Druntime-debug.cc89 interpreted_frame->PatchBytecodeArray(bytecode_array); in RUNTIME_FUNCTION_RETURN_PAIR()
/external/v8/src/execution/
Dframes.h860 void PatchBytecodeArray(BytecodeArray bytecode_array);
Dframes.cc1748 void InterpretedFrame::PatchBytecodeArray(BytecodeArray bytecode_array) { in PatchBytecodeArray() function in v8::internal::InterpretedFrame