Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc344 constexpr PhiPlaceholder(uint32_t block_id, size_t heap_location) in PhiPlaceholder() argument
345 : block_id_(block_id), heap_location_(dchecked_integral_cast<uint32_t>(heap_location)) {} in PhiPlaceholder()