Home
last modified time | relevance | path

Searched defs:parentMethod (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp64 …piler::RuntimeInterface::MethodId PandaRuntimeInterface::ResolveMethodIndex(MethodPtr parentMethod, in ResolveMethodIndex()
70 compiler::RuntimeInterface::FieldId PandaRuntimeInterface::ResolveFieldIndex(MethodPtr parentMethod, in ResolveFieldIndex()
76 compiler::RuntimeInterface::IdType PandaRuntimeInterface::ResolveTypeIndex(MethodPtr parentMethod, in ResolveTypeIndex()
82 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parentMethod, … in GetMethodById()
262 bool PandaRuntimeInterface::IsInterfaceMethod(MethodPtr parentMethod, MethodId id) const in IsInterfaceMethod()
295 bool PandaRuntimeInterface::IsMethodExternal(MethodPtr parentMethod, MethodPtr calleeMethod) const in IsMethodExternal()
303 compiler::DataType::Type PandaRuntimeInterface::GetMethodReturnType(MethodPtr parentMethod, MethodI… in GetMethodReturnType()
311 compiler::DataType::Type PandaRuntimeInterface::GetMethodArgumentType(MethodPtr parentMethod, Metho… in GetMethodArgumentType()
320 size_t PandaRuntimeInterface::GetMethodArgumentsCount(MethodPtr parentMethod, MethodId id) const in GetMethodArgumentsCount()
328 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr parentMethod, MethodId id) const in IsMethodStatic()
[all …]
Dcha.cpp50 auto parentMethod = parent->GetVTable()[i]; in Update() local
Dcompiler.h255 uint32_t GetClassIdForMethod(MethodPtr parentMethod, size_t methodId) const override in GetClassIdForMethod()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h45 MethodId ResolveMethodIndex(MethodPtr parentMethod, MethodIndex index) const override in ResolveMethodIndex()
50 FieldId ResolveFieldIndex(MethodPtr parentMethod, FieldIndex index) const override in ResolveFieldIndex()
55 IdType ResolveTypeIndex(MethodPtr parentMethod, TypeIndex index) const override in ResolveTypeIndex()
322 …compiler::DataType::Type GetFieldTypeById([[maybe_unused]] MethodPtr parentMethod, IdType id) cons… in GetFieldTypeById()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h46 MethodId ResolveMethodIndex(MethodPtr parentMethod, MethodIndex index) const override in ResolveMethodIndex()
51 FieldId ResolveFieldIndex(MethodPtr parentMethod, FieldIndex index) const override in ResolveFieldIndex()
56 IdType ResolveTypeIndex(MethodPtr parentMethod, TypeIndex index) const override in ResolveTypeIndex()
323 …ark::compiler::DataType::Type GetFieldTypeById([[maybe_unused]] MethodPtr parentMethod, IdType id)… in GetFieldTypeById()
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Druntime_adapter_dynamic.h35 uint32_t ResolveMethodIndex(MethodPtr parentMethod, uint16_t index) const override in ResolveMethodIndex()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h130 virtual MethodId ResolveMethodIndex([[maybe_unused]] MethodPtr parentMethod, in ResolveMethodIndex()
136 …virtual FieldId ResolveFieldIndex([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] FieldI… in ResolveFieldIndex()
141 …virtual IdType ResolveTypeIndex([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] TypeInde… in ResolveTypeIndex()
164 …virtual MethodPtr GetMethodById([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId… in GetMethodById()
169 virtual MethodPtr GetMethodByIdAndSaveJsFunction([[maybe_unused]] MethodPtr parentMethod, in GetMethodByIdAndSaveJsFunction()
228 virtual DataType::Type GetMethodReturnType([[maybe_unused]] MethodPtr parentMethod, in GetMethodReturnType()
233 …virtual DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr parentMethod, [[maybe_unus… in GetMethodArgumentType()
238 …virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] M… in GetMethodArgumentsCount()
312 …virtual bool IsMethodIntrinsic([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId … in IsMethodIntrinsic()
323 …virtual bool IsMethodStatic([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId id)… in IsMethodStatic()
[all …]
/arkcompiler/runtime_core/libabckit/src/wrappers/
Dabcfile_wrapper.cpp46 uint32_t FileWrapper::ResolveOffsetByIndex(void *parentMethod, uint16_t index) const in ResolveOffsetByIndex()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp340 auto parentMethod = CreateCopiedMethod(ctx, parentMethodClassName.GetName() + ".", meth); in TypeAPITypeCreatorCtxMethodAddBodyFromMethod() local