/art/libartbase/base/ |
D | utils.cc | 78 int CacheFlush(uintptr_t start, uintptr_t limit) { in CacheFlush() 88 bool TouchAndFlushCacheLinesWithinPage(uintptr_t start, uintptr_t limit, size_t attempts) { in TouchAndFlushCacheLinesWithinPage() 130 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/gc/space/ |
D | space.h | 289 void SetLimit(uint8_t* limit) { in SetLimit() 327 uint8_t* begin, uint8_t* end, uint8_t* limit) : in ContinuousSpace() 398 uint8_t* limit, in MemMapSpace() 463 uint8_t* limit, in ContinuousMemMapAllocSpace()
|
D | dlmalloc_space.cc | 47 uint8_t* limit, in DlMallocSpace() 197 uint8_t* limit, in CreateInstance()
|
D | malloc_space.cc | 50 uint8_t* limit, in MallocSpace()
|
D | large_object_space_test.cc | 96 size_t limit = phase == 0 ? requests.size() / 2 : 0; in LargeObjectTest() local
|
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/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 | 400 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
|
D | fault_handler_arm64.cc | 129 uint8_t* limit = ptr1 - 80; // Compiler will hoist to a max of 20 instructions. in Action() local
|
/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 | 155 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 | 235 bool AtomicPushBackInternal(T* value, size_t limit) ALWAYS_INLINE in AtomicPushBackInternal()
|
/art/compiler/ |
D | common_compiler_test.cc | 108 uintptr_t limit = RoundUp(data + code_length, kPageSize); in MakeExecutable() local
|
/art/compiler/utils/ |
D | assembler.h | 268 uint8_t* limit() const { return limit_; } in limit() function
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 395 const uint8_t* limit = byte_src + size; in CopyAvoidingDirtyingPages() local
|
D | concurrent_copying.cc | 3694 const auto* limit = rb_mark_bit_stack_->End(); in FinishPhase() local
|
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 229 ALWAYS_INLINE bool CheckSizeLimit(uint32_t size, uint32_t limit, const char* label) { in CheckSizeLimit() 236 ALWAYS_INLINE bool CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 331 uint32_t limit = dex_file_->NumCallSiteIds(); in CheckCallSiteIndex() local 365 uint32_t limit = dex_file_->NumMethodHandles(); in CheckMethodHandleIndex() local
|
/art/runtime/mirror/ |
D | var_handle.cc | 210 int32_t limit) REQUIRES_SHARED(Locks::mutator_lock_) { in CheckElementIndex()
|