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

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 273 int bb_index; member in struct:BasicBlock_O1
AnalysisO1.cpp 410 if(bb->bb_index > 0) { //non-entry block
723 ALOGI("sort constraints for BB %d --------", bb->bb_index);
761 ALOGI("At start of basic block %d (num of VRs %d) -------", bb->bb_index, bb->num_regs);
769 ALOGI("At start of basic block %d (num of VRs %d) -------", bb->bb_index, bb->num_regs);
806 ALOGI("before one bytecode %d (num of VRs %d) -------", bb->bb_index, bb->num_regs);
    [all...]

Completed in 5879 milliseconds