Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/cross_vm/
Djsnapi_expo_hybrid.cpp67 uintptr_t JSNApi::GetXRefGlobalHandleAddr(const EcmaVM *vm, uintptr_t localAddress) in GetXRefGlobalHandleAddr()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5876 uintptr_t JSNApi::GetHandleAddr(const EcmaVM *vm, uintptr_t localAddress) in GetHandleAddr()
5887 uintptr_t JSNApi::GetGlobalHandleAddr(const EcmaVM *vm, uintptr_t localAddress) in GetGlobalHandleAddr()
5963 uintptr_t JSNApi::SetWeak(const EcmaVM *vm, uintptr_t localAddress) in SetWeak()
5973 uintptr_t JSNApi::SetWeakCallback(const EcmaVM *vm, uintptr_t localAddress, void *ref, in SetWeakCallback()
5984 uintptr_t JSNApi::ClearWeak(const EcmaVM *vm, uintptr_t localAddress) in ClearWeak()
5999 bool JSNApi::IsWeak(const EcmaVM *vm, uintptr_t localAddress) in IsWeak()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp131 uintptr_t JSNApiGetXRefGlobalHandleAddr(const EcmaVM *vm, uintptr_t localAddress) in JSNApiGetXRefGlobalHandleAddr()