Home
last modified time | relevance | path

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

/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
/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/runtime/include/
Ditable.h30 void SetInterface(Class *interface) in SetInterface()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp4688 auto interface = ConvertRegister(inst->GetSrcReg(SECOND_OPERAND), DataType::REFERENCE); in CreateCheckCastInterfaceCall() local