Searched refs:may_need_runtime_call_for_type_check (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2130 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
2135 (may_need_runtime_call_for_type_check || object_array_set_with_read_barrier) ?
2150 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
2164 DCHECK(!may_need_runtime_call_for_type_check);
2217 if (may_need_runtime_call_for_type_check) {
2307 if (!may_need_runtime_call_for_type_check) {
H A Dcode_generator_arm.cc4453 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
4459 (may_need_runtime_call_for_type_check || object_array_set_with_read_barrier) ?
4483 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
4537 DCHECK(!may_need_runtime_call_for_type_check);
4550 if (may_need_runtime_call_for_type_check) {
4650 if (!may_need_runtime_call_for_type_check) {
H A Dcode_generator_x86.cc5197 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
5203 (may_need_runtime_call_for_type_check || object_array_set_with_read_barrier) ?
5240 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
5288 DCHECK(!may_need_runtime_call_for_type_check);
5297 if (may_need_runtime_call_for_type_check) {
5375 if (!may_need_runtime_call_for_type_check) {
H A Dcode_generator_x86_64.cc4691 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
4697 (may_need_runtime_call_for_type_check || object_array_set_with_read_barrier) ?
4726 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
4778 DCHECK(!may_need_runtime_call_for_type_check);
4787 if (may_need_runtime_call_for_type_check) {
4865 if (!may_need_runtime_call_for_type_check) {

Completed in 119 milliseconds