HomeSort by relevance Sort by last modified time
    Searched refs:s4FromSwitchData (Results 1 - 6 of 6) sorted by null

  /art/compiler/dex/quick/x86/
call_x86.cc 72 int low_key = s4FromSwitchData(&table[2]);
  /art/compiler/dex/quick/arm64/
call_arm64.cc 120 int low_key = s4FromSwitchData(&table[2]);
  /art/compiler/dex/quick/mips/
call_mips.cc 160 int low_key = s4FromSwitchData(&table[2]);
  /art/compiler/dex/quick/
codegen_util.cc 587 int low_key = s4FromSwitchData(&tab_rec->table[2]);
    [all...]
mir_to_lir.h 557 int32_t s4FromSwitchData(const void* switch_data) {
    [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 117 int low_key = s4FromSwitchData(&table[2]);

Completed in 7809 milliseconds