Searched refs:skip (Results 1 – 8 of 8) sorted by relevance
/art/test/712-varhandle-invocations/src/ |
D | VarHandleUnitTestCollector.java | 32 public void skip() { in skip() method in VarHandleUnitTestCollector
|
D | VarHandleUnitTest.java | 103 collector.skip(); in run()
|
/art/test/134-reg-promotion/smali/ |
D | Test.smali | 52 if-nez v3, :skip 54 :skip
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Parser.java | 306 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/ |
D | test_dex_file_builder.h | 224 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/ |
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) 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/ |
D | quick_entrypoints_arm.S | 256 add sp, #4 @ skip r0 665 add r0, r0, #12 @ increment r0 to skip gprs_[0..2] 12=4*3
|
/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) 2193 # If the method wasn't resolved, skip the lookup and go to artInvokeInterfaceTrampoline().
|