Lines Matching refs:start
792 // Bind a label to a specified offset from the start of the buffer.
2896 Label start;
2898 Label start(allocator_);
2900 bind(&start);
2906 VIXL_ASSERT(GetSizeOfCodeGeneratedSince(&start) == kTraceParamsOffset);
2909 VIXL_ASSERT(GetSizeOfCodeGeneratedSince(&start) == kTraceCommandOffset);
2927 Label start;
2929 Label start(allocator_);
2931 bind(&start);
2937 VIXL_ASSERT(GetSizeOfCodeGeneratedSince(&start) == kLogParamsOffset);