Home
last modified time | relevance | path

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

/art/test/712-varhandle-invocations/src/
DVarHandleUnitTestCollector.java32 public void skip() { in skip() method in VarHandleUnitTestCollector
DVarHandleUnitTest.java103 collector.skip(); in run()
/art/test/134-reg-promotion/smali/
DTest.smali52 if-nez v3, :skip
54 :skip
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java306 hprof.skip(type.size); in parseHeapDump()
345 hprof.skip(numBytes); in parseHeapDump()
362 hprof.skip(length * ID_SIZE); in parseHeapDump()
516 hprof.skip(-1); in parseHeapDump()
523 hprof.skip(recordLength); in parseHeapDump()
887 public void skip(int delta) { in skip() method in Parser.HprofBuffer
/art/libdexfile/dex/
Dtest_dex_file_builder.h224 size_t skip = sizeof(header->magic_) + sizeof(header->checksum_); in Build() local
226 dex_file_data_.data() + skip, in Build()
227 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)
1999 daddiu $sp, $sp, REFS_AND_ARGS_MINUS_REFS_SIZE # skip a0-a7 and f12-f19
2081 # If the method wasn't resolved, skip the lookup and go to artInvokeInterfaceTrampoline().
2177 daddiu $sp, $sp, REFS_AND_ARGS_MINUS_REFS_SIZE # skip a0-a7 and f12-f19
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S256 add sp, #4 @ skip r0
665 add r0, r0, #12 @ increment r0 to skip gprs_[0..2] 12=4*3
/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)
2193 # If the method wasn't resolved, skip the lookup and go to artInvokeInterfaceTrampoline().