Searched defs:key (Results 1 – 12 of 12) sorted by relevance
/art/compiler/utils/ |
D | dedupe_set.h | 73 StoreKey* Add(Thread* self, const InKey& key) { in Add() 127 for (const HashedKey& key : keys_[shard]) { in DumpStats() local 148 StoreKey* CreateStoreKey(const InKey& key) { in CreateStoreKey() 154 void DeleteStoreKey(StoreKey* key) { in DeleteStoreKey()
|
/art/compiler/dex/ |
D | global_value_numbering.cc | 156 FieldReference key = { field_info.DeclaringDexFile(), field_info.DeclaringFieldIndex(), type }; in GetFieldId() local 170 ArrayLocation key = { base, index }; in GetArrayLocation() local
|
D | local_value_numbering.cc | 197 Map* map, const typename Map::key_type& key) { in GetAliasingValues() 206 void LocalValueNumbering::UpdateAliasingValuesLoadVersion(const KeyType& key, in UpdateAliasingValuesLoadVersion() 227 Map* map, const typename Map::key_type& key, in AliasingValuesMergeGet() 251 uint16_t LocalValueNumbering::HandleAliasingValuesGet(Map* map, const typename Map::key_type& key, in HandleAliasingValuesGet() 272 bool LocalValueNumbering::HandleAliasingValuesPut(Map* map, const typename Map::key_type& key, in HandleAliasingValuesPut() 490 for (const auto& key : least_entries_lvn->*set_ptr) { in IntersectSets() local 746 const typename Map::key_type& key = entry.first; in MergeAliasingValues() local 971 EscapedArrayClobberKey key = { reg, type }; in IsNonAliasingArray() local 990 RangeCheckKey key = { array, index }; in HandleRangeCheck() local 1414 RangeCheckKey key = { array, index }; in GetValueNumber() local
|
D | global_value_numbering.h | 87 uint64_t key = BuildKey(op, operand1, operand2, modifier); in LookupValue() local 105 uint64_t key = BuildKey(op, operand1, operand2, modifier); in HasValue() local
|
D | mir_graph.h | 487 int key; member
|
/art/test/055-enum-performance/src/ |
D | Main.java | 123 static String basisValueOf(String key) { in basisValueOf()
|
/art/runtime/ |
D | oat_file.cc | 344 StringPiece key(oat_dex_file->GetDexFileLocation()); in Setup() local 380 StringPiece key(dex_location); in GetOatDexFile() local
|
D | oat.cc | 438 bool OatHeader::GetStoreKeyValuePairByIndex(size_t index, const char** key, in GetStoreKeyValuePairByIndex()
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 40 int key = keys[i]; in GenLargeSparseSwitch() local
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 2110 int key = keys[i]; in GenSmallSparseSwitch() local
|
/art/oatdump/ |
D | oatdump.cc | 227 const char* key; in Dump() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1038 int32_t key = (int32_t) switch_insns[keys_offset + targ * 2] | in CheckSwitchTargets() local
|