Home
last modified time | relevance | path

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

/art/test/149-suspend-all-stress/
Dcheck18 tail -n 1 "$2" | diff --strip-trailing-cr -q "$1" - >/dev/null
/art/compiler/driver/
Dcompiled_method_storage.cc110 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4); in operator ()() local
115 k1 ^= tail[2] << 16; in operator ()()
118 k1 ^= tail[1] << 8; in operator ()()
121 k1 ^= tail[0]; in operator ()()
/art/runtime/interpreter/mterp/mips64/
Dalt_stub.S14 jalr zero, t9 # (self, shadow_frame, dex_pc_ptr) Note: tail call.
/art/runtime/base/
Dscoped_arena_allocator.cc64 Arena* tail = top_arena_->next_; in AllocateFromNextArena() local
67 top_arena_->next_ = tail; in AllocateFromNextArena()
Darena_allocator.cc212 size_t tail = overallocation - head; in MallocArena() local
214 MEMORY_TOOL_MAKE_NOACCESS(memory_ + size, tail); in MallocArena()
225 size_t tail = overallocation - head; in ~MallocArena() local
227 MEMORY_TOOL_MAKE_UNDEFINED(memory_ + size_, tail); in ~MallocArena()
/art/runtime/interpreter/mterp/arm/
Dop_float_to_long.S15 b __aeabi_f2lz @ tail call to convert float to long
Dop_double_to_long.S16 b __aeabi_d2lz @ tail call to convert double to long
/art/runtime/arch/arm/
Djni_entrypoints_arm.S45 bx r12 @ if non-null, tail call to method's code
Dquick_entrypoints_arm.S1693 bx r12 @ tail-call into actual code
/art/runtime/
Ddex_file.cc1388 StringPiece tail(rhs); in operator ==() local
1389 if (!tail.starts_with("(")) { in operator ==()
1392 tail.remove_prefix(1); // "("; in operator ==()
1397 if (!tail.starts_with(param)) { in operator ==()
1400 tail.remove_prefix(param.length()); in operator ==()
1403 if (!tail.starts_with(")")) { in operator ==()
1406 tail.remove_prefix(1); // ")"; in operator ==()
1407 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in operator ==()
/art/runtime/gc/allocator/
Drosalloc.h270 Slot* tail = kUseTail ? reinterpret_cast<Slot*>(tail_) : nullptr; in Verify() local
274 CHECK(tail == nullptr); in Verify()
279 CHECK(tail != nullptr); in Verify()
285 CHECK_EQ(slot, tail); in Verify()
/art/test/
Drun-test922 diff --strip-trailing-cr -u "$expected" "$output" | tail -n 3000
926 tail -n 3000 "$tmp_dir/$strace_output"
/art/tools/
Dcpplint.py1117 tail = line[pos:]
1118 num_open = tail.count(startchar) - tail.count(endchar)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2041 jalr $zero, $t9 # tail call to method
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2119 jalr $zero, $t9 # tail call to method
/art/runtime/interpreter/mterp/out/
Dmterp_arm.S7412 b __aeabi_f2lz @ tail call to convert float to long
7443 b __aeabi_d2lz @ tail call to convert double to long
Dmterp_x86_64.S6127 * handler. Unlike the Arm handler, we can't do this as a tail call
Dmterp_x86.S6362 * handler. Unlike the Arm handler, we can't do this as a tail call