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

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 174 3> compileTableEntry compileTable[]
183 compileTableEntry compileTable[COMPILE_TABLE_SIZE];
254 void insertFromVirtualInfo(BasicBlock_O1* bb, int k); //update compileTable
255 void insertFromTempInfo(int k); //update compileTable
330 /** sync up allRegs (isUsed & freeTimeStamp) with compileTable
344 if(compileTable[k2].physicalReg == k) {
360 //!sync up spillIndexUsed with compileTable
367 if(isVirtualReg(compileTable[k].physicalType)) continue;
368 if(compileTable[k].spill_loc_index >= 0) {
369 if(compileTable[k].spill_loc_index > 4*(MAX_SPILL_JIT_IA-1)
    [all...]
BytecodeVisitor.cpp 424 compileTable[index].refCount--;
435 compileTable[index].refCount--;
441 compileTable[index].refCount--;
520 //compileTable[indexOrig].isConst = false;
521 //int A = compileTable[indexOrig].regNum;
522 //LowOpndRegType type = compileTable[indexOrig].physicalType & MASK_FOR_TYPE;
531 compileTableEntry* infoArray = compileTable;
566 compileTable[entry].refCount--;
592 compileTable[entry].refCount--;
752 compileTable[entry].refCount--
    [all...]
AnalysisO1.h 52 //! maximal number of entries in compileTable
313 extern compileTableEntry compileTable[COMPILE_TABLE_SIZE];

Completed in 23 milliseconds