Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_enums.h108 kMirOpFirst = kNumPackedOpcodes,
Dmir_graph.h629 opcode_count_ = static_cast<int*>(arena_->Alloc(kNumPackedOpcodes * sizeof(int), in EnableOpcodeCounting()
Dmir_graph.cc853 for (int i = 0; i < kNumPackedOpcodes; i++) { in ShowOpcodeStats()
/art/runtime/
Ddex_instruction.h32 kNumPackedOpcodes = 0x100 enumerator
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc119 static const void* const handlersTable[instrumentation::kNumHandlerTables][kNumPackedOpcodes] = { in ExecuteGotoImpl()