Searched refs:PatchBytecodeArray (Results 1 – 4 of 4) sorted by relevance
121 interpreted_frame->PatchBytecodeArray(bytecode); in VisitThread()
88 interpreted_frame->PatchBytecodeArray(bytecode_array); in RUNTIME_FUNCTION_RETURN_PAIR()
892 void PatchBytecodeArray(BytecodeArray bytecode_array);
2012 void InterpretedFrame::PatchBytecodeArray(BytecodeArray bytecode_array) { in PatchBytecodeArray() function in v8::internal::InterpretedFrame