Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 25 of 26) 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
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
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
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 …]
Dreg_encoder_test.cpp102 RuntimeInterfaceMock interface(2U); in TEST_F() local
235 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 __anon0a686df30102() local
150 BytecodeOptIrInterface *interface = nullptr; in __anon0a686df30202() local
188 BytecodeOptIrInterface *interface = nullptr; in __anon0a686df30302() local
250 BytecodeOptIrInterface *interface = nullptr; in __anon0a686df30402() local
292 BytecodeOptIrInterface interface(&maps, prog); in __anon0a686df30502() local
343 BytecodeOptIrInterface *interface = nullptr; in __anon0a686df30602() local
367 BytecodeOptIrInterface interface(&maps, prog); variable
385 BytecodeOptIrInterface interface(&maps, prog); variable
403 BytecodeOptIrInterface interface(&maps, prog); variable
480 BytecodeOptIrInterface *interface = nullptr; in __anon0a686df30702() local
Dconstant_propagation_test.cpp88 BytecodeOptIrInterface interface(&maps, prog); in CheckFunction() local
452 BytecodeOptIrInterface interface(&maps, prog); in __anon35fcc12b0202() local
/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/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/runtime_core/static_core/plugins/ets/runtime/
Dets_itable_builder.cpp74 for (auto interface : classInterfaces) { in LinearizeITable() local
109 for (auto interface : classInterfaces) { in Build() local
176 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/runtime_core/compiler/tests/
Dbranch_elimination_new_test.cpp161 bytecodeopt::BytecodeOptIrInterface interface(&maps, prog); in __anonfcd35e970102() local
Dcompiler_inst_test.cpp998 RuntimeInterface interface; in __anon392800201602() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
DclassDefinition.cpp202 for (auto interface : implements_) { in Dump() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp136 ir::TSInterfaceBody *const interface) in UpdateInterfacePropertys()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h248 static bool CheckInterfaceOverride(ETSChecker *const checker, ETSObjectType *const interface, in CheckInterfaceOverride()
Dobject.cpp97 void ETSChecker::ValidateImplementedInterface(ETSObjectType *type, Type *interface, in ValidateImplementedInterface()
622 for (auto *interface : interfaceType->Interfaces()) { in ComputeAbstractsFromInterface() local
668 for (auto *interface : found->second.second) { in GetAbstractsForClass() local
739 for (auto *const &interface : interfaces) { in CheckInterfaceFunctions() local
1931 for (auto *interface : interfaceList) { in CheckValidInheritance() local
Dfunction.cpp1559 for (auto *const interface : owner->Interfaces()) { in CheckOverride() local
1567 for (auto *const interface : iter->Interfaces()) { in CheckOverride() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp343 bool KlassHierarchy::IsInterfaceImplemented(Klass *interface, const Klass *base) const in IsInterfaceImplemented()
541 for (auto interface : implInterfaceSet) { in UpdateImplementedInterfaces() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp53 for (auto *interface : objType->Interfaces()) { in CheckExtensionIsShadowedByMethod() local
231 for (const auto *const interface : checkType->Interfaces()) { in HasIteratorInterface() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h247 EtsClass *interface = EtsClass::FromRuntimeClass(runtimeInterface); in EnumerateDirectInterfaces() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp39 for (const auto *interface : interfaces_) { in Iterate() local
84 for (auto *interface : interfaces_) { in GetProperty() local
DetsObjectType.h74 void AddInterface(ETSObjectType *interface) in AddInterface()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp552 … GenSeparated(interfaces, [this](checker::ETSObjectType *interface) { GenType(interface); }); in GenClassDeclaration()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_test.cpp905 klass->EnumerateInterfaces([&enumerateInterfaces, &interfaceVectorSize](EtsClass *interface) { in TEST_F()

12