HomeSort by relevance Sort by last modified time
    Searched defs:may_need_runtime_call_for_type_check (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
code_generator_arm64.cc 2881 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
2901 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
    [all...]
code_generator_arm_vixl.cc 6296 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
6323 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
    [all...]
code_generator_mips.cc 2878 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
2905 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
    [all...]
code_generator_x86.cc 5349 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
5389 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
    [all...]
code_generator_x86_64.cc 4793 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
4823 bool may_need_runtime_call_for_type_check = instruction->NeedsTypeCheck(); local
    [all...]

Completed in 284 milliseconds