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

  /art/libdexfile/dex/
bytecode_utils.h 36 : static_cast<uint16_t>(Instruction::kPackedSwitchSignature));
dex_instruction.cc 102 case kPackedSwitchSignature:
126 case kPackedSwitchSignature:
dex_instruction.h 40 kPackedSwitchSignature = 0x0100,
  /tools/dexter/slicer/export/slicer/
dex_bytecode.h 34 constexpr u2 kPackedSwitchSignature = 0x0100;
  /tools/dexter/slicer/
bytecode_encoder.cc 447 bytecode_.Push<dex::u2>(dex::kPackedSwitchSignature);
554 SLICER_CHECK(payload->ident == dex::kPackedSwitchSignature);
code_ir.cc 252 case dex::kPackedSwitchSignature:
375 SLICER_CHECK(dex_packed_switch->ident == dex::kPackedSwitchSignature);
dex_bytecode.cc 149 if (*bytecode == kPackedSwitchSignature) {
    [all...]
  /dalvik/libdex/
DexOpcodes.h 52 #define kPackedSwitchSignature 0x0100
    [all...]
InstrUtils.cpp 687 if (*insns == kPackedSwitchSignature) {
  /dalvik/dexdump/
DexDump.cpp 986 if (instr == kPackedSwitchSignature) {
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 441 DCHECK_EQ(switch_data[0], static_cast<uint16_t>(Instruction::kPackedSwitchSignature));
  /art/runtime/interpreter/mterp/
mterp.cc 128 DCHECK_EQ(signature, static_cast<uint16_t>(art::Instruction::kPackedSwitchSignature));
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/dexdump/
dexdump.cc     [all...]
  /art/dexlayout/
dexlayout.cc 853 if (instr == Instruction::kPackedSwitchSignature) {
    [all...]

Completed in 650 milliseconds