Searched defs:HeapLocation (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dload_store_analysis.h88 class HeapLocation : public ArenaObject<kArenaAllocLSA> { class in namespace:art
96 HeapLocation(ReferenceInfo* ref_info, function in class:art::HeapLocation
153 // Invalid when this HeapLocation is not field.
156 // Invalid when this HeapLocation is not array.
159 // When this HeapLocation is not vector data, it's value is kScalar.
162 // Invalid when this HeapLocation is not field access.
176 DISALLOW_COPY_AND_ASSIGN(HeapLocation);
209 HeapLocation* GetHeapLocation(size_t index) const {
242 HeapLocation::kScalar,
248 size_t vector_length = HeapLocation
[all...]

Completed in 6 milliseconds