Home
last modified time | relevance | path

Searched defs:currentLIR (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/compiler/
DIntermediateRep.cpp101 void dvmCompilerInsertLIRBefore(LIR *currentLIR, LIR *newLIR) in dvmCompilerInsertLIRBefore()
118 void dvmCompilerInsertLIRAfter(LIR *currentLIR, LIR *newLIR) in dvmCompilerInsertLIRAfter()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp208 static void selfVerificationBranchInsert(LIR *currentLIR, ArmOpcode opcode, in selfVerificationBranchInsert()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp272 static void selfVerificationBranchInsert(LIR *currentLIR, Mipsopcode opcode, in selfVerificationBranchInsert()