Searched refs:skip (Results 1 – 5 of 5) sorted by relevance
/art/test/134-reg-promotion/smali/ |
D | Test.smali | 52 if-nez v3, :skip 54 :skip
|
/art/compiler/utils/ |
D | test_dex_file_builder.h | 222 size_t skip = sizeof(header->magic_) + sizeof(header->checksum_); in Build() local 224 dex_file_data_.data() + skip, in Build() 225 dex_file_data_.size() - skip); in Build()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 664 addiu $t0, $sp, 8 # t0 = pointer to the current argument (skip ArtMethod* and this*) 665 li $t3, 2 # t3 = gpr_index = 2 (skip A0 and A1) 669 addiu $t1, 1 # t1 = shorty + 1 (skip 1 for return type) 684 li $t5, 2 # skip a0 and a1 (ArtMethod* and this*) 789 addiu $t0, $sp, 4 # t0 = pointer to the current argument (skip ArtMethod*) 790 li $t3, 1 # t3 = gpr_index = 1 (skip A0) 794 addiu $t1, 1 # t1 = shorty + 1 (skip 1 for return type) 809 li $t5, 1 # skip a0 (ArtMethod*)
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 780 daddiu $t0, $a5, 1 # t0 = shorty[1] (skip 1 for return type) 781 daddiu $t1, $a1, 4 # t1 = ptr to arg_array[4] (skip this ptr) 782 daddiu $t2, $a2, -4 # t2 = number of argument bytes remain (skip this ptr) 804 sw $a1, 8($sp) # copy this ptr (skip 8 bytes for ArtMethod*) 883 daddiu $t0, $a5, 1 # t0 = shorty[1] (skip 1 for return type) 1676 daddiu $sp, $sp, REFS_AND_ARGS_MINUS_REFS_SIZE # skip a0-a7 and f12-f19 1813 daddiu $sp, $sp, REFS_AND_ARGS_MINUS_REFS_SIZE # skip a0-a7 and f12-f19
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 438 add ip, ip, #4 @ skip r0 518 add r0, r0, #12 @ increment r0 to skip gprs_[0..2] 12=4*3
|