Searched defs:interfaces (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/ |
| D | js_proxy.cpp | 70 Span<Class *> interfaces {}; in Create() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 43 PandaUnorderedSet<Class *> interfaces; in Build() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 105 Span<Class *> interfaces = classPtr->GetInterfaces(); in FreeClassData() local 287 … Span<Class *> interfaces, ClassLinkerContext *context) in GetClassInfo() 333 Span<Class *> interfaces, bool isInterface) in GetClassInfo() 818 … Class *baseClass, Span<Class *> interfaces, ClassLinkerContext *context, in LoadClass() 987 … Span<Method> methods, Span<Field> fields, Class *baseClass, Span<Class *> interfaces, in BuildClass()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | declgenEts2Ts.cpp | 480 const auto &interfaces = classDef->TsType()->AsETSObjectType()->Interfaces(); in GenClassDeclaration() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_class_test.cpp | 737 std::vector<EtsClass *> interfaces(interfaceVectorSize); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_class.cpp | 249 auto interfaces = PandaVector<EtsClass *>(runtimeInterfaces.Size()); in GetInterfaces() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Type.cpp | 437 auto interfaces = type->GetRuntimeClass()->GetInterfaces(); in TypeAPIGetInterface() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_mpl_export.cpp | 599 void BinaryMplExport::OutputImplementedInterfaces(const std::vector<TyIdx> &interfaces) in OutputImplementedInterfaces()
|
| D | bin_mpl_import.cpp | 405 void BinaryMplImport::ImportInterfacesOfClassType(std::vector<TyIdx> &interfaces) in ImportInterfacesOfClassType()
|
| D | mir_type.cpp | 1344 static void DumpInterfaces(std::vector<TyIdx> interfaces, int indent) in DumpInterfaces()
|