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

  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 282 InstructionFormat dalvikFormat =
312 switch (dalvikFormat) {
401 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/arm/
CodegenDriver.cpp     [all...]

Completed in 5342 milliseconds