HomeSort by relevance Sort by last modified time
    Searched refs:kNumPackedOpcodes (Results 1 - 9 of 9) sorted by null

  /dalvik/libdex/
DexOpcodes.cpp 31 static const char* gOpNames[kNumPackedOpcodes] = {
297 assert(op >= 0 && op < kNumPackedOpcodes);
InstrUtils.h 144 assert((u4) opcode < kNumPackedOpcodes);
160 assert((u4) opcode < kNumPackedOpcodes);
177 assert((u4) opcode < kNumPackedOpcodes);
186 assert((u4) opcode < kNumPackedOpcodes);
InstrUtils.cpp 33 static InstructionWidth gInstructionWidthTable[kNumPackedOpcodes] = {
58 static u1 gOpcodeFlagsTable[kNumPackedOpcodes] = {
323 static u1 gInstructionFormatTable[kNumPackedOpcodes] = {
369 static u1 gInstructionIndexTypeTable[kNumPackedOpcodes] = {
DexOpcodes.h 36 * kNumPackedOpcodes: the highest possible packed opcode value of a
44 #define kNumPackedOpcodes 0x100
335 static const void* _name[kNumPackedOpcodes] = { \
    [all...]
  /art/compiler/dex/
compiler_enums.h 108 kMirOpFirst = kNumPackedOpcodes,
mir_graph.h 629 opcode_count_ = static_cast<int*>(arena_->Alloc(kNumPackedOpcodes * sizeof(int),
    [all...]
mir_graph.cc     [all...]
  /art/runtime/
dex_instruction.h 32 kNumPackedOpcodes = 0x100
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 119 static const void* const handlersTable[instrumentation::kNumHandlerTables][kNumPackedOpcodes] = {
    [all...]

Completed in 232 milliseconds