Home
last modified time | relevance | path

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

/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.cpp108 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/
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.cpp52 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/
Ditable.h30 void SetInterface(Class *interface) in SetInterface()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DclassDefinition.cpp166 for (auto interface : implements_) { in Dump() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp100 ir::TSInterfaceBody *const interface) in UpdateInterfacePropertys()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h214 static bool CheckInterfaceOverride(ETSChecker *const checker, ETSObjectType *const interface, in CheckInterfaceOverride()
Dobject.cpp106 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
Dfunction.cpp1239 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/
Dclass_hierarchy.cpp231 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/
DetsObjectType.cpp39 for (const auto *interface : interfaces_) { in Iterate() local
91 for (auto *interface : interfaces_) { in GetProperty() local
DetsObjectType.h148 void AddInterface(ETSObjectType *interface) in AddInterface()
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp484 … GenCommaSeparated(interfaces, [this](checker::ETSObjectType *interface) { GenType(interface); }); in GenClassDeclaration()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h247 EtsClass *interface = EtsClass::FromRuntimeClass(runtimeInterface); in EnumerateDirectInterfaces() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_test.cpp746 klass->EnumerateInterfaces([&enumerateInterfaces, &interfaceVectorSize](EtsClass *interface) { in TEST_F()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp985 RuntimeInterface interface; in __anon8ce037611602() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp161 for (auto *interface : objType->Interfaces()) { in CheckExtensionIsShadowedByMethod() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp4550 auto interface = ConvertRegister(inst->GetSrcReg(SECOND_OPERAND), DataType::REFERENCE); in CreateCheckCastInterfaceCall() local