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

/art/compiler/dex/quick/arm/
H A Dint_arm.cc127 LIR* not_taken = &block_label_list_[bb->fall_through->id]; local
138 target = not_taken;
155 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
160 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
165 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
170 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
269 LIR* not_taken = &block_label_list_[bb->fall_through->id]; local
275 OpCondBranch(kCondNe, not_taken);
282 OpCondBranch(kCondGt, not_taken);
287 OpCondBranch(kCondGt, not_taken);
[all...]
/art/compiler/dex/quick/x86/
H A Dfp_x86.cc288 LIR* not_taken = &block_label_list_[bb->fall_through->id]; local
311 branch->target = not_taken;
323 branch->target = not_taken;
330 branch->target = not_taken;

Completed in 238 milliseconds