Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace.h269 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()
Dvalgrind_malloc_space-inl.h97 byte* end, byte* limit, size_t growth_limit, in ValgrindMallocSpace()
Ddlmalloc_space.cc39 byte* end, byte* limit, size_t growth_limit, in DlMallocSpace()
153 byte* limit, size_t growth_limit, in CreateInstance()
Drosalloc_space.cc46 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()
Dlarge_object_space_test.cc71 size_t limit = !phase ? requests.size() / 2 : 0; in LargeObjectTest() local
Dmalloc_space.cc39 byte* begin, byte* end, byte* limit, size_t growth_limit, in MallocSpace()
Dbump_pointer_space.cc45 BumpPointerSpace::BumpPointerSpace(const std::string& name, byte* begin, byte* limit) in BumpPointerSpace()
/art/runtime/arch/x86/
Dthread_x86.cc34 unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member
48 const size_t limit = kPageSize; in InitCpu() local
Dfault_handler_x86.cc353 uint8_t* limit = pc - 100; // Compiler will hoist to a max of 20 instructions. in Action() local
/art/runtime/
Dutils.h118 word limit = static_cast<word>(1) << (N - 1); in IsInt() local
125 word limit = static_cast<word>(1) << N; in IsUint() local
Dmem_map.cc205 uintptr_t limit = expected + byte_count; in CheckMapRequest() local
401 uintptr_t limit = expected + byte_count; in MapFileAtAddress() local
Ddex_file_verifier.cc221 bool DexFileVerifier::CheckIndex(uint32_t field, uint32_t limit, const char* label) { in CheckIndex()
/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/runtime/base/
Dhistogram-inl.h68 const size_t limit = frequency_.size() / 2; in GrowBuckets() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc151 uint8_t* limit = ptr1 - 40; // Compiler will hoist to a max of 20 instructions. in Action() local
/art/runtime/gc/accounting/
Datomic_stack.h194 bool AtomicPushBackInternal(const T& value, size_t limit) ALWAYS_INLINE { in AtomicPushBackInternal()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h50 int64_t limit = static_cast<int64_t>(1) << 31; in is_int32() local
/art/compiler/utils/
Dassembler.h331 byte* limit() const { return limit_; } in limit() function
/art/compiler/
Dcommon_compiler_test.cc250 uintptr_t limit = RoundUp(data + code_length, kPageSize); in MakeExecutable() local
/art/runtime/gc/collector/
Dsemi_space.cc448 const byte* limit = byte_src + size; in CopyAvoidingDirtyingPages() local
/art/runtime/gc/
Dheap.cc2084 mirror::Object** limit = stack->End(); in MarkAllocStack() local