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

  /art/compiler/dex/quick/mips/
call_mips.cc 160 int low_key = s4FromSwitchData(&table[2]);
  /art/compiler/dex/quick/x86/
call_x86.cc 99 int low_key = s4FromSwitchData(&table[2]);
  /art/compiler/dex/quick/arm64/
call_arm64.cc 118 int low_key = s4FromSwitchData(&table[2]);
  /art/compiler/dex/quick/arm/
call_arm.cc 114 int low_key = s4FromSwitchData(&table[2]);
  /art/compiler/dex/quick/
codegen_util.cc 834 int low_key = s4FromSwitchData(&table[2]);
    [all...]
mir_to_lir.h 581 int32_t s4FromSwitchData(const void* switch_data) {
    [all...]

Completed in 57 milliseconds