Searched refs:interpreted_frame (Results 1 – 3 of 3) sorted by relevance
56 InterpretedFrame* interpreted_frame = in RUNTIME_FUNCTION_RETURN_PAIR() local58 SharedFunctionInfo* shared = interpreted_frame->function()->shared(); in RUNTIME_FUNCTION_RETURN_PAIR()60 int bytecode_offset = interpreted_frame->GetBytecodeOffset(); in RUNTIME_FUNCTION_RETURN_PAIR()66 !isolate->debug()->PerformSideEffectCheckAtBytecode(interpreted_frame); in RUNTIME_FUNCTION_RETURN_PAIR()74 interpreted_frame->PatchBytecodeArray(bytecode_array); in RUNTIME_FUNCTION_RETURN_PAIR()
1151 InterpretedFrame* interpreted_frame = in VisitThread() local1154 interpreted_frame->PatchBytecodeArray(debug_copy); in VisitThread()
1653 InterpretedFrame* interpreted_frame = InterpretedFrame::cast(frame); in Throw() local1654 code = handle(AbstractCode::cast(interpreted_frame->GetBytecodeArray()), in Throw()1656 offset = interpreted_frame->GetBytecodeOffset(); in Throw()