Searched refs:PatchBytecodeArray (Results 1 – 3 of 3) sorted by relevance
1023 void PatchBytecodeArray(BytecodeArray* bytecode_array);
1414 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray() function in v8::internal::InterpretedFrame
1226 interpreted_frame->PatchBytecodeArray(debug_copy); in VisitThread()