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

  /art/compiler/dex/quick/mips/
call_mips.cc 160 int low_key = s4FromSwitchData(&table[2]); local
163 if (low_key == 0) {
165 } else if ((low_key & 0xffff) != low_key) {
167 LoadConstant(r_key, low_key);
177 if (low_key == 0) {
183 OpRegRegImm(kOpSub, r_key, rl_src.reg, low_key);
  /art/compiler/dex/quick/x86/
call_x86.cc 55 * sub r_key_reg, low_key
99 int low_key = s4FromSwitchData(&table[2]); local
102 if (low_key == 0) {
106 OpRegRegImm(kOpSub, keyReg, rl_src.reg, low_key);
  /art/compiler/dex/quick/arm64/
call_arm64.cc 118 int low_key = s4FromSwitchData(&table[2]); local
121 if (low_key == 0) {
125 OpRegRegImm(kOpSub, key_reg, rl_src.reg, low_key);
  /art/compiler/dex/quick/arm/
call_arm.cc 114 int low_key = s4FromSwitchData(&table[2]); local
117 if (low_key == 0) {
121 OpRegRegImm(kOpSub, keyReg, rl_src.reg, low_key);
  /art/compiler/dex/quick/
codegen_util.cc 853 int low_key = s4FromSwitchData(&table[2]); local
855 tab_rec->targets[i] = InsertCaseLabel(base_vaddr + targets[i], i + low_key);
919 int low_key = s4FromSwitchData(&table[2]); local
921 << ", entries: " << std::dec << entries << ", low_key: " << low_key; local
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.cc     [all...]
indexed_db_backing_store.h 245 std::string low_key; member in struct:content::IndexedDBBackingStore::Cursor::CursorOptions

Completed in 164 milliseconds