Searched refs:skip (Results 1 – 4 of 4) sorted by relevance
/art/test/134-reg-promotion/smali/ |
D | Test.smali | 52 if-nez v3, :skip 54 :skip
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 650 daddiu $t0, $a5, 1 # t0 = shorty[1] (skip 1 for return type) 651 daddiu $t1, $a1, 4 # t1 = ptr to arg_array[4] (skip this ptr) 652 daddiu $t2, $a2, -4 # t2 = number of argument bytes remain (skip this ptr) 674 sw $a1, 8($sp) # copy this ptr (skip 8 bytes for ArtMethod*) 753 daddiu $t0, $a5, 1 # t0 = shorty[1] (skip 1 for return type) 1468 daddiu $sp, $sp, REFS_AND_ARGS_MINUS_REFS_SIZE # skip a0-a7 and f12-f19
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 419 add ip, ip, #4 @ skip r0 449 add r0, r0, #12 @ increment r0 to skip gprs_[0..2] 12=4*3
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 392 bool skip = ((target != nullptr) && (target->opcode == kPseudoThrowTarget)); in OpCmpImmBranch() local 393 skip &= ((mir_graph_->GetNumDalvikInsns() - current_dalvik_offset_) > 64); in OpCmpImmBranch() 394 if (!skip && reg.Low8() && (check_value == 0)) { in OpCmpImmBranch()
|