Home
last modified time | relevance | path

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

/art/test/004-ThreadStress/
Dcheck18 tail -n 1 "$2" | diff --strip-trailing-cr -q "$1" - >/dev/null
/art/compiler/utils/
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
Dportable_entrypoints_arm.S130 bx r12 @ tail-call into actual code
Dquick_entrypoints_arm.S270 bx r12 @ tail call to target
985 bx r12 @ tail-call into actual code
/art/runtime/
Ddex_file.cc1015 StringPiece tail(rhs); in operator ==() local
1016 if (!tail.starts_with("(")) { in operator ==()
1019 tail.remove_prefix(1); // "("; in operator ==()
1024 if (!tail.starts_with(param)) { in operator ==()
1027 tail.remove_prefix(param.length()); in operator ==()
1030 if (!tail.starts_with(")")) { in operator ==()
1033 tail.remove_prefix(1); // ")"; in operator ==()
1034 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in operator ==()
Dparsed_options.cc312 std::string tail(option.substr(option[1] == 'X' ? 10 : 15)); in Parse() local
314 if (tail == "help" || !Dbg::ParseJdwpOptions(tail)) { in Parse()
315 if (tail != "help") { in Parse()
316 UsageMessage(stderr, "Failed to parse JDWP option %s\n", tail.c_str()); in Parse()
/art/test/etc/
Dhost-run-test-jar186 ulimit -S $(du -c -B512 ${ANDROID_ROOT}/framework | tail -1 | cut -f1) || exit 1
/art/compiler/driver/
Dcompiler_driver.h882 const uint8_t *tail = reinterpret_cast<const uint8_t*>(array.data() + nblocks * 4); in operator() local
887 k1 ^= tail[2] << 16; in operator()
889 k1 ^= tail[1] << 8; in operator()
891 k1 ^= tail[0]; in operator()
/art/test/
Drun-test477 diff --strip-trailing-cr -u "$expected" "$output" | tail -n 500
/art/compiler/optimizing/
Dnodes.h463 HUseListNode(T* user, size_t index, HUseListNode* tail)
464 : user_(user), index_(index), tail_(tail) {}
/art/tools/
Dcpplint.py1091 tail = line[pos:]
1092 num_open = tail.count(startchar) - tail.count(endchar)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1023 jr $v0 # tail call to method