Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis_test.cc87 size_t loc2 = heap_location_collector.FindHeapLocationIndex( in TEST_F() local
96 ASSERT_TRUE(loc2 != HeapLocationCollector::kHeapLocationNotFound); in TEST_F()
98 ASSERT_TRUE(loc1 != loc2); in TEST_F()
99 ASSERT_TRUE(loc2 != loc3); in TEST_F()
106 ASSERT_FALSE(heap_location_collector.MayAlias(loc1, loc2)); in TEST_F()
178 size_t loc2 = heap_location_collector.GetFieldHeapLocation(object, &get_field20->GetFieldInfo()); in TEST_F() local
183 ASSERT_TRUE(loc2 != HeapLocationCollector::kHeapLocationNotFound); in TEST_F()
185 ASSERT_TRUE(loc1 != loc2); in TEST_F()
187 ASSERT_FALSE(heap_location_collector.MayAlias(loc1, loc2)); in TEST_F()
254 size_t loc2 = HeapLocationCollector::kHeapLocationNotFound; in TEST_F() local
[all …]
Dscheduler_test.cc293 size_t loc2 = HeapLocationCollector::kHeapLocationNotFound; in TestDependencyGraphOnAliasingArrayAccesses() local
297 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_1); in TestDependencyGraphOnAliasingArrayAccesses()
298 ASSERT_FALSE(heap_location_collector.MayAlias(loc1, loc2)); in TestDependencyGraphOnAliasingArrayAccesses()
303 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_j); in TestDependencyGraphOnAliasingArrayAccesses()
304 ASSERT_TRUE(heap_location_collector.MayAlias(loc1, loc2)); in TestDependencyGraphOnAliasingArrayAccesses()
311 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_add0); in TestDependencyGraphOnAliasingArrayAccesses()
312 ASSERT_TRUE(heap_location_collector.MayAlias(loc1, loc2)); in TestDependencyGraphOnAliasingArrayAccesses()
317 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_sub0); in TestDependencyGraphOnAliasingArrayAccesses()
318 ASSERT_TRUE(heap_location_collector.MayAlias(loc1, loc2)); in TestDependencyGraphOnAliasingArrayAccesses()
326 loc2 = heap_location_collector.GetArrayHeapLocation(arr_set_add1); in TestDependencyGraphOnAliasingArrayAccesses()
[all …]
Dload_store_analysis.h404 HeapLocation* loc2 = heap_locations_[index2]; in ComputeMayAlias() local
405 if (loc1->GetOffset() != loc2->GetOffset()) { in ComputeMayAlias()
410 if (loc1->GetDeclaringClassDefIndex() != loc2->GetDeclaringClassDefIndex()) { in ComputeMayAlias()
414 if (!CanReferencesAlias(loc1->GetReferenceInfo(), loc2->GetReferenceInfo())) { in ComputeMayAlias()
417 if (loc1->IsArray() && loc2->IsArray()) { in ComputeMayAlias()
419 HInstruction* idx2 = loc2->GetIndex(); in ComputeMayAlias()
421 size_t vector_length2 = loc2->GetVectorLength(); in ComputeMayAlias()
427 loc2->SetHasAliasedLocations(true); in ComputeMayAlias()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc83 …t obj, jmethodID meth2, jlocation loc2), (jvmti, jni, jthreadContainer{.thread = thread}, meth1, l…