Home
last modified time | relevance | path

Searched defs:last_size (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/
Dswap_space.cc38 size_t last_size = static_cast<size_t>(-1); in DumpFreeMap() local
/art/compiler/optimizing/
Dgraph_checker.cc63 size_t GraphChecker::Run(bool pass_change, size_t last_size) { in Run()