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

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 163 for entries in infoBasicBlock, it can be a combination of U & D|L|H
169 VirtualRegInfo infoBasicBlock[]
545 method_bbs_sorted[k]->infoBasicBlock[jj].gType = GLOBALTYPE_GL;
648 The usage information of virtual registers is stoerd in bb->infoBasicBlock
716 ALOGI("sort virtual reg %d type %d -------", bb->infoBasicBlock[kk].regNum,
717 bb->infoBasicBlock[kk].physicalType);
719 sortAllocConstraint(bb->infoBasicBlock[kk].allocConstraints,
720 bb->infoBasicBlock[kk].allocConstraintsSorted, true);
736 compileTable is updated with infoBasicBlock at the start of the basic block;
744 /* update compileTable with entries in bb->infoBasicBlock */
    [all...]
AnalysisO1.h 286 VirtualRegInfo infoBasicBlock[MAX_REG_PER_BASICBLOCK];
377 int collectInfoOfBasicBlock(Method* method, BasicBlock_O1* bb); //update bb->infoBasicBlock

Completed in 96 milliseconds