Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp67 …piler::RuntimeInterface::MethodId PandaRuntimeInterface::ResolveMethodIndex(MethodPtr parentMethod, in ResolveMethodIndex()
73 compiler::RuntimeInterface::FieldId PandaRuntimeInterface::ResolveFieldIndex(MethodPtr parentMethod, in ResolveFieldIndex()
79 compiler::RuntimeInterface::IdType PandaRuntimeInterface::ResolveTypeIndex(MethodPtr parentMethod, in ResolveTypeIndex()
85 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parentMethod, … in GetMethodById()
269 bool PandaRuntimeInterface::IsInterfaceMethod(MethodPtr parentMethod, MethodId id) const in IsInterfaceMethod()
329 bool PandaRuntimeInterface::IsMethodExternal(MethodPtr parentMethod, MethodPtr calleeMethod) const in IsMethodExternal()
345 compiler::DataType::Type PandaRuntimeInterface::GetMethodReturnType(MethodPtr parentMethod, MethodI… in GetMethodReturnType()
353 compiler::DataType::Type PandaRuntimeInterface::GetMethodArgumentType(MethodPtr parentMethod, Metho… in GetMethodArgumentType()
362 size_t PandaRuntimeInterface::GetMethodArgumentsCount(MethodPtr parentMethod, MethodId id) const in GetMethodArgumentsCount()
370 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/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/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()
325 …compiler::DataType::Type GetFieldTypeById([[maybe_unused]] MethodPtr parentMethod, IdType id) cons… 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.h132 virtual MethodId ResolveMethodIndex([[maybe_unused]] MethodPtr parentMethod, in ResolveMethodIndex()
138 …virtual FieldId ResolveFieldIndex([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] FieldI… in ResolveFieldIndex()
143 …virtual IdType ResolveTypeIndex([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] TypeInde… in ResolveTypeIndex()
166 …virtual MethodPtr GetMethodById([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId… in GetMethodById()
171 virtual MethodPtr GetMethodByIdAndSaveJsFunction([[maybe_unused]] MethodPtr parentMethod, in GetMethodByIdAndSaveJsFunction()
230 virtual DataType::Type GetMethodReturnType([[maybe_unused]] MethodPtr parentMethod, in GetMethodReturnType()
235 …virtual DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr parentMethod, [[maybe_unus… in GetMethodArgumentType()
240 …virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] M… in GetMethodArgumentsCount()
319 …virtual bool IsMethodIntrinsic([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId … in IsMethodIntrinsic()
330 …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.cpp355 auto parentMethod = CreateCopiedMethod(ctx, parentMethodClassName.GetName() + ".", meth); in TypeAPITypeCreatorCtxMethodAddBodyFromMethod() local