Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-frames.cc116 InterpretedFrame* interpreted_frame = in VisitThread() local
121 interpreted_frame->PatchBytecodeArray(bytecode); in VisitThread()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc67 InterpretedFrame* interpreted_frame = in RUNTIME_FUNCTION_RETURN_PAIR() local
73 !isolate->debug()->PerformSideEffectCheckAtBytecode(interpreted_frame); in RUNTIME_FUNCTION_RETURN_PAIR()
78 SharedFunctionInfo shared = interpreted_frame->function().shared(); in RUNTIME_FUNCTION_RETURN_PAIR()
80 int bytecode_offset = interpreted_frame->GetBytecodeOffset(); in RUNTIME_FUNCTION_RETURN_PAIR()
88 interpreted_frame->PatchBytecodeArray(bytecode_array); in RUNTIME_FUNCTION_RETURN_PAIR()