Home
last modified time | relevance | path

Searched defs:methodPtr (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Ddevirt.cpp88 auto methodPtr = arkInterface_->ResolveVirtual(objectKlassId->getZExtValue(), call); in run() local
H A Dpanda_runtime_lowering.cpp134 auto methodPtr = builder->CreateConstInBoundsGEP2_64(arrayType, aotGot, 0, slot); in GetMethodOrResolverPtr() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dutils.cpp88 auto methodPtr = builder->CreateConstInBoundsGEP1_32(builder->getInt8Ty(), classPtr, offset); in CreateLoadMethodUsingVTable() local
H A Dllvm_ark_interface.cpp565 void LLVMArkInterface::RememberFunctionOrigin(const llvm::Function *function, MethodPtr methodPtr) in RememberFunctionOrigin() argument
708 void LLVMArkInterface::PutVirtualFunction(LLVMArkInterface::MethodPtr methodPtr, llvm::Function *function) in PutVirtualFunction() argument
761 ssUniqName << "f_" << std::hex << methodPtr; GetUniqMethodName() local
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp271 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(mda.GetMethodId().GetOffset()); in OptimizeFunction() local
132 BuildMapFromPcToIns(pandasm::Function &function, BytecodeOptIrInterface &irInterface, const compiler::Graph *graph, compiler::RuntimeInterface::MethodPtr methodPtr) BuildMapFromPcToIns() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_runtime_interface.cpp124 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName() argument
133 uint64_t EtsRuntimeInterface::GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropNameOffset() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dcompiler_intrinsics.cpp76 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in TryGetCallee() local
H A Dstd_core_TypeCreator.cpp276 EtsString *TypeAPITypeCreatorCtxMethodAddParam(EtsLong methodPtr, EtsString *paramTd, [[maybe_unused]] EtsString *name, in TypeAPITypeCreatorCtxMethodAddParam() argument
316 EtsString *TypeAPITypeCreatorCtxMethodAddAccessMod(EtsLong methodPtr, EtsInt access) in TypeAPITypeCreatorCtxMethodAddAccessMod() argument
323 EtsString *TypeAPITypeCreatorCtxMethodAdd(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAdd() argument
330 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromMethod(EtsLong methodPtr, EtsString *methodDesc) in TypeAPITypeCreatorCtxMethodAddBodyFromMethod() argument
350 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromLambda(EtsLong methodPtr, EtsInt lambdaObjectId, EtsString *lambdaTd) in TypeAPITypeCreatorCtxMethodAddBodyFromLambda() argument
426 TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda(EtsLong methodPtr, EtsInt lambdaId) TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda() argument
475 TypeAPITypeCreatorCtxMethodAddBodyDefault(EtsLong methodPtr) TypeAPITypeCreatorCtxMethodAddBodyDefault() argument
523 TypeAPITypeCreatorCtxMethodAddResult(EtsLong methodPtr, EtsString *descriptor) TypeAPITypeCreatorCtxMethodAddResult() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.h287 auto methodPtr = MethodCast(method); variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
H A 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/runtime/interpreter/
H A Druntime_interface.h272 static panda_file::SourceLang GetLanguageContext(Method *methodPtr) in GetLanguageContext() argument
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp44 Paoc::CompilingContext::CompilingContext(Method *methodPtr, size_t methodIndex, std::ofstream *statisticsDump) in CompilingContext() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h1328 virtual char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strId) const in GetFuncPropName() argument
1333 virtual uint64_t GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strId) const in GetFuncPropNameOffset() argument
1338 virtual uint32_t GetAnnotationElementUniqueIndex([[maybe_unused]] MethodPtr methodPtr, in GetAnnotationElementUniqueIndex() argument
1315 GetInfoForInteropCallArgsConversion( [[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t skipArgs, [[maybe_unused]] ArenaVector<std::pair<IntrinsicId, DataType::Type>> *intrinsics) const GetInfoForInteropCallArgsConversion() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp443 LLVMValueRef methodPtr = LLVMBuildIntToPtr(builder_, addrMethod, GetTaggedPtrT(), ""); in SaveByteCodePcOnOptJSFuncFrame() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp2499 auto methodPtr = GetGraph()->GetMethod(); in GetFunctionTypeForCall() local
4223 auto methodPtr = ctor->GetGraph()->GetMethod(); in VisitCallStatic() local
4255 auto methodPtr = ctor->CreateEntrypointCall( VisitResolveStatic() local
4297 auto methodPtr = ctor->GetGraph()->GetMethod(); CreateDeclForVirtualCall() local
[all...]

Completed in 33 milliseconds