Searched refs:kMaxMacroInstructionSizeInBytes (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2343 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
2398 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
2793 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
2856 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
2886 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
2958 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
2997 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
3017 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
3068 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
4371 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
4377 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
4553 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
[all...]
H A Dcode_generator_arm64.h48 static constexpr int kMaxMacroInstructionSizeInBytes = 15 * vixl::aarch64::kInstructionSize; member in namespace:art::arm64
49 static constexpr int kInvokeCodeMarginSizeInBytes = 6 * kMaxMacroInstructionSizeInBytes;
H A Dcode_generator_arm_vixl.h50 static constexpr int kMaxMacroInstructionSizeInBytes = member in namespace:art::arm
H A Dcode_generator_arm_vixl.cc8219 vixl::EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
8236 vixl::EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
8245 vixl::EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); local
H A Dintrinsics_arm64.cc2957 vixl::EmissionCheckScope guard(codegen_->GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes);

Completed in 81 milliseconds