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

  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 284 InstructionFormat dalvikFormat =
314 switch (dalvikFormat) {
403 dalvikFormat);
  /dalvik/vm/compiler/
Dataflow.cpp 849 InstructionFormat dalvikFormat = dexGetFormatFromOpcode(insn->opcode);
851 switch (dalvikFormat) {
867 ALOGE("Unexpected branch format %d / opcode %#x", dalvikFormat,
957 InstructionFormat dalvikFormat = dexGetFormatFromOpcode(insn->opcode);
959 switch (dalvikFormat) {
977 ALOGE("Unexpected branch format: %d", dalvikFormat);
1010 InstructionFormat dalvikFormat =
1012 switch (dalvikFormat) {
    [all...]
  /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 187 milliseconds