Home | History | Annotate | Download | only in arm

Lines Matching full:expected_map_index

348     Heap::RootListIndex expected_map_index;
351 expected_map_index = Heap::kFixedArrayMapRootIndex;
354 expected_map_index = Heap::kFixedDoubleArrayMapRootIndex;
358 expected_map_index = Heap::kFixedCOWArrayMapRootIndex;
363 __ CompareRoot(r3, expected_map_index);