Searched defs:loadWordDisp (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/
H A DCodegenFactory.cpp35 static TGT_LIR *loadWordDisp(CompilationUnit *cUnit, int rBase, function
60 loadWordDisp(cUnit, rSELF, offsetof(Thread, interpSave.retval), reg1);
63 loadWordDisp(cUnit, rFP, dvmCompilerS2VReg(cUnit, rlSrc.sRegLow) << 2,
128 loadWordDisp(cUnit, rSELF, offsetof(Thread, interpSave.retval),
/dalvik/vm/compiler/codegen/mips/
H A DCodegenFactory.cpp29 static MipsLIR *loadWordDisp(CompilationUnit *cUnit, int rBase, int displacement, function
54 loadWordDisp(cUnit, rSELF, offsetof(Thread, interpSave.retval), reg1);
57 loadWordDisp(cUnit, rFP, dvmCompilerS2VReg(cUnit, rlSrc.sRegLow) << 2,
121 loadWordDisp(cUnit, rSELF, offsetof(Thread, interpSave.retval), rlSrc.lowReg);

Completed in 48 milliseconds