Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis_test.cc120 size_t loc2 = heap_location_collector.FindHeapLocationIndex( in TEST_F() local
129 ASSERT_TRUE(loc2 != HeapLocationCollector::kHeapLocationNotFound); in TEST_F()
131 ASSERT_TRUE(loc1 != loc2); in TEST_F()
132 ASSERT_TRUE(loc2 != loc3); in TEST_F()
139 ASSERT_FALSE(heap_location_collector.MayAlias(loc1, loc2)); in TEST_F()
213 size_t loc2 = heap_location_collector.GetFieldHeapLocation(object, &get_field20->GetFieldInfo()); in TEST_F() local
218 ASSERT_TRUE(loc2 != HeapLocationCollector::kHeapLocationNotFound); in TEST_F()
220 ASSERT_TRUE(loc1 != loc2); in TEST_F()
222 ASSERT_FALSE(heap_location_collector.MayAlias(loc1, loc2)); in TEST_F()
291 size_t loc2 = HeapLocationCollector::kHeapLocationNotFound; in TEST_F() local
[all …]
Dscheduler_test.cc295 size_t loc2 = HeapLocationCollector::kHeapLocationNotFound; in TestDependencyGraphOnAliasingArrayAccesses() local
299 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_1); in TestDependencyGraphOnAliasingArrayAccesses()
300 ASSERT_FALSE(heap_location_collector.MayAlias(loc1, loc2)); in TestDependencyGraphOnAliasingArrayAccesses()
305 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_j); in TestDependencyGraphOnAliasingArrayAccesses()
306 ASSERT_TRUE(heap_location_collector.MayAlias(loc1, loc2)); in TestDependencyGraphOnAliasingArrayAccesses()
313 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_add0); in TestDependencyGraphOnAliasingArrayAccesses()
314 ASSERT_TRUE(heap_location_collector.MayAlias(loc1, loc2)); in TestDependencyGraphOnAliasingArrayAccesses()
319 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_sub0); in TestDependencyGraphOnAliasingArrayAccesses()
320 ASSERT_TRUE(heap_location_collector.MayAlias(loc1, loc2)); in TestDependencyGraphOnAliasingArrayAccesses()
328 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_add1); in TestDependencyGraphOnAliasingArrayAccesses()
[all …]
Dload_store_analysis.h480 HeapLocation* loc2 = heap_locations_[index2]; in ComputeMayAlias() local
481 if (loc1->GetOffset() != loc2->GetOffset()) { in ComputeMayAlias()
486 if (loc1->GetDeclaringClassDefIndex() != loc2->GetDeclaringClassDefIndex()) { in ComputeMayAlias()
490 if (!CanReferencesAlias(loc1->GetReferenceInfo(), loc2->GetReferenceInfo())) { in ComputeMayAlias()
493 if (loc1->IsArray() && loc2->IsArray()) { in ComputeMayAlias()
495 HInstruction* idx2 = loc2->GetIndex(); in ComputeMayAlias()
497 size_t vector_length2 = loc2->GetVectorLength(); in ComputeMayAlias()
503 loc2->SetHasAliasedLocations(true); in ComputeMayAlias()
Dload_store_elimination.cc1884 HeapLocation* loc2 = heap_location_collector_.GetHeapLocation(idx2); in MayAliasOnBackEdge() local
1886 loc2->IsArray() && in MayAliasOnBackEdge()
1888 loc2->GetReferenceInfo())) { in MayAliasOnBackEdge()
1891 loop_info->Contains(*loc2->GetIndex()->GetBlock())) { in MayAliasOnBackEdge()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc428 static inline bool NoSpillGap(const ArgumentLocation& loc1, const ArgumentLocation& loc2) { in NoSpillGap() argument
430 DCHECK(!loc2.IsRegister()); in NoSpillGap()
432 uint32_t loc2_offset = loc2.GetFrameOffset().Uint32Value(); in NoSpillGap()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc83 …t obj, jmethodID meth2, jlocation loc2), (jvmti, jni, jthreadContainer{.thread = thread}, meth1, l…