Home
last modified time | relevance | path

Searched defs:methodPtr (Results 1 – 23 of 23) 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()
88 GetInfoForInteropCallRetValueConversion(MethodPtr methodPtr) const override in GetInfoForInteropCallRetValueConversion()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp275 EtsString *TypeAPITypeCreatorCtxMethodAddParam(EtsLong methodPtr, EtsString *paramTd, [[maybe_unuse… in TypeAPITypeCreatorCtxMethodAddParam()
315 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.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()
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.cpp124 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName()
133 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.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.cpp507 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(this->methodPtr_); in GetGraph() local
526 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(this->methodPtr_); in BuildPcInsMap() local
/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.h1316 [[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t skipArgs, in GetInfoForInteropCallArgsConversion()
1323 [[maybe_unused]] MethodPtr methodPtr) const in GetInfoForInteropCallRetValueConversion()
1328 …virtual char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strI… in GetFuncPropName()
1333 …virtual uint64_t GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint… in GetFuncPropNameOffset()
1338 virtual uint32_t GetAnnotationElementUniqueIndex([[maybe_unused]] MethodPtr methodPtr, in GetAnnotationElementUniqueIndex()
1345 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.cpp2248 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(methodOffset); in IcreateCallStaticStatic() local
2273 auto methodPtr = reinterpret_cast<compiler::RuntimeInterface::MethodPtr>(methodOffset); in IcreateCallVirtualStatic() local
Dir_static.cpp1475 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/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.cpp2820 auto methodPtr = GetGraph()->GetMethod(); in GetFunctionTypeForCall() local
4544 auto methodPtr = ctor->GetGraph()->GetMethod(); in VisitCallStatic() local
4576 auto methodPtr = ctor->CreateEntrypointCall( in VisitResolveStatic() local
4618 auto methodPtr = ctor->GetGraph()->GetMethod(); in CreateDeclForVirtualCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp433 LLVMValueRef methodPtr = LLVMBuildIntToPtr(builder_, addrMethod, GetTaggedPtrT(), ""); in SaveByteCodePcOnOptJSFuncFrame() local