Searched refs:GetGlobalHandleAddr (Results 1 – 2 of 2) sorted by relevance
930 static uintptr_t GetGlobalHandleAddr(const EcmaVM *vm, uintptr_t localAddress);948 address_ = JSNApi::GetGlobalHandleAddr(vm_, reinterpret_cast<uintptr_t>(*current)); in Global()957 address_ = JSNApi::GetGlobalHandleAddr(vm_, reinterpret_cast<uintptr_t>(*current)); in Global()
336 uintptr_t JSNApi::GetGlobalHandleAddr(const EcmaVM *vm, uintptr_t localAddress) in GetGlobalHandleAddr() function in panda::JSNApi