Home
last modified time | relevance | path

Searched defs:methodPtr (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h55 MethodPtr methodPtr, uint32_t skipArgs, in GetInfoForInteropCallArgsConversion()
95 GetInfoForInteropCallRetValueConversion(MethodPtr methodPtr) const override in GetInfoForInteropCallRetValueConversion()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp281 EtsString *TypeAPITypeCreatorCtxMethodAddParam(EtsLong methodPtr, EtsString *paramTd, [[maybe_unuse… in TypeAPITypeCreatorCtxMethodAddParam()
321 EtsString *TypeAPITypeCreatorCtxMethodAddAccessMod(EtsLong methodPtr, EtsInt access) in TypeAPITypeCreatorCtxMethodAddAccessMod()
329 EtsString *TypeAPITypeCreatorCtxMethodAdd(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAdd()
344 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromMethod(EtsLong methodPtr, ObjectHeader *methodType… in TypeAPITypeCreatorCtxMethodAddBodyFromMethod()
365 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromLambda(EtsLong methodPtr, EtsInt lambdaObjectId, in TypeAPITypeCreatorCtxMethodAddBodyFromLambda()
469 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda(EtsLong methodPtr, EtsInt lambdaId) in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda()
518 EtsString *TypeAPITypeCreatorCtxMethodAddBodyDefault(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAddBodyDefault()
567 EtsString *TypeAPITypeCreatorCtxMethodAddResult(EtsLong methodPtr, EtsString *descriptor) in TypeAPITypeCreatorCtxMethodAddResult()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Ddevirt.cpp88 auto methodPtr = arkInterface_->ResolveVirtual(objectKlassId->getZExtValue(), call); in run() local
Dpanda_runtime_lowering.cpp134 auto methodPtr = builder->CreateConstInBoundsGEP2_64(arrayType, aotGot, 0, slot); in GetMethodOrResolverPtr() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp133 compiler::RuntimeInterface::MethodPtr methodPtr) in BuildMapFromPcToIns()
273 …auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOffs… in OptimizeFunction() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.cpp88 auto methodPtr = builder->CreateConstInBoundsGEP1_32(builder->getInt8Ty(), classPtr, offset); in CreateLoadMethodUsingVTable() local
Dllvm_ark_interface.cpp565 void LLVMArkInterface::RememberFunctionOrigin(const llvm::Function *function, MethodPtr methodPtr) in RememberFunctionOrigin()
708 void LLVMArkInterface::PutVirtualFunction(LLVMArkInterface::MethodPtr methodPtr, llvm::Function *fu… in PutVirtualFunction()
/arkcompiler/runtime_core/libabckit/src/wrappers/graph_wrapper/
Dgraph_wrapper.cpp67 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(methodOffset); // NOTE in BuildGraphDynamic() local
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dfunction.cpp503 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(this->methodPtr_); in GetGraph() local
522 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(this->methodPtr_); in BuildPcInsMap() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp147 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName()
156 uint64_t EtsRuntimeInterface::GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropNameOffset()
Dets_stubs-inl.h179 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in GetAccessorByName() local
312 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in GetMethodFromCache() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp69 …auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOffs… in GetPointers() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h301 auto methodPtr = MethodCast(method); in IsMethodCanBeInlined() local
315 auto *methodPtr = MethodCast(method); in GetMethodNativePointer() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1437 [[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t skipArgs, in GetInfoForInteropCallArgsConversion()
1444 [[maybe_unused]] MethodPtr methodPtr) const in GetInfoForInteropCallRetValueConversion()
1449 …virtual char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strI… in GetFuncPropName()
1454 …virtual uint64_t GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint… in GetFuncPropNameOffset()
1459 virtual uint32_t GetAnnotationElementUniqueIndex([[maybe_unused]] MethodPtr methodPtr, in GetAnnotationElementUniqueIndex()
1466 virtual ClassPtr GetRetValueClass([[maybe_unused]] MethodPtr methodPtr) const in GetRetValueClass()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dmetadata_inspect_static.cpp201 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(methodOffset); // NOTE in CreateGraphFromFunctionStatic() local
Dir_static_instr_1.cpp2263 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(methodOffset); in IcreateCallStaticStatic() local
2288 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(methodOffset); in IcreateCallVirtualStatic() local
Dir_static.cpp1479 ark::compiler::RuntimeInterface::MethodPtr methodPtr = nullptr; in IgetFunctionStatic() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h272 static panda_file::SourceLang GetLanguageContext(Method *methodPtr) in GetLanguageContext()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp615 for (auto &methodPtr : vtable) { in UpdateVtablesInRuntimeClasses() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp44 Paoc::CompilingContext::CompilingContext(Method *methodPtr, size_t methodIndex, std::ofstream *stat… in CompilingContext()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2803 auto methodPtr = GetGraph()->GetMethod(); in GetFunctionTypeForCall() local
4539 auto methodPtr = ctor->GetGraph()->GetMethod(); in VisitCallStatic() local
4571 auto methodPtr = ctor->CreateEntrypointCall( in VisitResolveStatic() local
4613 auto methodPtr = ctor->GetGraph()->GetMethod(); in CreateDeclForVirtualCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp444 LLVMValueRef methodPtr = LLVMBuildIntToPtr(builder_, addrMethod, GetTaggedPtrT(), ""); in SaveByteCodePcOnOptJSFuncFrame() local