HomeSort by relevance Sort by last modified time
    Searched refs:GetFieldHeapLocation (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
load_store_analysis.h 236 size_t GetFieldHeapLocation(HInstruction* object, const FieldInfo* field) const {
load_store_analysis_test.cc 171 size_t loc1 = heap_location_collector.GetFieldHeapLocation(object, &get_field10->GetFieldInfo());
172 size_t loc2 = heap_location_collector.GetFieldHeapLocation(object, &get_field20->GetFieldInfo());
scheduler.cc 156 size_t heap_loc = heap_location_collector_->GetFieldHeapLocation(obj, field);

Completed in 72 milliseconds