Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc545 wasm::InterpreterHandle* GetInterpreterHandle(WasmDebugInfo* debug_info) { in GetInterpreterHandle() function
643 GetInterpreterHandle(this)->PrepareStep(step_action); in PrepareStep()
660 return GetInterpreterHandle(this)->GetInterpretedStack(frame_pointer); in GetInterpretedStack()
665 return GetInterpreterHandle(this)->GetInterpretedFrame(frame_pointer, idx); in GetInterpretedFrame()
669 return GetInterpreterHandle(this)->Unwind(frame_pointer); in Unwind()
680 auto* interp_handle = GetInterpreterHandle(*debug_info); in GetScopeDetails()
687 auto* interp_handle = GetInterpreterHandle(*debug_info); in GetGlobalScopeObject()
695 auto* interp_handle = GetInterpreterHandle(*debug_info); in GetLocalScopeObject()