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

  /art/compiler/dex/quick/mips/
call_mips.cc 161 int low_key = s4FromSwitchData(&table[2]); local
164 if (low_key == 0) {
166 } else if ((low_key & 0xffff) != low_key) {
168 LoadConstant(r_key, low_key);
178 if (low_key == 0) {
184 OpRegRegImm(kOpSub, r_key, rl_src.low_reg, low_key);
  /art/compiler/dex/quick/x86/
call_x86.cc 61 * sub r_key_reg, low_key
91 int low_key = s4FromSwitchData(&table[2]); local
94 if (low_key == 0) {
98 OpRegRegImm(kOpSub, keyReg, rl_src.low_reg, low_key);
  /art/compiler/dex/quick/arm/
call_arm.cc 380 int low_key = s4FromSwitchData(&table[2]); local
383 if (low_key == 0) {
387 OpRegRegImm(kOpSub, keyReg, rl_src.low_reg, low_key);
  /art/compiler/dex/quick/
codegen_util.cc 811 int low_key = s4FromSwitchData(&table[2]); local
813 tab_rec->targets[i] = InsertCaseLabel(base_vaddr + targets[i], i + low_key);
877 int low_key = s4FromSwitchData(&table[2]); local
879 << ", entries: " << std::dec << entries << ", low_key: " << low_key; local
881 LOG(INFO) << " Key[" << (i + low_key) << "] -> 0x" << std::hex
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.h 208 std::string low_key; member in struct:content::IndexedDBBackingStore::Cursor::CursorOptions
indexed_db_backing_store.cc     [all...]

Completed in 361 milliseconds