| /art/runtime/gc/space/ |
| D | space.h | 292 void SetLimit(uint8_t* limit) { in SetLimit() 330 uint8_t* begin, uint8_t* end, uint8_t* limit) : in ContinuousSpace() 401 uint8_t* limit, in MemMapSpace() 466 uint8_t* limit, in ContinuousMemMapAllocSpace()
|
| D | dlmalloc_space.cc | 47 uint8_t* limit, in DlMallocSpace() 197 uint8_t* limit, in CreateInstance()
|
| D | large_object_space_test.cc | 96 size_t limit = phase == 0 ? requests.size() / 2 : 0; in LargeObjectTest() local
|
| D | malloc_space.cc | 50 uint8_t* limit, in MallocSpace()
|
| D | rosalloc_space.cc | 53 uint8_t* limit, in RosAllocSpace() 229 uint8_t* limit, in CreateInstance()
|
| D | bump_pointer_space.cc | 47 BumpPointerSpace::BumpPointerSpace(const std::string& name, uint8_t* begin, uint8_t* limit) in BumpPointerSpace()
|
| /art/libartbase/base/ |
| D | utils.cc | 82 int CacheFlush(uintptr_t start, uintptr_t limit) { in CacheFlush() 92 bool TouchAndFlushCacheLinesWithinPage(uintptr_t start, uintptr_t limit, size_t attempts) { in TouchAndFlushCacheLinesWithinPage() 134 const uintptr_t limit = reinterpret_cast<uintptr_t>(end); in FlushCpuCaches() local
|
| D | histogram-inl.h | 79 const size_t limit = frequency_.size() / 2; in GrowBuckets() local
|
| D | bit_utils.h | 252 T limit = static_cast<T>(1) << (N - 1u); in IsInt() local
|
| /art/runtime/arch/x86/ |
| D | thread_x86.cc | 35 unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member 49 const size_t limit = sizeof(Thread); in InitCpu() local
|
| D | fault_handler_x86.cc | 374 uint8_t* limit = pc - 100; // Compiler will hoist to a max of 20 instructions. in Action() local
|
| /art/test/626-const-class-linking/src/ |
| D | RacyLoader.java | 59 private int syncWithOtherInstances(int limit) { in syncWithOtherInstances()
|
| D | RacyMisbehavingLoader.java | 80 private int syncWithOtherInstances(int limit) { in syncWithOtherInstances()
|
| /art/runtime/arch/arm64/ |
| D | memcmp16_arm64.S | 30 #define limit x2 macro
|
| /art/test/667-jit-jni-stub/src/ |
| D | Main.java | 140 int limit = call ? 1 << Math.min(count, rampUpCutOff) : 0; in ensureCompiledCallThroughEntrypoint() local
|
| /art/runtime/arch/arm/ |
| D | fault_handler_arm.cc | 141 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 | 272 bool AtomicPushBackInternal(T* value, size_t limit) ALWAYS_INLINE in AtomicPushBackInternal()
|
| /art/compiler/utils/ |
| D | assembler.h | 268 uint8_t* limit() const { return limit_; } in limit() function
|
| /art/runtime/gc/collector/ |
| D | semi_space.cc | 396 const uint8_t* limit = byte_src + size; in CopyAvoidingDirtyingPages() local
|
| D | mark_compact.cc | 2452 const StackReference<mirror::Object>* limit = stack->End(); in UpdateNonMovingSpaceBlackAllocations() local
|
| D | concurrent_copying.cc | 3806 const auto* limit = rb_mark_bit_stack_->End(); in FinishPhase() local
|
| /art/runtime/mirror/ |
| D | string.cc | 168 int32_t limit = length_this * count; in RepeatCharacters() local
|
| /art/test/common/ |
| D | runtime_state.cc | 468 rlimit limit { static_cast<rlim_t>(value), static_cast<rlim_t>(value) }; in Java_Main_setRlimitNoFile() local
|
| /art/libdexfile/dex/ |
| D | dex_file_verifier.cc | 224 ALWAYS_INLINE bool CheckSizeLimit(uint32_t size, uint32_t limit, const char* label) { in CheckSizeLimit() 231 ALWAYS_INLINE bool CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex()
|
| /art/runtime/verifier/ |
| D | method_verifier.cc | 311 uint32_t limit = dex_file_->NumCallSiteIds(); in CheckCallSiteIndex() local 345 uint32_t limit = dex_file_->NumMethodHandles(); in CheckMethodHandleIndex() local
|