Searched refs:GlobalWasmCodeRef (Results 1 – 3 of 3) sorted by relevance
1133 class GlobalWasmCodeRef {1135 explicit GlobalWasmCodeRef(WasmCode* code, in GlobalWasmCodeRef() function1141 GlobalWasmCodeRef(const GlobalWasmCodeRef&) = delete;1142 GlobalWasmCodeRef& operator=(const GlobalWasmCodeRef&) = delete;1144 ~GlobalWasmCodeRef() { WasmCode::DecrementRefCount({&code_, 1}); } in ~GlobalWasmCodeRef()
560 auto code_ref = Managed<wasm::GlobalWasmCodeRef>::cast(info->code_object()); in ComputeSourcePosition()
805 auto code = Managed<wasm::GlobalWasmCodeRef>::Allocate( in AppendWasmFrame()