Home
last modified time | relevance | path

Searched defs:globalRef (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp722 static mem::Reference *EtsNapiObjectToGlobalReference(ets_object globalRef) in EtsNapiObjectToGlobalReference()
729 void PandaEtsVM::DeleteGlobalRef(ets_object globalRef) in DeleteGlobalRef()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/
Dea_connection_graph.h239 EACGRefNode *globalRef; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp639 NO_UB_SANITIZE static void DeleteGlobalRef([[maybe_unused]] EtsEnv *env, ets_object globalRef) in DeleteGlobalRef()