Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h131 static std::vector<void *> GetNativePointer(const EcmaVM *ecmaVm);
Ddebugger_api.cpp821 std::vector<void *> DebuggerApi::GetNativePointer(const EcmaVM *ecmaVm) in GetNativePointer() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h318 const void* GetNativePointer() const in GetNativePointer() function
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp280 return const_cast<void *>(method->GetNativePointer()); in GetMethodIdentifier()
Djs_stackinfo.cpp86 auto addr = method->GetNativePointer(); in BuildJsStackTrace()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h372 const void* GetNativePointer() const in GetNativePointer() function
Djs_serializer.cpp467 const void *nativeFunc = method->GetNativePointer(); in WriteMethod()
Dobject_factory.cpp856 …Value obj = reinterpret_cast<EcmaEntrypoint>(const_cast<void *>(method->GetNativePointer()))(info); in NewJSError()
1605 … method->SetNativePointerOrBytecodeArray(const_cast<void *>(methodLiteral->GetNativePointer())); in NewMethod()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp230 …tMethod->SetNativePointerOrBytecodeArray(const_cast<void *>(srcMethodLiteral->GetNativePointer())); in ReplaceMethod()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h247 const std::vector<void *> *GetNativePointer() const in GetNativePointer() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h617 reinterpret_cast<EcmaEntrypoint>(const_cast<void *>(method->GetNativePointer()))(info); in ExecuteNative()
1351 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3216 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3351 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3486 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3621 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
3987 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
4123 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
4258 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in RunInternal()
Dinterpreter_assembly.cpp3493 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideSupercallarrowrangePrefImm16V8()
3636 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideSupercallthisrangePrefImm16V8()
3826 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleWideNewobjrangePrefImm16V8()
6732 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleSupercallarrowrangeImm8Imm8V8()
6875 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleSupercallthisrangeImm8Imm8V8()
7053 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleNewobjrangeImm16Imm8V8()
7195 const_cast<void *>(methodHandle->GetNativePointer()))(ecmaRuntimeCallInfo); in HandleNewobjrangeImm8Imm8V8()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp256 nativePointer_ = DebuggerApi::GetNativePointer(vm_); in NotifyNativeCalling()