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

  /dalvik/vm/compiler/codegen/x86/
NcgHelper.cpp 42 s4FromSwitchData(&entries[testVal - firstKey]));
43 return s4FromSwitchData(&entries[testVal - firstKey]);
57 s4FromSwitchData(&entries[testVal - firstKey]));
58 return 2*s4FromSwitchData(&entries[testVal - firstKey]); //convert from u2 to byte
73 s4 k = s4FromSwitchData(&keys[i]);
76 testVal, i, s4FromSwitchData(&entries[i]));
77 return s4FromSwitchData(&entries[i]);
92 s4 k = s4FromSwitchData(&keys[i]);
95 testVal, i, s4FromSwitchData(&entries[i]));
96 return 2*s4FromSwitchData(&entries[i]); //convert from u2 to byt
    [all...]
  /dalvik/vm/interp/
InterpDefs.h 116 static inline s4 s4FromSwitchData(const void* switchData) {
120 static inline s4 s4FromSwitchData(const void* switchData) {
Interp.cpp     [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 91 int low_key = s4FromSwitchData(&table[2]);
  /art/compiler/dex/quick/mips/
call_mips.cc 161 int low_key = s4FromSwitchData(&table[2]);
  /art/compiler/dex/quick/arm/
call_arm.cc 380 int low_key = s4FromSwitchData(&table[2]);
  /art/compiler/dex/quick/
codegen_util.cc 811 int low_key = s4FromSwitchData(&table[2]);
877 int low_key = s4FromSwitchData(&table[2]);
    [all...]
mir_to_lir.h 231 int32_t s4FromSwitchData(const void* switch_data) {
    [all...]

Completed in 194 milliseconds