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

  /art/libdexfile/dex/
bytecode_utils.h 35 DCHECK_EQ(table[0], sparse_ ? static_cast<uint16_t>(Instruction::kSparseSwitchSignature)
dex_instruction.cc 104 case kSparseSwitchSignature:
128 case kSparseSwitchSignature:
dex_instruction.h 41 kSparseSwitchSignature = 0x0200,
  /tools/dexter/slicer/export/slicer/
dex_bytecode.h 35 constexpr u2 kSparseSwitchSignature = 0x0200;
  /tools/dexter/slicer/
bytecode_encoder.cc 471 bytecode_.Push<dex::u2>(dex::kSparseSwitchSignature);
571 SLICER_CHECK(payload->ident == dex::kSparseSwitchSignature);
code_ir.cc 256 case dex::kSparseSwitchSignature:
401 SLICER_CHECK(dex_sparse_switch->ident == dex::kSparseSwitchSignature);
dex_bytecode.cc 151 } else if (*bytecode == kSparseSwitchSignature) {
    [all...]
  /dalvik/libdex/
DexOpcodes.h 53 #define kSparseSwitchSignature 0x0200
    [all...]
InstrUtils.cpp 689 } else if (*insns == kSparseSwitchSignature) {
  /dalvik/dexdump/
DexDump.cpp 989 } else if (instr == kSparseSwitchSignature) {
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 469 DCHECK_EQ(switch_data[0], static_cast<uint16_t>(Instruction::kSparseSwitchSignature));
  /art/runtime/interpreter/mterp/
mterp.cc 80 DCHECK_EQ(signature, static_cast<uint16_t>(art::Instruction::kSparseSwitchSignature));
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/dexdump/
dexdump.cc     [all...]
  /art/dexlayout/
dexlayout.cc 855 } else if (instr == Instruction::kSparseSwitchSignature) {
    [all...]

Completed in 831 milliseconds