Searched refs:kMaxMacroInstructionSizeInBytes (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 5539 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 5558 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 5575 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 5584 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 5607 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 5784 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() 5805 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() 5822 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() 5834 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() 5842 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() [all …]
|
D | code_generator_arm64.h | 53 static constexpr int kMaxMacroInstructionSizeInBytes = 15 * vixl::aarch64::kInstructionSize; variable 54 static constexpr int kInvokeCodeMarginSizeInBytes = 6 * kMaxMacroInstructionSizeInBytes;
|
D | code_generator_arm64.cc | 2004 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldGet() 2059 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in HandleFieldSet() 2495 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() 2558 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayGet() 2588 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArrayLength() 2658 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() 2695 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() 2757 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitArraySet() 4121 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitInvokeInterface() 4127 EmissionCheckScope guard(GetVIXLAssembler(), kMaxMacroInstructionSizeInBytes); in VisitInvokeInterface() [all …]
|
D | code_generator_arm_vixl.h | 48 static constexpr int kMaxMacroInstructionSizeInBytes = variable
|