Home | History | Annotate | Download | only in optimizing

Lines Matching refs:ip0

692     // IP0 is used internally by the ReadBarrierMarkRegX entry point
694 DCHECK_NE(ref_.reg(), IP0);
844 // not be IP0 nor IP1, as we may use them to emit the reference
848 DCHECK_NE(LocationFrom(temp_).reg(), IP0);
1000 // not be IP0 nor IP1, as we may use them to emit the reference
1004 DCHECK_NE(LocationFrom(temp_).reg(), IP0);
1052 DCHECK_NE(LocationFrom(temp_).reg(), IP0);
1648 // ip0 : VIXL core temp.
5948 DCHECK(temps.IsAvailable(ip0));
5950 temps.Exclude(ip0, ip1);
5956 DCHECK_EQ(ip0.GetCode(), 16u);
5958 CodeGenerator::GetReadBarrierMarkEntryPointsOffset<kArm64PointerSize>(ip0.GetCode());
6088 DCHECK(temps.IsAvailable(ip0));
6090 temps.Exclude(ip0, ip1);
6097 DCHECK_EQ(ip0.GetCode(), 16u);
6099 CodeGenerator::GetReadBarrierMarkEntryPointsOffset<kArm64PointerSize>(ip0.GetCode());