/art/runtime/gc/space/ |
D | space.h | 269 void SetLimit(byte* limit) { in SetLimit() 305 byte* begin, byte* end, byte* limit) : in ContinuousSpace() 372 MemMapSpace(const std::string& name, MemMap* mem_map, byte* begin, byte* end, byte* limit, in MemMapSpace() 429 byte* end, byte* limit, GcRetentionPolicy gc_retention_policy) in ContinuousMemMapAllocSpace()
|
D | valgrind_malloc_space-inl.h | 97 byte* end, byte* limit, size_t growth_limit, in ValgrindMallocSpace()
|
D | dlmalloc_space.cc | 39 byte* end, byte* limit, size_t growth_limit, in DlMallocSpace() 153 byte* limit, size_t growth_limit, in CreateInstance()
|
D | rosalloc_space.cc | 46 byte* limit, size_t growth_limit, bool can_move_objects, in RosAllocSpace() 167 byte* begin, byte* end, byte* limit, size_t growth_limit, in CreateInstance()
|
D | large_object_space_test.cc | 71 size_t limit = !phase ? requests.size() / 2 : 0; in LargeObjectTest() local
|
D | malloc_space.cc | 39 byte* begin, byte* end, byte* limit, size_t growth_limit, in MallocSpace()
|
D | bump_pointer_space.cc | 45 BumpPointerSpace::BumpPointerSpace(const std::string& name, byte* begin, byte* limit) in BumpPointerSpace()
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 34 unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member 48 const size_t limit = kPageSize; in InitCpu() local
|
D | fault_handler_x86.cc | 353 uint8_t* limit = pc - 100; // Compiler will hoist to a max of 20 instructions. in Action() local
|
/art/runtime/ |
D | utils.h | 118 word limit = static_cast<word>(1) << (N - 1); in IsInt() local 125 word limit = static_cast<word>(1) << N; in IsUint() local
|
D | mem_map.cc | 205 uintptr_t limit = expected + byte_count; in CheckMapRequest() local 401 uintptr_t limit = expected + byte_count; in MapFileAtAddress() local
|
D | dex_file_verifier.cc | 221 bool DexFileVerifier::CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex()
|
/art/runtime/arch/arm64/ |
D | memcmp16_arm64.S | 30 #define limit x2 macro
|
D | fault_handler_arm64.cc | 129 uint8_t* limit = ptr1 - 80; // Compiler will hoist to a max of 20 instructions. in Action() local
|
/art/runtime/base/ |
D | histogram-inl.h | 68 const size_t limit = frequency_.size() / 2; in GrowBuckets() local
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 151 uint8_t* limit = ptr1 - 40; // Compiler will hoist to a max of 20 instructions. in Action() local
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 194 bool AtomicPushBackInternal(const T& value, size_t limit) ALWAYS_INLINE { in AtomicPushBackInternal()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 50 int64_t limit = static_cast<int64_t>(1) << 31; in is_int32() local
|
/art/compiler/utils/ |
D | assembler.h | 331 byte* limit() const { return limit_; } in limit() function
|
/art/compiler/ |
D | common_compiler_test.cc | 250 uintptr_t limit = RoundUp(data + code_length, kPageSize); in MakeExecutable() local
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 448 const byte* limit = byte_src + size; in CopyAvoidingDirtyingPages() local
|
/art/runtime/gc/ |
D | heap.cc | 2084 mirror::Object** limit = stack->End(); in MarkAllocStack() local
|