Lines Matching defs:start
2075 Label start;
2081 // Waste space until the start of a page.
2088 __ b(&start);
2090 __ bind(&start);
2118 VIXL_ASSERT(masm.GetSizeOfCodeGeneratedSince(&start) < kPageSize);
2124 AlignDown(masm.GetLabelAddress<uint64_t*>(&start), kPageSize));
2154 Label start;
2162 // Waste space until the start of a page.
2164 __ b(&start);
2171 __ bind(&start);
2242 // Waste space until the start of a page.
5143 Label start;
5144 __ Bind(&start);
5149 VIXL_CHECK(__ GetSizeOfCodeGeneratedSince(&start) == 0);
7531 Label start, none, c, j, jc;
7533 __ B(&start);
7542 __ Bind(&start);
9518 Label start;
9519 __ Bind(&start);
9523 VIXL_CHECK(__ GetSizeOfCodeGeneratedSince(&start) > 0);
9525 VIXL_CHECK(__ GetSizeOfCodeGeneratedSince(&start) == 0);
9538 Label start;
9539 __ Bind(&start);
9542 VIXL_CHECK(__ GetSizeOfCodeGeneratedSince(&start) > 0);
9544 VIXL_CHECK(__ GetSizeOfCodeGeneratedSince(&start) == 0);
13320 // literal gen: ldr s0, [pc + ...] ; load from `pool start + 0` |
13321 // ldr s0, [pc + ...] ; load from `pool start + 4` |
13324 // pool start: floating-point literal (0.1) |
13399 // We start with an empty literal pool.
13890 Label start;
13891 __ Bind(&start);
13893 VIXL_CHECK(masm.GetSizeOfCodeGeneratedSince(&start) == 0);
13895 VIXL_CHECK(masm.GetSizeOfCodeGeneratedSince(&start) == 0);
13897 VIXL_CHECK(masm.GetSizeOfCodeGeneratedSince(&start) == kInstructionSize);
13910 Label start;
13911 __ Bind(&start);
13914 VIXL_CHECK(masm.GetSizeOfCodeGeneratedSince(&start) >= kInstructionSize);