Home
last modified time | relevance | path

Searched refs:GetNativePointer (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp186 if (UNLIKELY(method->GetNativePointer() == nullptr)) { in EtsNapiBeginCritical()
303 if (UNLIKELY(method->GetNativePointer() == nullptr)) { in EtsNapiBegin()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h138 static std::vector<void *> GetNativePointer(const EcmaVM *ecmaVm);
Ddebugger_api.cpp899 std::vector<void *> DebuggerApi::GetNativePointer(const EcmaVM *ecmaVm) in GetNativePointer() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h332 const void* GetNativePointer() const in GetNativePointer() function
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp281 return const_cast<void *>(method->GetNativePointer()); in GetMethodIdentifier()
Djs_stackinfo.cpp126 auto addr = method->GetNativePointer(); in BuildJsStackTrace()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h373 const void* GetNativePointer() const in GetNativePointer() function
Djs_serializer.cpp474 const void *nativeFunc = method->GetNativePointer(); in WriteMethod()
Dobject_factory.cpp926 …Value obj = reinterpret_cast<EcmaEntrypoint>(const_cast<void *>(method->GetNativePointer()))(info); in NewJSError()
1784 … method->SetNativePointerOrBytecodeArray(const_cast<void *>(methodLiteral->GetNativePointer())); in NewMethod()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_tstype.cpp87 return reinterpret_cast<TSTypeNamespace *>(method->GetNativePointer()); in FromBoundMethod()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp250 …tMethod->SetNativePointerOrBytecodeArray(const_cast<void *>(srcMethodLiteral->GetNativePointer())); in ReplaceMethod()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h644 void *GetNativePointer() const in GetNativePointer() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h638 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()
Dinterpreter_assembly.cpp3531 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()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp313 nativePointer_ = DebuggerApi::GetNativePointer(vm_); in NotifyNativeCalling()
334 nativePointer_ = DebuggerApi::GetNativePointer(vm_); in NotifyReturnNative()