Home | History | Annotate | Download | only in test

Lines Matching defs:scope

58     CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes);
72 CodeBufferCheckScope scope(&masm, aarch64::kInstructionSize);
86 CodeBufferCheckScope scope(&masm, 2 * aarch32::kA32InstructionSizeInBytes);
101 CodeBufferCheckScope scope(&masm, 2 * aarch64::kInstructionSize);
116 CodeBufferCheckScope scope;
118 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes);
132 CodeBufferCheckScope scope;
134 scope.Open(&masm, aarch64::kInstructionSize);
148 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes);
150 scope.Close();
164 CodeBufferCheckScope scope(&masm, aarch64::kInstructionSize);
166 scope.Close();
180 CodeBufferCheckScope scope;
182 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes);
184 scope.Close();
198 CodeBufferCheckScope scope;
200 scope.Open(&masm, aarch64::kInstructionSize);
202 scope.Close();
216 EmissionCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes);
230 EmissionCheckScope scope(&masm, aarch64::kInstructionSize);
244 EmissionCheckScope scope;
246 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes);
260 EmissionCheckScope scope;
262 scope.Open(&masm, aarch64::kInstructionSize);
276 EmissionCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes);
278 scope.Close();
292 EmissionCheckScope scope(&masm, aarch64::kInstructionSize);
294 scope.Close();
308 EmissionCheckScope scope;
310 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes);
312 scope.Close();
326 EmissionCheckScope scope;
328 scope.Open(&masm, aarch64::kInstructionSize);
330 scope.Close();
361 // Check that opening the scope with a reserved space well below the limit
364 EmissionCheckScope scope(&masm,
371 // Check that the scope forces emission of the pool if necessary.
372 EmissionCheckScope scope(&masm,
400 // Check that opening the scope with a reserved space well below the limit
403 EmissionCheckScope scope(&masm,
410 // Check that the scope forces emission of the pool if necessary.
411 EmissionCheckScope scope(&masm,
437 // Check that opening the scope with a reserved space well below the limit
440 EmissionCheckScope scope(&masm,
447 // Check that the scope forces emission of the pool if necessary.
448 EmissionCheckScope scope(&masm,
471 // Check that opening the scope with a reserved space well below the limit
474 EmissionCheckScope scope;
475 scope.Open(&masm,
482 // Check that the scope forces emission of the pool if necessary.
483 EmissionCheckScope scope;
484 scope.Open(&masm,
500 ExactAssemblyScope scope(&masm, aarch32::kA32InstructionSizeInBytes);
514 ExactAssemblyScope scope(&masm, aarch64::kInstructionSize);
528 ExactAssemblyScope scope;
530 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes);
544 ExactAssemblyScope scope;
546 scope.Open(&masm, aarch64::kInstructionSize);
560 ExactAssemblyScope scope(&masm, aarch32::kA32InstructionSizeInBytes);
562 scope.Close();
576 ExactAssemblyScope scope(&masm, aarch64::kInstructionSize);
578 scope.Close();
592 ExactAssemblyScope scope;
594 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes);
596 scope.Close();
610 ExactAssemblyScope scope;
612 scope.Open(&masm, aarch64::kInstructionSize);
614 scope.Close();
653 ExactAssemblyScope scope(&masm, 2 * aarch32::kA32InstructionSizeInBytes);
693 ExactAssemblyScope scope(&masm, 2 * aarch64::kInstructionSize);
716 // The literal pool should be generated when opening this scope, as
719 ExactAssemblyScope scope(&masm,
751 // The literal pool should be generated when opening this scope, as
754 ExactAssemblyScope scope(&masm, n_nops * aarch64::kInstructionSize);