Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 12 of 12) sorted by relevance

/art/test/004-ThreadStress/
Dcheck18 tail -n 1 "$2" | diff --strip-trailing-cr -q "$1" - >/dev/null
/art/runtime/base/
Dscoped_arena_allocator.cc65 Arena* tail = top_arena_->next_; in AllocateFromNextArena() local
68 top_arena_->next_ = tail; in AllocateFromNextArena()
/art/runtime/arch/arm/
Djni_entrypoints_arm.S45 bx r12 @ if non-null, tail call to method's code
Dquick_entrypoints_arm.S344 bx r12 @ tail call to target
914 bx r12 @ tail-call into actual code
/art/runtime/
Ddex_file.cc1078 StringPiece tail(rhs); in operator ==() local
1079 if (!tail.starts_with("(")) { in operator ==()
1082 tail.remove_prefix(1); // "("; in operator ==()
1087 if (!tail.starts_with(param)) { in operator ==()
1090 tail.remove_prefix(param.length()); in operator ==()
1093 if (!tail.starts_with(")")) { in operator ==()
1096 tail.remove_prefix(1); // ")"; in operator ==()
1097 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in operator ==()
/art/compiler/driver/
Dcompiler_driver.h723 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4); in operator() local
728 k1 ^= tail[2] << 16; in operator()
731 k1 ^= tail[1] << 8; in operator()
734 k1 ^= tail[0]; in operator()
/art/test/etc/
Drun-test-jar293 ulimit -S $(du -c -B512 ${ANDROID_HOST_OUT}/framework | tail -1 | cut -f1) || exit 1
/art/test/
Drun-test740 diff --strip-trailing-cr -u "$expected" "$output" | tail -n 2000
/art/tools/
Dchecker.py395 head, tail = self.__headAndTail(checkLines)
397 return notChecks, [head], tail
Dcpplint.py1091 tail = line[pos:]
1092 num_open = tail.count(startchar) - tail.count(endchar)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1124 jalr $zero, $t9 # tail call to method
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1390 jalr $zero, $t9 # tail call to method