Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DarrayBestCommonTypes.ts372 interface iface { x: string; } interface
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h42 const BytecodeOptIrInterface *iface, pandasm::Program *prog) in BytecodeGen()
Doptimize_bytecode.cpp61 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface) in RunOptimizations()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp334 for (auto iface : ifaces_) { in WriteIfaces() local
Dfile_items.h1040 void AddInterface(BaseClassItem *iface) in AddInterface()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp781 auto &iface = it->second; in HandleInterfaces() local