Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_interop_runtime_interface-inl.h17MethodPtr methodPtr, ArenaVector<std::pair<IntrinsicId, compiler::DataType::Type>> *intrinsics) co… in GetInfoForInteropCallArgsConversion()
77 GetInfoForInteropCallRetValueConversion(MethodPtr methodPtr) const override in GetInfoForInteropCallRetValueConversion()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp278 EtsString *TypeAPITypeCreatorCtxMethodAddParam(EtsLong methodPtr, EtsString *paramTd, [[maybe_unuse… in TypeAPITypeCreatorCtxMethodAddParam()
318 EtsString *TypeAPITypeCreatorCtxMethodAddAccessMod(EtsLong methodPtr, EtsInt access) in TypeAPITypeCreatorCtxMethodAddAccessMod()
325 EtsString *TypeAPITypeCreatorCtxMethodAdd(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAdd()
332 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromMethod(EtsLong methodPtr, EtsString *methodDesc) in TypeAPITypeCreatorCtxMethodAddBodyFromMethod()
352 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromLambda(EtsLong methodPtr, EtsInt lambdaObjectId, E… in TypeAPITypeCreatorCtxMethodAddBodyFromLambda()
428 EtsString *TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda(EtsLong methodPtr, EtsInt lambdaId) in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda()
477 EtsString *TypeAPITypeCreatorCtxMethodAddBodyDefault(EtsLong methodPtr) in TypeAPITypeCreatorCtxMethodAddBodyDefault()
529 EtsString *TypeAPITypeCreatorCtxMethodAddResult(EtsLong methodPtr, EtsString *descriptor) in TypeAPITypeCreatorCtxMethodAddResult()
Dcompiler_intrinsics.cpp73 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in TryGetCallee() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp127 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName()
136 uint64_t EtsRuntimeInterface::GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropNameOffset()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp150 void LLVMArkInterface::RememberFunctionOrigin(const llvm::Function *function, MethodPtr methodPtr) in RememberFunctionOrigin()
178 void LLVMArkInterface::PutFunction(LLVMArkInterface::MethodPtr methodPtr, llvm::Function *function) in PutFunction()
/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/interpreter/
Dinterpreter-inl.h133 auto methodPtr = reinterpret_cast<Method *>(resUint & ~METHOD_FLAG_MASK); in LookupGetterByName() local
165 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.h1138 [[maybe_unused]] MethodPtr methodPtr, in GetInfoForInteropCallArgsConversion()
1145 [[maybe_unused]] MethodPtr methodPtr) const in GetInfoForInteropCallRetValueConversion()
1150 …virtual char *GetFuncPropName([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint32_t strI… in GetFuncPropName()
1155 …virtual uint64_t GetFuncPropNameOffset([[maybe_unused]] MethodPtr methodPtr, [[maybe_unused]] uint… in GetFuncPropNameOffset()
1160 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()