Searched refs:PatchBytecodeArray (Results 1 – 4 of 4) sorted by relevance
74 interpreted_frame->PatchBytecodeArray(bytecode_array); in RUNTIME_FUNCTION_RETURN_PAIR()
885 void PatchBytecodeArray(BytecodeArray* bytecode_array);
1698 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray() function in v8::internal::InterpretedFrame
1154 interpreted_frame->PatchBytecodeArray(debug_copy); in VisitThread()