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

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp544 for(jj = 0; jj < method_bbs_sorted[k]->num_regs; jj++)
554 for(k3 = 0; k3 < currentBB->num_regs; k3++) {
653 bb->num_regs = 0;
698 int num_regs = num_regs_per_bytecode; local
699 for(kk = 0; kk < num_regs; kk++) {
714 for(kk = 0; kk < bb->num_regs; kk++) {
746 for(k = 0; k < bb->num_regs; k++) {
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...]
H A DAnalysisO1.h287 int num_regs; member in struct:BasicBlock_O1

Completed in 6 milliseconds