Home
last modified time | relevance | path

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

12

/art/runtime/gc/space/
Dspace.h292 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()
Ddlmalloc_space.cc47 uint8_t* limit, in DlMallocSpace()
197 uint8_t* limit, in CreateInstance()
Dlarge_object_space_test.cc96 size_t limit = phase == 0 ? requests.size() / 2 : 0; in LargeObjectTest() local
Dmalloc_space.cc50 uint8_t* limit, in MallocSpace()
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/libartbase/base/
Dutils.cc82 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
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/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.cc374 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
/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.cc141 uint8_t* limit = ptr1 - 40; // Compiler will hoist to a max of 20 instructions. in Action() local
/art/runtime/gc/accounting/
Datomic_stack.h272 bool AtomicPushBackInternal(T* value, size_t limit) ALWAYS_INLINE in AtomicPushBackInternal()
/art/compiler/utils/
Dassembler.h268 uint8_t* limit() const { return limit_; } in limit() function
/art/runtime/gc/collector/
Dsemi_space.cc396 const uint8_t* limit = byte_src + size; in CopyAvoidingDirtyingPages() local
Dmark_compact.cc2452 const StackReference<mirror::Object>* limit = stack->End(); in UpdateNonMovingSpaceBlackAllocations() local
Dconcurrent_copying.cc3806 const auto* limit = rb_mark_bit_stack_->End(); in FinishPhase() local
/art/runtime/mirror/
Dstring.cc168 int32_t limit = length_this * count; in RepeatCharacters() local
/art/test/common/
Druntime_state.cc468 rlimit limit { static_cast<rlim_t>(value), static_cast<rlim_t>(value) }; in Java_Main_setRlimitNoFile() local
/art/libdexfile/dex/
Ddex_file_verifier.cc224 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/
Dmethod_verifier.cc311 uint32_t limit = dex_file_->NumCallSiteIds(); in CheckCallSiteIndex() local
345 uint32_t limit = dex_file_->NumMethodHandles(); in CheckMethodHandleIndex() local

12