HomeSort by relevance Sort by last modified time
    Searched defs:headLIR (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 256 ArmLIR *headLIR = NULL;
291 if (headLIR == NULL || cUnit->printMe == true) {
298 if (headLIR == NULL) {
299 headLIR = boundaryLIR;
301 headLIR->defMask = ENCODE_ALL;
407 if (headLIR) {
412 dvmCompilerApplyLocalOptimizations(cUnit, (LIR *) headLIR,
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]

Completed in 159 milliseconds