Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dconst_array_resolver_test.cpp46 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
Dcodegen_test.cpp49 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 …]
Dreg_encoder_test.cpp104 RuntimeInterfaceMock interface(2U); in TEST_F() local
238 RuntimeInterfaceMock interface(4U); in TEST_F() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dconst_array_resolver_test.cpp43 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
Dcodegen_test.cpp112 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
Dconstant_propagation_test.cpp88 BytecodeOptIrInterface interface(&maps, prog); in CheckFunction() local
452 BytecodeOptIrInterface interface(&maps, prog); in __anonb21de60d0202() local
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DinterfaceAssignment.ts36 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/
DinterfaceAssignment.ts36 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/
Dets_itable_builder.cpp76 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/
Dtest-interface-key.ts28 readonly interface: boolean; property
/arkcompiler/runtime_core/static_core/runtime/include/
Ditable.h30 void SetInterface(Class *interface) in SetInterface()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dtypes.cpp63 SymbolDisplayPart CreateInterface(std::string interface) in CreateInterface()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp165 …ropertyDeclarationsPhase::CollectPropertiesAndSuperInterfaces(ir::TSInterfaceBody *const interface) in CollectPropertiesAndSuperInterfaces()
203ir::TSInterfaceBody *const interface) in UpdateInterfaceProperties()
DobjectIterator.cpp94 for (auto interface : itor->Interfaces()) { in FindInstantiatedTypeParamFromIterator() local
/arkcompiler/runtime_core/compiler/tests/
Dbranch_elimination_new_test.cpp161 bytecodeopt::BytecodeOptIrInterface interface(&maps, prog); in __anonacd6c1790102() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h217 static bool CheckInterfaceOverride(ETSChecker *const checker, ETSObjectType *const interface, in CheckInterfaceOverride()
Dobject.cpp186 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
DutilityTypeHandlers.cpp548 ir::TSInterfaceDeclaration *interface) in CreateNullishAccessor()
877 for (auto *interface : typeToBePartial->Interfaces()) { in CreatePartialTypeClassDef() local
DtypeCreation.cpp528 for (auto interface : currentType->Interfaces()) { in CreateUnionFromKeyofType() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp90 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/
DetsObjectType.cpp34 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
DetsFunctionType.cpp58 static void HackThisParameterInExtensionFunctionInvoke(ETSObjectType *interface, size_t arity) in HackThisParameterInExtensionFunctionInvoke()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h285 EtsClass *interface = EtsClass::FromRuntimeClass(runtimeInterface); in EnumerateDirectInterfaces() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp300 [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/
Dets_class_file_test.cpp905 klass->EnumerateInterfaces([&enumerateInterfaces, &interfaceVectorSize](EtsClass *interface) { in TEST_F()

12