Searched refs:GetNativePointer (Results 1 – 15 of 15) sorted by relevance
186 if (UNLIKELY(method->GetNativePointer() == nullptr)) { in EtsNapiBeginCritical()303 if (UNLIKELY(method->GetNativePointer() == nullptr)) { in EtsNapiBegin()
138 static std::vector<void *> GetNativePointer(const EcmaVM *ecmaVm);
899 std::vector<void *> DebuggerApi::GetNativePointer(const EcmaVM *ecmaVm) in GetNativePointer() function in panda::ecmascript::tooling::DebuggerApi
332 const void* GetNativePointer() const in GetNativePointer() function
281 return const_cast<void *>(method->GetNativePointer()); in GetMethodIdentifier()
126 auto addr = method->GetNativePointer(); in BuildJsStackTrace()
373 const void* GetNativePointer() const in GetNativePointer() function
474 const void *nativeFunc = method->GetNativePointer(); in WriteMethod()
926 …Value obj = reinterpret_cast<EcmaEntrypoint>(const_cast<void *>(method->GetNativePointer()))(info); in NewJSError()1784 … method->SetNativePointerOrBytecodeArray(const_cast<void *>(methodLiteral->GetNativePointer())); in NewMethod()
87 return reinterpret_cast<TSTypeNamespace *>(method->GetNativePointer()); in FromBoundMethod()
250 …tMethod->SetNativePointerOrBytecodeArray(const_cast<void *>(srcMethodLiteral->GetNativePointer())); in ReplaceMethod()
644 void *GetNativePointer() const in GetNativePointer() function
638 reinterpret_cast<EcmaEntrypoint>(const_cast<void *>(method->GetNativePointer()))(info); in ExecuteNative()1396 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()3267 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()3403 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()3539 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()3675 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()4047 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()4183 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()4318 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3531 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideSupercallarrowrangePrefImm16V8()3674 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideSupercallthisrangePrefImm16V8()3864 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideNewobjrangePrefImm16V8()6835 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleSupercallarrowrangeImm8Imm8V8()6978 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleSupercallthisrangeImm8Imm8V8()7156 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleNewobjrangeImm16Imm8V8()7298 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleNewobjrangeImm8Imm8V8()
313 nativePointer_ = DebuggerApi::GetNativePointer(vm_); in NotifyNativeCalling()334 nativePointer_ = DebuggerApi::GetNativePointer(vm_); in NotifyReturnNative()