Searched refs:NeedsTypeCheck (Results 1 - 9 of 9) sorted by relevance

/art/compiler/optimizing/
H A Dprepare_for_register_allocation.cc57 if (instruction->NeedsTypeCheck()) {
H A Dgraph_visualizer.cc401 << array_set->NeedsTypeCheck() << std::noboolalpha;
H A Dnodes.h5169 return NeedsTypeCheck();
5173 bool CanThrow() const OVERRIDE { return NeedsTypeCheck(); }
5193 bool NeedsTypeCheck() const { return GetPackedFlag<kFlagNeedsTypeCheck>(); } function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HArraySet
H A Dcode_generator_arm64.cc2130 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck();
2150 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck();
H A Dcode_generator_arm.cc4455 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck();
4485 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck();
H A Dcode_generator_x86.cc5205 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck();
5248 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck();
H A Dcode_generator_x86_64.cc4699 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck();
4734 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck();
H A Dcode_generator_mips64.cc1437 bool needs_runtime_call = instruction->NeedsTypeCheck();
H A Dcode_generator_mips.cc1814 bool needs_runtime_call = instruction->NeedsTypeCheck();

Completed in 158 milliseconds