Home
last modified time | relevance | path

Searched defs:insn_order (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
Dannotation_test.cpp40 ScalarValue insn_order(ScalarValue::Create<panda::pandasm::Value::Type::I32>(1)); variable
449 ScalarValue insn_order(ScalarValue::Create<panda::pandasm::Value::Type::I32>(1)); variable
/arkcompiler/runtime_core/assembler/
Dassembly-function.h172 size_t insn_order; member
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp69 int32_t insn_order = 0; in RunImpl() local