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

  /art/runtime/
dex_instruction.cc 100 case kPackedSwitchSignature:
dex_instruction.h 39 kPackedSwitchSignature = 0x0100,
  /art/runtime/interpreter/
interpreter_common.h 289 DCHECK_EQ(switch_data[0], static_cast<uint16_t>(Instruction::kPackedSwitchSignature));
  /art/compiler/dex/quick/
codegen_util.cc 575 static_cast<int>(Instruction::kPackedSwitchSignature));
803 static_cast<int>(Instruction::kPackedSwitchSignature));
    [all...]
  /dalvik/libdex/
DexOpcodes.h 52 #define kPackedSwitchSignature 0x0100
    [all...]
InstrUtils.cpp 664 if (*insns == kPackedSwitchSignature) {
  /dalvik/dexdump/
DexDump.cpp 874 if (instr == kPackedSwitchSignature) {
    [all...]
  /art/compiler/dex/
mir_graph.cc 487 static_cast<int>(Instruction::kPackedSwitchSignature));
754 (following_raw_instruction == Instruction::kPackedSwitchSignature) ||
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 131 milliseconds