Home
last modified time | relevance | path

Searched defs:baseClass (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_base-inl.h84 void VTableBuilderBase<VISIT_SUPERITABLE>::AddBaseMethods(Class *baseClass) in AddBaseMethods()
177 …rBase<VISIT_SUPERITABLE>::Build(panda_file::ClassDataAccessor *cda, Class *baseClass, ITable itabl… in Build()
196 bool VTableBuilderBase<VISIT_SUPERITABLE>::Build(Span<Method> methods, Class *baseClass, ITable ita… in Build()
/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.h63 #define DECLARE_NODE_TYPES(nodeType1, nodeType2, baseClass, reinterpretClass) nodeType1, nodeType2, argument
76 #define STRING_FROM_NODE_TYPE_REINTERPRET(nodeType1, nodeType2, baseClass, reinterpretClass) \ argument
115 #define DECLARE_CLASSES(nodeType1, nodeType2, baseClass, reinterpretClass) class baseClass; argument
145 #define DECLARE_IS_CHECKS(nodeType1, nodeType2, baseClass, reinterpretClass) \ in AST_NODE_REINTERPRET_MAPPING() argument
212 #define DECLARE_AS_CASTS(nodeType1, nodeType2, baseClass, reinterpretClass) … in AST_NODE_REINTERPRET_MAPPING() argument
/arkcompiler/ets_runtime/common_components/objects/tests/
Dcomposite_base_class_test.cpp31 auto* baseClass = reinterpret_cast<BaseClass*>(memory); in MockAllocator() local
71 auto* baseClass = roots_->GetBaseClass(CommonType::LINE_STRING); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h50 #define DECLARE_NODE_TYPES(nodeType1, nodeType2, baseClass, reinterpretClass) nodeType1, nodeType2, argument
114 #define DECLARE_CLASSES(nodeType1, nodeType2, baseClass, reinterpretClass) class baseClass; argument
138 #define DECLARE_IS_CHECKS(nodeType1, nodeType2, baseClass, reinterpretClass) \ in AST_NODE_REINTERPRET_MAPPING() argument
174 #define DECLARE_AS_CASTS(nodeType1, nodeType2, baseClass, reinterpretClass) \ in AST_NODE_REINTERPRET_MAPPING() argument
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dchecker_test.cpp24 …auto baseClass = std::find_if(classDefs.begin(), classDefs.end(), [className](ir_alias::ClassDefin… in FindClassType() local
/arkcompiler/ets_frontend/ets2panda/ir/visitor/
DIterateAstVisitor.h62 #define DECLARE_AST_NODE_CHECK_METHOD(nodeType1, nodeType2, baseClass, reinterpretClass) \ argument
DAstVisitor.h54 #define DECLARE_AST_NODE_CHECK_METHOD(nodeType1, nodeType2, baseClass, reinterpretClass) \ in AST_NODE_REINTERPRET_MAPPING() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dempty_reference_processor.h34 … [[maybe_unused]] const BaseClass *baseClass, [[maybe_unused]] const ObjectHeader *object, in HandleReference()
/arkcompiler/runtime_core/libabckit/tests/scenarios/scan_subclasses/dynamic/
Dsubclasses_scanner.cpp79 const auto baseClass = baseClasses_[i]; in GetImportDescriptors() local
/arkcompiler/ets_frontend/ets2panda/test/unit/
Dunion_normalisation_test.h132 …auto baseClass = std::find_if(classDefs.begin(), classDefs.end(), [className](ir::ClassDefinition … in FindClassType() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp130 auto *baseClass = object->template ClassAddr<BaseClass>(); in MarkStack() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/scan_subclasses/
Dscan_subclasses_test.cpp91 for (const auto &baseClass : baseClasses) { in GetImportDescriptors() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp204 JSProxy *JSProxy::CreateProxy(const uint8_t *descriptor, Class *baseClass, Span<Method *> targetMet… in CreateProxy()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp816 auto *baseClass = ext->GetClass(pf, baseClassId, context, errorHandler); in LoadBaseClass() local
891Class *baseClass, Span<Class *> interfaces, ClassLinkerContext *context, in LoadClass()
1032 Class *baseClass = nullptr; in LoadClass() local
1115 … Span<Method> methods, Span<Field> fields, Class *baseClass, Span<Class *> interfaces, in BuildClass()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/scan_subclasses/
Dscan_subclasses_test.cpp109 const auto baseClass = (*baseClasses)[i]; in GetImportDescriptors() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp41 auto *baseClass = header->ClassAddr<BaseClass>(); in GetDebugInfoAboutObject() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp52 auto baseClass = method->GetClass(); in VerifyLambdaClass() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp843 auto *baseClass = obj->GetClass(); in GenerateNode() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2845 const baseClass = classMap.get(baseClassName); constant
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3498 auto baseClass = ctor->builder_.CreateLoad(ctor->builder_.getPtrTy(), baseClassPtr); in VisitRefTypeCheck() local