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