Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc94 class InterpreterHandle { class
95 MOVE_ONLY_NO_DEFAULT_CONSTRUCTOR(InterpreterHandle);
142 InterpreterHandle(Isolate* isolate, WasmDebugInfo* debug_info) in InterpreterHandle() function in v8::internal::wasm::__anon4d21196c0111::InterpreterHandle
148 ~InterpreterHandle() { DCHECK_EQ(0, activations_.size()); } in ~InterpreterHandle()
292 DCHECK_EQ(this, Managed<InterpreterHandle>::cast( in GetInstanceObject()
527 wasm::InterpreterHandle* GetOrCreateInterpreterHandle( in GetOrCreateInterpreterHandle()
537 handle = Managed<wasm::InterpreterHandle>::Allocate( in GetOrCreateInterpreterHandle()
542 return Handle<Managed<wasm::InterpreterHandle>>::cast(handle)->raw(); in GetOrCreateInterpreterHandle()
545 wasm::InterpreterHandle* GetInterpreterHandle(WasmDebugInfo* debug_info) { in GetInterpreterHandle()
548 return Managed<wasm::InterpreterHandle>::cast(handle_obj)->raw(); in GetInterpreterHandle()
[all …]