Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc26 InterpreterHandle* GetInterpreterHandle(WasmDebugInfo* debug_info);
188 DCHECK_EQ(this, GetInterpreterHandle(instance_obj->debug_info())); in GetInstanceObject()
296 InterpreterHandle* GetInterpreterHandle(WasmDebugInfo* debug_info) { in GetInterpreterHandle() function
425 GetInterpreterHandle(this)->PrepareStep(step_action); in PrepareStep()
430 GetInterpreterHandle(this)->Execute(static_cast<uint32_t>(func_index), in RunInterpreter()
436 return GetInterpreterHandle(this)->GetInterpretedStack(frame_pointer); in GetInterpretedStack()
441 return GetInterpreterHandle(this)->GetInterpretedFrame(frame_pointer, idx); in GetInterpretedFrame()