Searched defs:storeBaseIndexed (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.cpp512 static ArmLIR *storeBaseIndexed(CompilationUnit *cUnit, int rBase, function
536 ALOGE("Jit: bad case in storeBaseIndexed");
/dalvik/vm/compiler/codegen/mips/Mips32/
H A DFactory.cpp483 static MipsLIR *storeBaseIndexed(CompilationUnit *cUnit, int rBase, function
528 ALOGE("Jit: bad case in storeBaseIndexed");
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp777 static ArmLIR *storeBaseIndexed(CompilationUnit *cUnit, int rBase, function
1058 store = storeBaseIndexed(cUnit, rBase, rScratch, rSrc, 0, size);

Completed in 82 milliseconds