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.cc513 size_t per_space_footprint = new_footprint / 2; in SetFootprintLimit() local
514 DCHECK(IsAlignedParam(per_space_footprint, kPageSize)); in SetFootprintLimit()
515 DCHECK_EQ(per_space_footprint * 2, new_footprint); in SetFootprintLimit()
516 mspace_set_footprint_limit(data_mspace_, per_space_footprint); in SetFootprintLimit()
519 mspace_set_footprint_limit(code_mspace_, per_space_footprint); in SetFootprintLimit()