Searched refs:GetNativePointer (Results 1 – 13 of 13) sorted by relevance
131 static std::vector<void *> GetNativePointer(const EcmaVM *ecmaVm);
821 std::vector<void *> DebuggerApi::GetNativePointer(const EcmaVM *ecmaVm) in GetNativePointer() function in panda::ecmascript::tooling::DebuggerApi
318 const void* GetNativePointer() const in GetNativePointer() function
280 return const_cast<void *>(method->GetNativePointer()); in GetMethodIdentifier()
86 auto addr = method->GetNativePointer(); in BuildJsStackTrace()
372 const void* GetNativePointer() const in GetNativePointer() function
467 const void *nativeFunc = method->GetNativePointer(); in WriteMethod()
856 …Value obj = reinterpret_cast<EcmaEntrypoint>(const_cast<void *>(method->GetNativePointer()))(info); in NewJSError()1605 … method->SetNativePointerOrBytecodeArray(const_cast<void *>(methodLiteral->GetNativePointer())); in NewMethod()
230 …tMethod->SetNativePointerOrBytecodeArray(const_cast<void *>(srcMethodLiteral->GetNativePointer())); in ReplaceMethod()
247 const std::vector<void *> *GetNativePointer() const in GetNativePointer() function
617 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()
3493 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()
256 nativePointer_ = DebuggerApi::GetNativePointer(vm_); in NotifyNativeCalling()