| /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 289 IrInterfaceTest interface(&program, &maps); in TEST_F() local 341 IrInterfaceTest interface(&program, &maps); in TEST_F() local 376 IrInterfaceTest interface(&program, &maps); in TEST_F() local 403 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 1214 IrInterfaceTest interface(nullptr); in TEST_F() local 1250 IrInterfaceTest interface(nullptr); in TEST_F() local 1283 IrInterfaceTest interface(nullptr); in TEST_F() local 1305 IrInterfaceTest interface(nullptr); in TEST_F() local 1327 IrInterfaceTest interface(nullptr); in TEST_F() local 1349 IrInterfaceTest interface(nullptr); in TEST_F() local 1373 IrInterfaceTest interface(nullptr); in TEST_F() local [all …]
|
| D | reg_encoder_test.cpp | 104 RuntimeInterfaceMock interface(2U); in TEST_F() local 238 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 | 112 BytecodeOptIrInterface *interface = nullptr; in __anon65c7fb950102() local 150 BytecodeOptIrInterface *interface = nullptr; in __anon65c7fb950202() local 188 BytecodeOptIrInterface *interface = nullptr; in __anon65c7fb950302() local 250 BytecodeOptIrInterface *interface = nullptr; in __anon65c7fb950402() local 292 BytecodeOptIrInterface interface(&maps, prog); in __anon65c7fb950502() local 343 BytecodeOptIrInterface *interface = nullptr; in __anon65c7fb950602() local 367 BytecodeOptIrInterface interface(&maps, prog); variable 385 BytecodeOptIrInterface interface(&maps, prog); variable 403 BytecodeOptIrInterface interface(&maps, prog); variable 491 BytecodeOptIrInterface *interface = nullptr; in __anon65c7fb950902() local
|
| D | constant_propagation_test.cpp | 88 BytecodeOptIrInterface interface(&maps, prog); in CheckFunction() local 452 BytecodeOptIrInterface interface(&maps, prog); in __anonb21de60d0202() local
|
| /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/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/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 76 for (auto interface : classInterfaces) { in LinearizeITable() local 111 for (auto interface : classInterfaces) { in Build() local 177 auto interface = entry.GetInterface(); in DumpITable() local
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-interface-key.ts | 28 readonly interface: boolean; property
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | itable.h | 30 void SetInterface(Class *interface) in SetInterface()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | types.cpp | 63 SymbolDisplayPart CreateInterface(std::string interface) in CreateInterface()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfacePropertyDeclarations.cpp | 165 …ropertyDeclarationsPhase::CollectPropertiesAndSuperInterfaces(ir::TSInterfaceBody *const interface) in CollectPropertiesAndSuperInterfaces() 203 … ir::TSInterfaceBody *const interface) in UpdateInterfaceProperties()
|
| D | objectIterator.cpp | 94 for (auto interface : itor->Interfaces()) { in FindInstantiatedTypeParamFromIterator() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | branch_elimination_new_test.cpp | 161 bytecodeopt::BytecodeOptIrInterface interface(&maps, prog); in __anonacd6c1790102() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function_helpers.h | 217 static bool CheckInterfaceOverride(ETSChecker *const checker, ETSObjectType *const interface, in CheckInterfaceOverride()
|
| D | object.cpp | 186 void ETSChecker::ValidateImplementedInterface(ETSObjectType *type, Type *interface, in ValidateImplementedInterface() 759 for (auto *interface : interfaceType->Interfaces()) { in ComputeAbstractsFromInterface() local 805 for (auto *interface : found->second.second) { in GetAbstractsForClass() local 912 for (auto *const &interface : interfaces) { in CheckInterfaceFunctions() local 2336 for (auto *interface : interfaceList) { in CheckValidInheritance() local 2417 for (auto *interface : interfaceList) { in CheckReadonlyClassPropertyInImplementedInterface() local
|
| D | utilityTypeHandlers.cpp | 548 ir::TSInterfaceDeclaration *interface) in CreateNullishAccessor() 877 for (auto *interface : typeToBePartial->Interfaces()) { in CreatePartialTypeClassDef() local
|
| D | typeCreation.cpp | 528 for (auto interface : currentType->Interfaces()) { in CreateUnionFromKeyofType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 90 for (auto *interface : objType->Interfaces()) { in CheckExtensionIsShadowedByMethod() local 299 for (const auto *const interface : checkType->Interfaces()) { in HasIteratorInterface() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 34 for (const auto *interface : interfaces_) { in Iterate() local 79 for (auto *interface : interfaces_) { in GetProperty() local 259 for (auto *const &interface : interfaces) { in CollectSignaturesForSyntheticType() local
|
| D | etsFunctionType.cpp | 58 static void HackThisParameterInExtensionFunctionInvoke(ETSObjectType *interface, size_t arity) in HackThisParameterInExtensionFunctionInvoke()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_class.h | 285 EtsClass *interface = EtsClass::FromRuntimeClass(runtimeInterface); in EnumerateDirectInterfaces() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 300 [this](checker::ETSObjectType *interface) { in ProcessInterfacesDependencies() 1883 GenSeparated(interfaces, [this](checker::ETSObjectType *interface) { GenType(interface); }); in HandleClassDeclarationTypeInfo() 1920 for (const auto &interface : interfaces) { in ProcessMethodsFromInterfaces() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_class_file_test.cpp | 905 klass->EnumerateInterfaces([&enumerateInterfaces, &interfaceVectorSize](EtsClass *interface) { in TEST_F()
|