Home
last modified time | relevance | path

Searched refs:interpreted_frame (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-debug.cc56 InterpretedFrame* interpreted_frame = in RUNTIME_FUNCTION_RETURN_PAIR() local
58 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()
/external/v8/src/debug/
Ddebug.cc1151 InterpretedFrame* interpreted_frame = in VisitThread() local
1154 interpreted_frame->PatchBytecodeArray(debug_copy); in VisitThread()
/external/v8/src/
Disolate.cc1653 InterpretedFrame* interpreted_frame = InterpretedFrame::cast(frame); in Throw() local
1654 code = handle(AbstractCode::cast(interpreted_frame->GetBytecodeArray()), in Throw()
1656 offset = interpreted_frame->GetBytecodeOffset(); in Throw()