Searched defs:interfaces (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 52 PandaUnorderedSet<Class *> &&interfaces) in LinearizeITable() 100 PandaUnorderedSet<Class *> interfaces; in Build() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/ |
| D | js_proxy.cpp | 87 Span<Class *> interfaces {}; in Create() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 130 Span<Class *> interfaces = classPtr->GetInterfaces(); in FreeClassData() local 312 Span<Class *> interfaces, ClassLinkerContext *context, in SetupClassInfo() 361 … Span<Class *> interfaces, bool isInterface, ClassLinkerErrorHandler *errorHandler) in SetupClassInfo() 866 … Class *baseClass, Span<Class *> interfaces, ClassLinkerContext *context, in LoadClass() 1089 … Span<Method> methods, Span<Field> fields, Class *baseClass, Span<Class *> interfaces, in BuildClass()
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 553 const auto &interfaces = classDef->TsType()->AsETSObjectType()->Interfaces(); in GenClassDeclaration() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Type.cpp | 432 auto interfaces = type->GetRuntimeClass()->GetInterfaces(); in TypeAPIGetInterface() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_class_file_test.cpp | 896 std::vector<EtsClass *> interfaces(interfaceVectorSize); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 702 static void GetInterfacesOfClass(ETSObjectType *type, ArenaVector<ETSObjectType *> &interfaces) in GetInterfacesOfClass() 746 ArenaVector<ETSObjectType *> interfaces(Allocator()->Adapter()); in CheckInterfaceFunctions() local
|
| D | helpers.cpp | 1915 if (auto interfaces = in CheckThrowingStatements() local
|