Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-debug.cc74 interpreted_frame->PatchBytecodeArray(bytecode_array); in RUNTIME_FUNCTION_RETURN_PAIR()
/external/v8/src/
Dframes.h885 void PatchBytecodeArray(BytecodeArray* bytecode_array);
Dframes.cc1698 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray() function in v8::internal::InterpretedFrame
/external/v8/src/debug/
Ddebug.cc1154 interpreted_frame->PatchBytecodeArray(debug_copy); in VisitThread()