Home
last modified time | relevance | path

Searched refs:kNumPackedOpcodes (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/
Dcompiler_enums.h124 kMirOpFirst = kNumPackedOpcodes,
Dmir_graph.h664 opcode_count_ = arena_->AllocArray<int>(kNumPackedOpcodes, kArenaAllocMisc); in EnableOpcodeCounting()
Dmir_graph.cc908 for (int i = 0; i < kNumPackedOpcodes; i++) { in ShowOpcodeStats()
2488 int idx = static_cast<int>(opcode) - kNumPackedOpcodes; in FlagsOf()
/art/runtime/
Ddex_instruction.h32 kNumPackedOpcodes = 0x100 enumerator
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc130 static const void* const handlersTable[instrumentation::kNumHandlerTables][kNumPackedOpcodes] = { in ExecuteGotoImpl()