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

/dalvik/vm/native/
H A Ddalvik_system_Zygote.cpp430 struct rlimit rl; local
431 rl.rlim_cur = 0;
432 rl.rlim_max = RLIM_INFINITY;
433 if (setrlimit(RLIMIT_CORE, &rl) < 0) {
/dalvik/vm/compiler/codegen/
H A DRallocUtil.cpp463 extern void dvmCompilerMarkDef(CompilationUnit *cUnit, RegLocation rl, argument
466 assert(!rl.wide);
469 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
479 extern void dvmCompilerMarkDefWide(CompilationUnit *cUnit, RegLocation rl, argument
482 assert(rl.wide);
485 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
486 dvmCompilerResetDef(cUnit, rl.highReg); // Only track low of pair
492 RegLocation rl)
494 assert(rl.wide);
495 if (rl
491 dvmCompilerWideToNarrow(CompilationUnit *cUnit, RegLocation rl) argument
523 dvmCompilerResetDefLoc(CompilationUnit *cUnit, RegLocation rl) argument
535 dvmCompilerResetDefLocWide(CompilationUnit *cUnit, RegLocation rl) argument
[all...]
/dalvik/vm/compiler/codegen/mips/
H A DRallocUtil.cpp529 extern void dvmCompilerMarkDef(CompilationUnit *cUnit, RegLocation rl, argument
532 assert(!rl.wide);
535 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
545 extern void dvmCompilerMarkDefWide(CompilationUnit *cUnit, RegLocation rl, argument
548 assert(rl.wide);
551 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
552 dvmCompilerResetDef(cUnit, rl.highReg); // Only track low of pair
558 RegLocation rl)
560 assert(rl.wide);
561 if (rl
557 dvmCompilerWideToNarrow(CompilationUnit *cUnit, RegLocation rl) argument
595 dvmCompilerResetDefLoc(CompilationUnit *cUnit, RegLocation rl) argument
607 dvmCompilerResetDefLocWide(CompilationUnit *cUnit, RegLocation rl) argument
[all...]

Completed in 70 milliseconds