Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 11 of 11) sorted by relevance

/art/build/apex/
Druntests.sh59 -s, --skip-build skip the build step
70 (-s|--skip-build) build_apex_p=false;;
/art/test/134-reg-promotion/smali/
DTest.smali52 if-nez v3, :skip
54 :skip
/art/test/712-varhandle-invocations/src/
DVarHandleUnitTestCollector.java49 public void skip() { in skip() method in VarHandleUnitTestCollector
DVarHandleUnitTest.java103 collector.skip(); in run()
/art/tools/
Dbuild_linux_bionic.sh89 build/soong/soong_ui.bash --make-mode --skip-make $@
Dbuild_linux_bionic_tests.sh90 build/soong/soong_ui.bash --make-mode --skip-make "$@" ${bionic_targets[*]}
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java359 hprof.skip(type.size(idSize)); in parseInternal()
398 hprof.skip(numBytes); in parseInternal()
415 hprof.skip(length * idSize); in parseInternal()
572 hprof.skip(recordLength); in parseInternal()
948 public void skip(int delta) { in skip() method in Parser.HprofBuffer
/art/libdexfile/dex/
Dtest_dex_file_builder.h225 size_t skip = sizeof(header->magic_) + sizeof(header->checksum_); in Build() local
227 dex_file_data_.data() + skip, in Build()
228 dex_file_data_.size() - skip); in Build()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1063 daddiu $t0, $a5, 1 # t0 = shorty[1] (skip 1 for return type)
1064 daddiu $t1, $a1, 4 # t1 = ptr to arg_array[4] (skip this ptr)
1065 daddiu $t2, $a2, -4 # t2 = number of argument bytes remain (skip this ptr)
1087 sw $a1, 8($sp) # copy this ptr (skip 8 bytes for ArtMethod*)
1165 daddiu $t0, $a5, 1 # t0 = shorty[1] (skip 1 for return type)
2022 daddiu $sp, $sp, REFS_AND_ARGS_MINUS_REFS_SIZE # skip a0-a7 and f12-f19
2104 # If the method wasn't resolved, skip the lookup and go to artInvokeInterfaceTrampoline().
2200 daddiu $sp, $sp, REFS_AND_ARGS_MINUS_REFS_SIZE # skip a0-a7 and f12-f19
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S997 addiu $t8, $sp, 8 # t8 = pointer to the current argument (skip ArtMethod* and this*)
1002 addiu $t9, 1 # t9 = shorty + 1 (skip 1 for return type)
2217 # If the method wasn't resolved, skip the lookup and go to artInvokeInterfaceTrampoline().
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S256 add sp, #4 @ skip r0