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

  /dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp 271 //!With NCG O1, we call freeReg to free up physical registers, then call registerAlloc to allocate a physical register for memory base
283 int regAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
292 //!With NCG O1, wecall freeReg to free up physical registers, then call registerAlloc to allocate a physical register for the single operand
308 int regAll = registerAlloc(type, reg, isPhysical, true);
353 int regAll = registerAlloc(type, reg, isPhysical, true);
374 regAll2 = registerAlloc(type, reg2, isPhysical2, true);
393 int regAll = registerAlloc(type, reg, isPhysical, true);
405 regAll2 = registerAlloc(type, reg2, isPhysical2, true);
455 int regAll = registerAlloc(type, reg, isPhysical, true);
473 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true)
    [all...]
AnalysisO1.cpp     [all...]
Lower.h 563 int registerAlloc(int type, int reg, bool isPhysical, bool updateRef);
    [all...]

Completed in 69 milliseconds