HomeSort by relevance Sort by last modified time
    Searched refs:kLocDalvikFrame (Results 1 - 7 of 7) sorted by null

  /dalvik/vm/compiler/
Ralloc.cpp 49 static const RegLocation freshLoc = {kLocDalvikFrame, 0, 0, INVALID_REG,
CompilerIR.h 32 kLocDalvikFrame = 0,
  /dalvik/vm/compiler/codegen/
CodegenFactory.cpp 62 assert(rlSrc.location == kLocDalvikFrame);
97 assert(rlSrc.location == kLocDalvikFrame);
123 if (rlSrc.location == kLocDalvikFrame) {
190 if (rlSrc.location == kLocDalvikFrame) {
RallocUtil.cpp 679 if (loc.location == kLocDalvikFrame) {
700 if (loc.location == kLocDalvikFrame) {
  /dalvik/vm/compiler/codegen/mips/
CodegenFactory.cpp 56 assert(rlSrc.location == kLocDalvikFrame);
90 assert(rlSrc.location == kLocDalvikFrame);
116 if (rlSrc.location == kLocDalvikFrame) {
182 if (rlSrc.location == kLocDalvikFrame) {
RallocUtil.cpp 586 else if (rl.location == kLocDalvikFrame) {
751 if (loc.location == kLocDalvikFrame) {
772 if (loc.location == kLocDalvikFrame) {
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp 152 rlDest.location = kLocDalvikFrame;

Completed in 52 milliseconds