Home
last modified time | relevance | path

Searched defs:interfaces (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp52 PandaUnorderedSet<Class *> &&interfaces) in LinearizeITable()
100 PandaUnorderedSet<Class *> interfaces; in Build() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp87 Span<Class *> interfaces {}; in Create() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp130 Span<Class *> interfaces = classPtr->GetInterfaces(); in FreeClassData() local
312 Span<Class *> interfaces, ClassLinkerContext *context, in SetupClassInfo()
361Span<Class *> interfaces, bool isInterface, ClassLinkerErrorHandler *errorHandler) in SetupClassInfo()
863 … Class *baseClass, Span<Class *> interfaces, ClassLinkerContext *context, in LoadClass()
1085 … Span<Method> methods, Span<Field> fields, Class *baseClass, Span<Class *> interfaces, in BuildClass()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp548 const auto &interfaces = classDef->TsType()->AsETSObjectType()->Interfaces(); in GenClassDeclaration() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp228 auto interfaces = PandaVector<EtsClass *>(runtimeInterfaces.Size()); in GetInterfaces() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp433 auto interfaces = type->GetRuntimeClass()->GetInterfaces(); in TypeAPIGetInterface() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_test.cpp896 std::vector<EtsClass *> interfaces(interfaceVectorSize); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp272 void BinaryMplImport::ImportInterfacesOfClassType(std::vector<TyIdx> &interfaces) in ImportInterfacesOfClassType()
Dbin_mpl_export.cpp597 void BinaryMplExport::OutputImplementedInterfaces(const std::vector<TyIdx> &interfaces) in OutputImplementedInterfaces()
Dmir_type.cpp1275 static void DumpInterfaces(std::vector<TyIdx> interfaces, int indent) in DumpInterfaces()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp689 static void GetInterfacesOfClass(ETSObjectType *type, ArenaVector<ETSObjectType *> &interfaces) in GetInterfacesOfClass()
734 ArenaVector<ETSObjectType *> interfaces(Allocator()->Adapter()); in CheckInterfaceFunctions() local