Home
last modified time | relevance | path

Searched refs:popForLR (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/arm/Thumb/
DFactory.cpp928 ArmLIR *popForLR = (ArmLIR *) dvmCompilerNew(sizeof(ArmLIR), true); in genSelfVerificationPostBranch() local
929 popForLR->opcode = kThumbPop; in genSelfVerificationPostBranch()
930 popForLR->operands[0] = 1 << r5FP; in genSelfVerificationPostBranch()
931 setupResourceMasks(popForLR); in genSelfVerificationPostBranch()
932 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) popForLR); in genSelfVerificationPostBranch()
935 dvmCompilerInsertLIRAfter((LIR *) popForLR, (LIR *) copy); in genSelfVerificationPostBranch()
/dalvik/vm/compiler/codegen/mips/Mips32/
DFactory.cpp998 MipsLIR *popForLR = (MipsLIR *) dvmCompilerNew(sizeof(MipsLIR), true); in genSelfVerificationPostBranch()
999 popForLR->opcode = kThumbPop; in genSelfVerificationPostBranch()
1000 popForLR->operands[0] = 1 << r5FP; in genSelfVerificationPostBranch()
1001 setupResourceMasks(popForLR); in genSelfVerificationPostBranch()
1002 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) popForLR); in genSelfVerificationPostBranch()
1005 dvmCompilerInsertLIRAfter((LIR *) popForLR, (LIR *) copy); in genSelfVerificationPostBranch()