Home
last modified time | relevance | path

Searched defs:Inst (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DclassFunctionMerging.ts28 export type Inst = number; alias
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dgraph.h32 explicit Inst(const compiler::Inst *inst) : inst_(inst) in Inst() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.h25 class Inst; variable
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.h27 class Inst; variable
Dlocations.h29 class Inst; variable
Druntime_interface.h43 class Inst; variable
Dinst.h39 class Inst; variable
1348 explicit Inst(Opcode opcode) : Inst(opcode, DataType::Type::NO_TYPE, INVALID_PC) {} in Inst() function
1350 explicit Inst(Opcode opcode, DataType::Type type, uint32_t pc) : pc_(pc), opcode_(opcode) in Inst() function
2007 …explicit ConstantInst(Opcode /* unused */, T value, bool support_int32 = false) : Inst(Opcode::Con… in Inst() function
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h30 class Inst; variable
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp99 using Inst = panda::defect_scan_aux::Inst; typedef