Searched defs:parentMethod (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.cpp | 67 …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 …]
|
| D | cha.cpp | 50 auto parentMethod = parent->GetVTable()[i]; in Update() local
|
| D | compiler.h | 255 uint32_t GetClassIdForMethod(MethodPtr parentMethod, size_t methodId) const override in GetClassIdForMethod()
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | runtime_adapter_static.h | 46 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/ |
| D | runtime_adapter.h | 45 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/ |
| D | runtime_adapter_dynamic.h | 35 uint32_t ResolveMethodIndex(MethodPtr parentMethod, uint16_t index) const override in ResolveMethodIndex()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 132 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/ |
| D | abcfile_wrapper.cpp | 46 uint32_t FileWrapper::ResolveOffsetByIndex(void *parentMethod, uint16_t index) const in ResolveOffsetByIndex()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 355 auto parentMethod = CreateCopiedMethod(ctx, parentMethodClassName.GetName() + ".", meth); in TypeAPITypeCreatorCtxMethodAddBodyFromMethod() local
|