Searched refs:IsSingleton (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dload_store_analysis.h54 bool IsSingleton() const { function in class:art::ReferenceInfo
111 if (ref_info->IsSingleton() && !IsArray()) {
345 } else if (ref_info1->IsSingleton()) {
347 } else if (ref_info2->IsSingleton()) {
474 if (location->GetReferenceInfo()->IsSingleton()) {
H A Dload_store_elimination.cc370 if (ref_info->IsSingleton() && !location->IsValueKilledByLoopSideEffects()) {
408 if (ref_info->IsSingleton()) {
647 if (ref_info->IsSingleton() && !loop_info->IsDefinedOutOfTheLoop(original_ref)) {
777 if (heap_location_collector_.FindReferenceInfoOf(reference)->IsSingleton()) {
833 if (ref_info->IsSingleton()) {

Completed in 35 milliseconds