Searched refs:tail (Results 1 – 15 of 15) sorted by relevance
/art/libdexfile/dex/ |
D | signature.cc | 64 std::string_view tail(rhs); in operator ==() local 65 if (!StartsWith(tail, "(")) { in operator ==() 68 tail.remove_prefix(1); // "("; in operator ==() 73 if (!StartsWith(tail, param)) { in operator ==() 76 tail.remove_prefix(param.length()); in operator ==() 79 if (!StartsWith(tail, ")")) { in operator ==() 82 tail.remove_prefix(1); // ")"; in operator ==() 83 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in operator ==()
|
/art/libartbase/base/ |
D | data_hash.h | 72 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4); in operator() local 77 k1 ^= tail[2] << 16; in operator() 80 k1 ^= tail[1] << 8; in operator() 83 k1 ^= tail[0]; in operator()
|
D | malloc_arena_pool.cc | 58 size_t tail = overallocation - head; in MallocArena() local 60 MEMORY_TOOL_MAKE_NOACCESS(memory_ + size, tail); in MallocArena() 71 size_t tail = overallocation - head; in ~MallocArena() local 73 MEMORY_TOOL_MAKE_UNDEFINED(memory_ + size_, tail); in ~MallocArena()
|
D | scoped_arena_allocator.cc | 63 Arena* tail = top_arena_->next_; in AllocateFromNextArena() local 66 top_arena_->next_ = tail; in AllocateFromNextArena()
|
D | mem_map_test.cc | 489 MemMap tail = map.RemapAtEnd(map.Begin() + offset, in TEST_F() local 496 ASSERT_TRUE(tail.IsValid()) << error_msg; in TEST_F() 499 ASSERT_EQ(static_cast<size_t>(kPageSize), tail.Size()); in TEST_F() 500 ASSERT_EQ(tail.Begin(), map.Begin() + map.Size()); in TEST_F() 501 ASSERT_EQ(data[offset], *tail.Begin()); in TEST_F()
|
/art/test/149-suspend-all-stress/ |
D | check | 18 tail -n 1 "$2" | diff --strip-trailing-cr -q "$1" - >/dev/null
|
/art/test/693-vdex-inmem-loader-evict/src-secondary/ |
D | gen.sh | 45 checksum=`head -c 32 -z "$TMP/file${suffix}.dex" | tail -c 24 -z | base64`
|
/art/runtime/interpreter/mterp/arm/ |
D | floating_point.S | 341 b __aeabi_d2lz @ tail call to convert double to long 382 b __aeabi_f2lz @ tail call to convert float to long
|
/art/test/ |
D | run-test | 1079 diff --strip-trailing-cr -u "$expected" "$output" | tail -n 3000 1084 tail -n 3000 "$tmp_dir/$strace_output" 1090 …cho "ABI: 'x86_64'" | cat - "$output" | $ANDROID_BUILD_TOP/development/scripts/stack | tail -n 3000
|
/art/runtime/gc/allocator/ |
D | rosalloc.h | 270 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/runtime/arch/arm/ |
D | jni_entrypoints_arm.S | 61 bx r12 @ if non-null, tail call to method's code
|
D | quick_entrypoints_arm.S | 1569 bx r12 @ tail-call into actual code
|
/art/runtime/interpreter/mterp/x86_64/ |
D | main.S | 421 pushq %rax # Return address for the tail call.
|
/art/runtime/interpreter/mterp/x86/ |
D | main.S | 437 pushl %eax # Return address for the tail call.
|
/art/build/ |
D | Android.gtest.mk | 536 { echo "ABI: 'x86_64'" | cat - $$<.tmp.out | development/scripts/stack | tail -n 3000 ; } ; \
|