Searched refs:PatchBytecodeArray (Results 1 – 4 of 4) sorted by relevance
109 interpreted_frame->PatchBytecodeArray(bytecode); in VisitThread()
89 interpreted_frame->PatchBytecodeArray(bytecode_array); in RUNTIME_FUNCTION_RETURN_PAIR()
860 void PatchBytecodeArray(BytecodeArray bytecode_array);
1748 void InterpretedFrame::PatchBytecodeArray(BytecodeArray bytecode_array) { in PatchBytecodeArray() function in v8::internal::InterpretedFrame