Searched refs:skip (Results 1 – 11 of 11) sorted by relevance
/art/build/apex/ |
D | runtests.sh | 59 -s, --skip-build skip the build step 70 (-s|--skip-build) build_apex_p=false;;
|
/art/test/134-reg-promotion/smali/ |
D | Test.smali | 52 if-nez v3, :skip 54 :skip
|
/art/test/712-varhandle-invocations/src/ |
D | VarHandleUnitTestCollector.java | 49 public void skip() { in skip() method in VarHandleUnitTestCollector
|
D | VarHandleUnitTest.java | 103 collector.skip(); in run()
|
/art/tools/ |
D | build_linux_bionic.sh | 89 build/soong/soong_ui.bash --make-mode --skip-make $@
|
D | build_linux_bionic_tests.sh | 90 build/soong/soong_ui.bash --make-mode --skip-make "$@" ${bionic_targets[*]}
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Parser.java | 359 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/ |
D | test_dex_file_builder.h | 225 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/ |
D | quick_entrypoints_mips64.S | 1063 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/ |
D | quick_entrypoints_mips.S | 997 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/ |
D | quick_entrypoints_arm.S | 256 add sp, #4 @ skip r0
|