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

  /dalvik/vm/analysis/
DexVerify.h 53 #define VERIFY_GC_INST_MASK (kInstrCanBranch | kInstrCanSwitch |\
VfyBasicBlock.cpp 188 if ((opFlags & kInstrCanSwitch) != 0) {
418 } else if ((opFlags & (kInstrCanBranch | kInstrCanSwitch)) != 0) {
CodeVerify.cpp     [all...]
  /dalvik/libdex/
InstrUtils.h 98 kInstrCanSwitch = 1 << 2, // switch statement
InstrUtils.cpp 103 kInstrCanContinue|kInstrCanSwitch,
104 kInstrCanContinue|kInstrCanSwitch,
  /dalvik/vm/compiler/
Frontend.cpp     [all...]
  /dalvik/vm/interp/
Jit.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp     [all...]

Completed in 47 milliseconds