Searched defs:may_need_runtime_call_for_type_check (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2899 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
2902 may_need_runtime_call_for_type_check ?
2919 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
2932 DCHECK(!may_need_runtime_call_for_type_check);
2985 if (may_need_runtime_call_for_type_check) {
3071 if (!may_need_runtime_call_for_type_check) {
H A Dcode_generator_arm.cc5967 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
5971 may_need_runtime_call_for_type_check ?
5995 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
6061 DCHECK(!may_need_runtime_call_for_type_check);
6077 if (may_need_runtime_call_for_type_check) {
6164 if (!may_need_runtime_call_for_type_check) {
H A Dcode_generator_arm_vixl.cc5992 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
5996 may_need_runtime_call_for_type_check ?
6019 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
6084 DCHECK(!may_need_runtime_call_for_type_check);
6100 if (may_need_runtime_call_for_type_check) {
6196 if (!may_need_runtime_call_for_type_check) {
H A Dcode_generator_x86.cc5366 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
5370 may_need_runtime_call_for_type_check ?
5407 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
5449 DCHECK(!may_need_runtime_call_for_type_check);
5462 if (may_need_runtime_call_for_type_check) {
5518 if (!may_need_runtime_call_for_type_check) {
H A Dcode_generator_x86_64.cc4818 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
4822 may_need_runtime_call_for_type_check ?
4848 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
4894 DCHECK(!may_need_runtime_call_for_type_check);
4907 if (may_need_runtime_call_for_type_check) {
4963 if (!may_need_runtime_call_for_type_check) {

Completed in 425 milliseconds