Searched refs:predictable_code_size (Results 1 – 7 of 7) sorted by relevance
131 bool old_predictable_code_size = predictable_code_size(); in Call()287 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Ubfx()302 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Sbfx()330 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Bfi()345 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Bfc()357 if (!CpuFeatures::IsSupported(ARMv7) || predictable_code_size()) { in Usat()423 !predictable_code_size()) { in LoadRoot()700 if (CpuFeatures::IsSupported(ARMv7) && !predictable_code_size() && in Ldrd()741 if (CpuFeatures::IsSupported(ARMv7) && !predictable_code_size() && in Strd()2617 if (CpuFeatures::IsSupported(ARMv7) && !predictable_code_size()) { in GetLeastBitsFromSmi()
1298 (assembler == NULL || !assembler->predictable_code_size()); in use_immediate_embedded_pointer_loads()
1048 if (assembler != NULL && assembler->predictable_code_size()) return true; in must_output_reloc_info()
68 bool predictable_code_size() const { return predictable_code_size_; } in predictable_code_size() function
170 old_value_(assembler->predictable_code_size()) { in PredictableCodeSizeScope()
1153 if (is_int8(offs - short_size) && !predictable_code_size()) { in j()1220 if (is_int8(offs - short_size) && !predictable_code_size()) { in jmp()
61 if (predictable_code_size() && in RootRegisterDelta()