HomeSort by relevance Sort by last modified time
    Searched full:pushlr (Results 1 - 1 of 1) sorted by null

  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 912 ArmLIR *pushLR = (ArmLIR *) dvmCompilerNew(sizeof(ArmLIR), true);
913 pushLR->opcode = kThumbPush;
915 pushLR->operands[0] = 1 << 8;
916 setupResourceMasks(pushLR);
917 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) pushLR);

Completed in 1402 milliseconds