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

  /dalvik/libdex/
InstrUtils.h 32 enum InstructionFormat {
115 u1* formats; /* InstructionFormat elements */
175 DEX_INLINE InstructionFormat dexGetFormatFromOpcode(Opcode opcode)
178 return (InstructionFormat) gDexOpcodeInfo.formats[opcode];
InstrUtils.cpp 494 InstructionFormat format = dexGetFormatFromOpcode(opcode);
  /dalvik/vm/compiler/
Dataflow.cpp 849 InstructionFormat dalvikFormat = dexGetFormatFromOpcode(insn->opcode);
957 InstructionFormat dalvikFormat = dexGetFormatFromOpcode(insn->opcode);
1010 InstructionFormat dalvikFormat =
    [all...]
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 284 InstructionFormat dalvikFormat =
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp     [all...]

Completed in 109 milliseconds