Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h54 MethodPtr methodPtr, uint32_t skipArgs, in GetInfoForInteropCallArgsConversion()
85 GetInfoForInteropCallRetValueConversion(MethodPtr methodPtr) const override in GetInfoForInteropCallRetValueConversion()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp276 EtsString *TypeAPITypeCreatorCtxMethodAddParam(EtsLong methodPtr, EtsString *paramTd, [[maybe_unuse… in TypeAPITypeCreatorCtxMethodAddParam()
316 EtsString *TypeAPITypeCreatorCtxMethodAddAccessMod(EtsLong methodPtr, EtsInt access) in TypeAPITypeCreatorCtxMethodAddAccessMod()
323 EtsString *TypeAPITypeCreatorCtxMethodAdd(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAdd()
330 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromMethod(EtsLong methodPtr, EtsString *methodDesc) in TypeAPITypeCreatorCtxMethodAddBodyFromMethod()
350 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromLambda(EtsLong methodPtr, EtsInt lambdaObjectId, E… in TypeAPITypeCreatorCtxMethodAddBodyFromLambda()
426 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda(EtsLong methodPtr, EtsInt lambdaId) in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda()
475 EtsString *TypeAPITypeCreatorCtxMethodAddBodyDefault(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAddBodyDefault()
523 EtsString *TypeAPITypeCreatorCtxMethodAddResult(EtsLong methodPtr, EtsString *descriptor) in TypeAPITypeCreatorCtxMethodAddResult()
Dcompiler_intrinsics.cpp76 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in TryGetCallee() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Ddevirt.cpp87 auto methodPtr = arkInterface_->ResolveVirtual(objectKlassId->getZExtValue(), call); in run() local
Dpanda_runtime_lowering.cpp131 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()
271 …auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOffs… in OptimizeFunction() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp132 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName()
141 uint64_t EtsRuntimeInterface::GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropNameOffset()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.cpp88 auto methodPtr = builder->CreateConstInBoundsGEP1_32(builder->getInt8Ty(), classPtr, offset); in CreateLoadMethodUsingVTable() local
Dllvm_ark_interface.cpp547 void LLVMArkInterface::RememberFunctionOrigin(const llvm::Function *function, MethodPtr methodPtr) in RememberFunctionOrigin()
690 void LLVMArkInterface::PutVirtualFunction(LLVMArkInterface::MethodPtr methodPtr, llvm::Function *fu… in PutVirtualFunction()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h134 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in LookupGetterByName() local
166 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in LookupSetterByName() 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/compiler/optimizer/ir/
Druntime_interface.h1295 [[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t skipArgs, in GetInfoForInteropCallArgsConversion()
1302 [[maybe_unused]] MethodPtr methodPtr) const in GetInfoForInteropCallRetValueConversion()
1307 …virtual char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strI… in GetFuncPropName()
1312 …virtual uint64_t GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint… in GetFuncPropNameOffset()
1317 virtual uint32_t GetAnnotationElementUniqueIndex([[maybe_unused]] MethodPtr methodPtr, in GetAnnotationElementUniqueIndex()
1324 virtual ClassPtr GetRetValueClass([[maybe_unused]] MethodPtr methodPtr) const in GetRetValueClass()
/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/runtime/
Dcompiler.h287 auto methodPtr = MethodCast(method); in IsMethodCanBeInlined() 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.cpp2474 auto methodPtr = GetGraph()->GetMethod(); in GetFunctionTypeForCall() local
4197 auto methodPtr = ctor->GetGraph()->GetMethod(); in VisitCallStatic() local
4229 auto methodPtr = ctor->CreateEntrypointCall( in VisitResolveStatic() local
4271 auto methodPtr = ctor->GetGraph()->GetMethod(); in CreateDeclForVirtualCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp443 LLVMValueRef methodPtr = LLVMBuildIntToPtr(builder_, addrMethod, GetTaggedPtrT(), ""); in SaveByteCodePcOnOptJSFuncFrame() local