Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/
Doptimizer_run.cpp143 auto inst_size = graph->GetCurrentInstructionId(); in RunOptimizations() local
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp248 static Opcode GetOpcode(size_t inst_size) in GetOpcode()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp338 auto inst_size = GetGraph()->GetCurrentInstructionId(); in BeginMethod() local
456 auto inst_size = GetGraph()->GetCurrentInstructionId() + slow_paths_.size() * INST_IN_SLOW_PATH; in VisitGraph() local