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 272 //!With NCG O1, we call freeReg to free up physical registers, then call registerAlloc to allocate a physical register for memory base
284 int regAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
293 //!With NCG O1, wecall freeReg to free up physical registers, then call registerAlloc to allocate a physical register for the single operand
309 int regAll = registerAlloc(type, reg, isPhysical, true);
354 int regAll = registerAlloc(type, reg, isPhysical, true);
375 regAll2 = registerAlloc(type, reg2, isPhysical2, true);
394 int regAll = registerAlloc(type, reg, isPhysical, true);
406 regAll2 = registerAlloc(type, reg2, isPhysical2, true);
456 int regAll = registerAlloc(type, reg, isPhysical, true);
474 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 225 milliseconds