| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | const_array_resolver_test.cpp | 46 IrInterfaceTest interface(&program, &maps); in TEST_F() local 91 IrInterfaceTest interface(&program, &maps); in TEST_F() local 123 IrInterfaceTest interface(&program, &maps); in TEST_F() local 167 IrInterfaceTest interface(&program, &maps); in TEST_F() local 197 IrInterfaceTest interface(&program, &maps); in TEST_F() local 228 IrInterfaceTest interface(&program, &maps); in TEST_F() local 288 IrInterfaceTest interface(&program, &maps); in TEST_F() local 340 IrInterfaceTest interface(&program, &maps); in TEST_F() local 375 IrInterfaceTest interface(&program, &maps); in TEST_F() local 402 IrInterfaceTest interface(&program, &maps); in TEST_F() local
|
| D | codegen_test.cpp | 49 BytecodeOptIrInterface interface(&maps, &prog); in TEST() local 67 BytecodeOptIrInterface interface(&maps, &prog); in TEST() local 83 BytecodeOptIrInterface interface(nullptr, nullptr); in TEST() local 1213 IrInterfaceTest interface(nullptr); in TEST_F() local 1249 IrInterfaceTest interface(nullptr); in TEST_F() local 1282 IrInterfaceTest interface(nullptr); in TEST_F() local 1304 IrInterfaceTest interface(nullptr); in TEST_F() local 1326 IrInterfaceTest interface(nullptr); in TEST_F() local 1348 IrInterfaceTest interface(nullptr); in TEST_F() local 1372 IrInterfaceTest interface(nullptr); in TEST_F() local [all …]
|
| D | reg_encoder_test.cpp | 102 RuntimeInterfaceMock interface(2U); in TEST_F() local 235 RuntimeInterfaceMock interface(4U); in TEST_F() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | const_array_resolver_test.cpp | 43 IrInterfaceTest interface(&program, &maps); in TEST_F() local 86 IrInterfaceTest interface(&program, &maps); in TEST_F() local 124 IrInterfaceTest interface(&program, &maps); in TEST_F() local 154 IrInterfaceTest interface(&program, &maps); in TEST_F() local 185 IrInterfaceTest interface(&program, &maps); in TEST_F() local 245 IrInterfaceTest interface(&program, &maps); in TEST_F() local 297 IrInterfaceTest interface(&program, &maps); in TEST_F() local 332 IrInterfaceTest interface(&program, &maps); in TEST_F() local 359 IrInterfaceTest interface(&program, &maps); in TEST_F() local
|
| D | codegen_test.cpp | 108 BytecodeOptIrInterface *interface = nullptr; in __anon61fc5db40102() local 146 BytecodeOptIrInterface *interface = nullptr; in __anon61fc5db40202() local 184 BytecodeOptIrInterface *interface = nullptr; in __anon61fc5db40302() local 246 BytecodeOptIrInterface *interface = nullptr; in __anon61fc5db40402() local 288 BytecodeOptIrInterface interface(&maps, prog); in __anon61fc5db40502() local 339 BytecodeOptIrInterface *interface = nullptr; in __anon61fc5db40602() local 363 BytecodeOptIrInterface interface(&maps, prog); variable 381 BytecodeOptIrInterface interface(&maps, prog); variable 399 BytecodeOptIrInterface interface(&maps, prog); variable 476 BytecodeOptIrInterface *interface = nullptr; in __anon61fc5db40702() local
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | interfaceAssignment.ts | 36 interface C1 { variable 40 interface C2 { variable 46 interface C3 extends C1 { variable 76 interface E { variable 80 interface E { variable 84 interface E { variable
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | interfaceAssignment.ts | 36 interface C1 { variable 40 interface C2 { variable 46 interface C3 extends C1 { variable 76 interface E { variable 80 interface E { variable 84 interface E { variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 52 for (auto interface : classInterfaces) { in Build() local 87 for (auto interface : classInterfaces) { in Build() local 158 auto interface = entry.GetInterface(); in DumpITable() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | itable.h | 30 void SetInterface(Class *interface) in SetInterface()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | classDefinition.cpp | 166 for (auto interface : implements_) { in Dump() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfacePropertyDeclarations.cpp | 100 ir::TSInterfaceBody *const interface) in UpdateInterfacePropertys()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function_helpers.h | 214 static bool CheckInterfaceOverride(ETSChecker *const checker, ETSObjectType *const interface, in CheckInterfaceOverride()
|
| D | object.cpp | 106 void ETSChecker::ValidateImplementedInterface(ETSObjectType *type, Type *interface, in ValidateImplementedInterface() 596 for (auto *interface : interfaceType->Interfaces()) { in ComputeAbstractsFromInterface() local 642 for (auto *interface : found->second.second) { in GetAbstractsForClass() local 1426 for (auto *interface : interfaceList) { in CheckValidInheritance() local
|
| D | function.cpp | 1239 for (auto *const interface : owner->Interfaces()) { in CheckOverride() local 1247 for (auto *const interface : iter->Interfaces()) { in CheckOverride() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | class_hierarchy.cpp | 231 Klass *interface = kh.GetKlassFromTyIdx(tyIdx); in CountVirtMethTopDown() local 417 bool KlassHierarchy::IsInterfaceImplemented(Klass *interface, const Klass *base) const in IsInterfaceImplemented() 693 for (auto interface : implInterfaceSet) { in UpdateImplementedInterfaces() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 39 for (const auto *interface : interfaces_) { in Iterate() local 91 for (auto *interface : interfaces_) { in GetProperty() local
|
| D | etsObjectType.h | 148 void AddInterface(ETSObjectType *interface) in AddInterface()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | declgenEts2Ts.cpp | 484 … GenCommaSeparated(interfaces, [this](checker::ETSObjectType *interface) { GenType(interface); }); in GenClassDeclaration()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_class.h | 247 EtsClass *interface = EtsClass::FromRuntimeClass(runtimeInterface); in EnumerateDirectInterfaces() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_class_test.cpp | 746 klass->EnumerateInterfaces([&enumerateInterfaces, &interfaceVectorSize](EtsClass *interface) { in TEST_F()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_inst_test.cpp | 985 RuntimeInterface interface; in __anon8ce037611602() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 161 for (auto *interface : objType->Interfaces()) { in CheckExtensionIsShadowedByMethod() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 4550 auto interface = ConvertRegister(inst->GetSrcReg(SECOND_OPERAND), DataType::REFERENCE); in CreateCheckCastInterfaceCall() local
|