Searched refs:keys (Results 1 - 6 of 6) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter_common.h292 const int32_t* keys = reinterpret_cast<const int32_t*>(&switch_data[2]); local
293 DCHECK(IsAligned<4>(keys));
294 int32_t first_key = keys[0];
317 const int32_t* keys = reinterpret_cast<const int32_t*>(&switch_data[2]); local
318 DCHECK(IsAligned<4>(keys));
319 const int32_t* entries = keys + size;
325 int32_t foundVal = keys[mid];
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc36 const int32_t* keys = reinterpret_cast<const int32_t*>(&table[2]); local
37 const int32_t* targets = &keys[entries];
40 int key = keys[i];
/art/compiler/dex/quick/
H A Dcodegen_util.cc561 const int32_t* keys = reinterpret_cast<const int32_t*>(&(tab_rec->table[2])); local
566 << std::hex << keys[elems] << ", disp: 0x"
569 Push32(code_buffer_, keys[elems]);
863 const int32_t* keys = reinterpret_cast<const int32_t*>(&table[2]); local
864 const int32_t* targets = &keys[entries];
866 tab_rec->targets[i] = InsertCaseLabel(base_vaddr + targets[i], keys[i]);
890 * int keys[size] keys, sorted low-to-high; 32-bit aligned
897 const int32_t* keys = reinterpret_cast<const int32_t*>(&table[2]); local
898 const int32_t* targets = &keys[entrie
[all...]
H A Dgen_common.cc2106 const int32_t* keys = reinterpret_cast<const int32_t*>(&table[2]); local
2107 const int32_t* targets = &keys[entries];
2110 int key = keys[i];
/art/compiler/dex/portable/
H A Dmir_to_gbc.cc173 const int32_t* keys = payload->GetKeys(); local
185 sw->addCase(irb_->getInt32(keys[i]), llvm_bb);
/art/tools/
H A Dcpplint.py324 r'[ =()](' + ('|'.join(_ALT_TOKEN_REPLACEMENT.keys())) + r')(?=[ (]|$)')
3735 # the keys.
3736 header_keys = include_state.keys()

Completed in 107 milliseconds