Searched defs:needs_runtime_call (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc1437 bool needs_runtime_call = instruction->NeedsTypeCheck(); local
1440 needs_runtime_call ? LocationSummary::kCall : LocationSummary::kNoCall);
1441 if (needs_runtime_call) {
1462 bool needs_runtime_call = locations->WillCall(); local
1500 if (!needs_runtime_call) {
H A Dcode_generator_mips.cc1814 bool needs_runtime_call = instruction->NeedsTypeCheck(); local
1817 needs_runtime_call ? LocationSummary::kCall : LocationSummary::kNoCall);
1818 if (needs_runtime_call) {
1839 bool needs_runtime_call = locations->WillCall(); local
1877 if (!needs_runtime_call) {

Completed in 83 milliseconds