Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h1133 class GlobalWasmCodeRef {
1135 explicit GlobalWasmCodeRef(WasmCode* code, in GlobalWasmCodeRef() function
1141 GlobalWasmCodeRef(const GlobalWasmCodeRef&) = delete;
1142 GlobalWasmCodeRef& operator=(const GlobalWasmCodeRef&) = delete;
1144 ~GlobalWasmCodeRef() { WasmCode::DecrementRefCount({&code_, 1}); } in ~GlobalWasmCodeRef()
/third_party/node/deps/v8/src/objects/
Dcall-site-info.cc560 auto code_ref = Managed<wasm::GlobalWasmCodeRef>::cast(info->code_object()); in ComputeSourcePosition()
/third_party/node/deps/v8/src/execution/
Disolate.cc805 auto code = Managed<wasm::GlobalWasmCodeRef>::Allocate( in AppendWasmFrame()