Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 25 of 27) sorted by relevance

12

/art/libartbase/base/
Dutils.cc78 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
Dhistogram-inl.h79 const size_t limit = frequency_.size() / 2; in GrowBuckets() local
Dbit_utils.h252 T limit = static_cast<T>(1) << (N - 1u); in IsInt() local
/art/runtime/gc/space/
Dspace.h289 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()
Ddlmalloc_space.cc47 uint8_t* limit, in DlMallocSpace()
197 uint8_t* limit, in CreateInstance()
Dmalloc_space.cc50 uint8_t* limit, in MallocSpace()
Dlarge_object_space_test.cc96 size_t limit = phase == 0 ? requests.size() / 2 : 0; in LargeObjectTest() local
Drosalloc_space.cc53 uint8_t* limit, in RosAllocSpace()
229 uint8_t* limit, in CreateInstance()
Dbump_pointer_space.cc47 BumpPointerSpace::BumpPointerSpace(const std::string& name, uint8_t* begin, uint8_t* limit) in BumpPointerSpace()
/art/runtime/arch/x86/
Dthread_x86.cc35 unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member
49 const size_t limit = sizeof(Thread); in InitCpu() local
Dfault_handler_x86.cc400 uint8_t* limit = pc - 100; // Compiler will hoist to a max of 20 instructions. in Action() local
/art/test/626-const-class-linking/src/
DRacyLoader.java59 private int syncWithOtherInstances(int limit) { in syncWithOtherInstances()
DRacyMisbehavingLoader.java80 private int syncWithOtherInstances(int limit) { in syncWithOtherInstances()
/art/runtime/arch/arm64/
Dmemcmp16_arm64.S30 #define limit x2 macro
Dfault_handler_arm64.cc129 uint8_t* limit = ptr1 - 80; // Compiler will hoist to a max of 20 instructions. in Action() local
/art/test/667-jit-jni-stub/src/
DMain.java140 int limit = call ? 1 << Math.min(count, rampUpCutOff) : 0; in ensureCompiledCallThroughEntrypoint() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc155 uint8_t* limit = ptr1 - 40; // Compiler will hoist to a max of 20 instructions. in Action() local
/art/runtime/gc/accounting/
Datomic_stack.h235 bool AtomicPushBackInternal(T* value, size_t limit) ALWAYS_INLINE in AtomicPushBackInternal()
/art/compiler/
Dcommon_compiler_test.cc108 uintptr_t limit = RoundUp(data + code_length, kPageSize); in MakeExecutable() local
/art/compiler/utils/
Dassembler.h268 uint8_t* limit() const { return limit_; } in limit() function
/art/runtime/gc/collector/
Dsemi_space.cc395 const uint8_t* limit = byte_src + size; in CopyAvoidingDirtyingPages() local
Dconcurrent_copying.cc3694 const auto* limit = rb_mark_bit_stack_->End(); in FinishPhase() local
/art/libdexfile/dex/
Ddex_file_verifier.cc229 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/
Dmethod_verifier.cc331 uint32_t limit = dex_file_->NumCallSiteIds(); in CheckCallSiteIndex() local
365 uint32_t limit = dex_file_->NumMethodHandles(); in CheckMethodHandleIndex() local
/art/runtime/mirror/
Dvar_handle.cc210 int32_t limit) REQUIRES_SHARED(Locks::mutator_lock_) { in CheckElementIndex()

12