Searched refs:kMaxMacroInstructionSizeInBytes (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 6002 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 6018 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 6035 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 6044 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 6067 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 6254 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() 6275 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() 6293 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() 6305 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() 6313 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() [all …]
|
D | code_generator_arm64.cc | 2294 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() 2350 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 2795 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() 2858 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() 2888 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayLength() 2973 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() 3022 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() 3094 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() 4751 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitInvokeInterface() 4757 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitInvokeInterface() [all …]
|
D | code_generator_arm_vixl.h | 50 static constexpr int kMaxMacroInstructionSizeInBytes = variable
|
D | code_generator_arm64.h | 56 static constexpr int kMaxMacroInstructionSizeInBytes = 15 * vixl::aarch64::kInstructionSize; variable
|
D | intrinsics_arm_vixl.cc | 2439 vixl::EmissionCheckScope guard(codegen_->GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitReferenceGetReferent()
|