Lines Matching defs:vm
33 Local<StringRef> StringRef::GetProxyNapiWrapperString(const EcmaVM *vm) in GetProxyNapiWrapperString()
43 Local<ObjectRef> ObjectRef::NewJSXRefObject(const EcmaVM *vm) in NewJSXRefObject()
52 void JSNApi::SetStackInfo(const EcmaVM *vm, const panda::StackInfo &info) in SetStackInfo()
59 panda::StackInfo JSNApi::GetStackInfo(const EcmaVM *vm) in GetStackInfo()
67 uintptr_t JSNApi::GetXRefGlobalHandleAddr(const EcmaVM *vm, uintptr_t localAddress) in GetXRefGlobalHandleAddr()
79 void JSNApi::DisposeXRefGlobalHandleAddr(const EcmaVM *vm, uintptr_t addr) in DisposeXRefGlobalHandleAddr()
89 void JSNApi::MarkFromObject(const EcmaVM *vm, uintptr_t addr) in MarkFromObject()
98 bool JSNApi::IsObjectAlive(const EcmaVM *vm, uintptr_t addr) in IsObjectAlive()
107 bool JSNApi::IsValidHeapObject(const EcmaVM *vm, uintptr_t addr) in IsValidHeapObject()
117 Local<ObjectRef> JSNApi::GetModuleNameSpaceWithPath(const EcmaVM *vm, const char *path) in GetModuleNameSpaceWithPath()
133 void HandshakeHelper::DoHandshake([[maybe_unused]] EcmaVM *vm, void *stsIface, void **ecmaIface) in DoHandshake()
139 void JSNApi::InitHybridVMEnv(EcmaVM *vm) in InitHybridVMEnv()