Home
last modified time | relevance | path

Searched refs:per_space_footprint (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jit/
Djit_code_cache.cc506 size_t per_space_footprint = new_footprint / 2; in SetFootprintLimit() local
507 DCHECK(IsAlignedParam(per_space_footprint, kPageSize)); in SetFootprintLimit()
508 DCHECK_EQ(per_space_footprint * 2, new_footprint); in SetFootprintLimit()
509 mspace_set_footprint_limit(data_mspace_, per_space_footprint); in SetFootprintLimit()
512 mspace_set_footprint_limit(code_mspace_, per_space_footprint); in SetFootprintLimit()