Home
last modified time | relevance | path

Searched defs:parent_method (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dcompiler.cpp68 …iler::RuntimeInterface::MethodId PandaRuntimeInterface::ResolveMethodIndex(MethodPtr parent_method, in ResolveMethodIndex()
74 …mpiler::RuntimeInterface::FieldId PandaRuntimeInterface::ResolveFieldIndex(MethodPtr parent_method, in ResolveFieldIndex()
80 compiler::RuntimeInterface::IdType PandaRuntimeInterface::ResolveTypeIndex(MethodPtr parent_method, in ResolveTypeIndex()
86 compiler::RuntimeInterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parent_method,… in GetMethodById()
206 bool PandaRuntimeInterface::IsInterfaceMethod(MethodPtr parent_method, MethodId id) const in IsInterfaceMethod()
236 bool PandaRuntimeInterface::IsMethodExternal(MethodPtr parent_method, MethodPtr callee_method) const in IsMethodExternal()
244 compiler::DataType::Type PandaRuntimeInterface::GetMethodReturnType(MethodPtr parent_method, Method… in GetMethodReturnType()
252 compiler::DataType::Type PandaRuntimeInterface::GetMethodArgumentType(MethodPtr parent_method, Meth… in GetMethodArgumentType()
261 size_t PandaRuntimeInterface::GetMethodArgumentsCount(MethodPtr parent_method, MethodId id) const in GetMethodArgumentsCount()
269 bool PandaRuntimeInterface::IsMethodStatic(MethodPtr parent_method, MethodId id) const in IsMethodStatic()
[all …]
Dcha.cpp50 auto parent_method = parent->GetVTable()[i]; in Update() local
Dcompiler.h251 size_t GetClassIdForMethod(MethodPtr parent_method, size_t method_id) const override in GetClassIdForMethod()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h44 MethodId ResolveMethodIndex(MethodPtr parent_method, MethodIndex index) const override in ResolveMethodIndex()
49 uint32_t ResolveOffsetByIndex(MethodPtr parent_method, uint16_t index) const override in ResolveOffsetByIndex()
54 FieldId ResolveFieldIndex(MethodPtr parent_method, FieldIndex index) const override in ResolveFieldIndex()
59 IdType ResolveTypeIndex(MethodPtr parent_method, TypeIndex index) const override in ResolveTypeIndex()
324 …compiler::DataType::Type GetFieldTypeById([[maybe_unused]] MethodPtr parent_method, IdType id) con… in GetFieldTypeById()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h102 virtual MethodId ResolveMethodIndex([[maybe_unused]] MethodPtr parent_method, in ResolveMethodIndex()
108 virtual uint32_t ResolveOffsetByIndex([[maybe_unused]] MethodPtr parent_method, in ResolveOffsetByIndex()
114 …virtual FieldId ResolveFieldIndex([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] Field… in ResolveFieldIndex()
119 …virtual IdType ResolveTypeIndex([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] TypeInd… in ResolveTypeIndex()
146 …virtual MethodPtr GetMethodById([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] MethodI… in GetMethodById()
182 virtual DataType::Type GetMethodReturnType([[maybe_unused]] MethodPtr parent_method, in GetMethodReturnType()
187 …virtual DataType::Type GetMethodArgumentType([[maybe_unused]] MethodPtr parent_method, [[maybe_unu… in GetMethodArgumentType()
192 …virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] … in GetMethodArgumentsCount()
257 …virtual bool IsMethodIntrinsic([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] MethodId… in IsMethodIntrinsic()
268 …virtual bool IsMethodStatic([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] MethodId id… in IsMethodStatic()
[all …]