Searched refs:infoBasicBlock (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp163 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...]
H A DAnalysisO1.h286 VirtualRegInfo infoBasicBlock[MAX_REG_PER_BASICBLOCK]; member in struct:BasicBlock_O1
377 int collectInfoOfBasicBlock(Method* method, BasicBlock_O1* bb); //update bb->infoBasicBlock

Completed in 24 milliseconds