/art/compiler/utils/ |
D | dedupe_set.h | 74 StoreKey* Add(Thread* self, const InKey& key) { in Add() 128 for (const HashedKey& key : keys_[shard]) { in DumpStats() local 149 StoreKey* CreateStoreKey(const InKey& key) { in CreateStoreKey() 155 void DeleteStoreKey(StoreKey* key) { in DeleteStoreKey()
|
D | test_dex_file_builder.h | 55 FieldKey key = { class_descriptor, type, name }; in AddField() local 236 FieldKey key = { class_descriptor, type, name }; in GetFieldIdx() local 318 ProtoKey key = { in CreateProtoKey() local
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 90 const TKey& key) { in IsExpectedKeyValue() 146 #define EXPECT_KEY_EXISTS(map, key) EXPECT_TRUE((map).Exists(key)) argument 147 #define EXPECT_KEY_VALUE(map, key, expected) EXPECT_TRUE(IsExpectedKeyValue(expected, map, key)) argument 155 #define _EXPECT_SINGLE_PARSE_EXISTS(argv, key) \ argument 162 #define EXPECT_SINGLE_PARSE_EXISTS(argv, key) \ argument 166 #define EXPECT_SINGLE_PARSE_VALUE(expected, argv, key) \ argument 171 #define EXPECT_SINGLE_PARSE_VALUE_STR(expected, argv, key) \ argument
|
/art/runtime/ |
D | instrumentation_test.cc | 138 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) { in CheckConfigureStubs() 215 const char* key, bool disable_deoptimization) in UndeoptimizeMethod() 229 void DeoptimizeEverything(Thread* self, const char* key, bool enable_deoptimization) in DeoptimizeEverything() 243 void UndeoptimizeEverything(Thread* self, const char* key, bool disable_deoptimization) in UndeoptimizeEverything() 257 void EnableMethodTracing(Thread* self, const char* key, bool needs_interpreter) in EnableMethodTracing() 268 void DisableMethodTracing(Thread* self, const char* key) in DisableMethodTracing()
|
D | instrumentation.cc | 542 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) { in ConfigureStubs() 789 void Instrumentation::DisableDeoptimization(const char* key) { in DisableDeoptimization() 819 void Instrumentation::DeoptimizeEverything(const char* key) { in DeoptimizeEverything() 824 void Instrumentation::UndeoptimizeEverything(const char* key) { in UndeoptimizeEverything() 830 void Instrumentation::EnableMethodTracing(const char* key, bool needs_interpreter) { in EnableMethodTracing() 840 void Instrumentation::DisableMethodTracing(const char* key) { in DisableMethodTracing()
|
D | oat_file.cc | 496 StringPiece key(oat_dex_file->GetDexFileLocation()); in Setup() local 540 StringPiece key(dex_location); in GetOatDexFile() local
|
D | oat.cc | 412 bool OatHeader::GetStoreKeyValuePairByIndex(size_t index, const char** key, in GetStoreKeyValuePairByIndex()
|
/art/compiler/dex/ |
D | local_value_numbering.cc | 203 Map* map, const typename Map::key_type& key) { in GetAliasingValues() 212 void LocalValueNumbering::UpdateAliasingValuesLoadVersion(const KeyType& key, in UpdateAliasingValuesLoadVersion() 233 Map* map, const typename Map::key_type& key, in AliasingValuesMergeGet() 257 uint16_t LocalValueNumbering::HandleAliasingValuesGet(Map* map, const typename Map::key_type& key, in HandleAliasingValuesGet() 278 bool LocalValueNumbering::HandleAliasingValuesPut(Map* map, const typename Map::key_type& key, in HandleAliasingValuesPut() 512 for (const auto& key : least_entries_lvn->*set_ptr) { in IntersectSets() local 814 const typename Map::key_type& key = entry.first; in MergeAliasingValues() local 1065 EscapedArrayClobberKey key = { reg, type }; in IsNonAliasingArray() local 1084 RangeCheckKey key = { array, index }; in HandleRangeCheck() local 1569 RangeCheckKey key = { array, index }; in GetValueNumber() local
|
D | global_value_numbering.h | 102 uint64_t key = BuildKey(op, operand1, operand2, modifier); in LookupValue() local 116 uint64_t key = BuildKey(op, operand1, operand2, modifier); in FindValue() local
|
D | global_value_numbering.cc | 151 ArrayLocation key = { base, index }; in GetArrayLocation() local
|
D | mir_graph.h | 501 int key; member
|
/art/test/055-enum-performance/src/ |
D | Main.java | 123 static String basisValueOf(String key) { in basisValueOf()
|
/art/runtime/arch/ |
D | instruction_set_features_test.cc | 41 std::string key = StringPrintf("dalvik.vm.isa.%s.variant", GetInstructionSetString(kRuntimeISA)); local
|
/art/test/099-vmdebug/src/ |
D | Main.java | 143 long key = Long.valueOf(kv[0]); in checkHistogram() local
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | Options.java | 213 private static void handleKeyValueOption(String key, String value) { in handleKeyValueOption()
|
/art/tools/dexfuzz/src/dexfuzz/executors/ |
D | Device.java | 64 private String checkForEnvVar(Map<String, String> envVars, String key) { in checkForEnvVar() argument
|
/art/compiler/dex/quick/ |
D | codegen_util.cc | 565 int key = successor_block_info->key; in InstallSwitchTables() local 589 int key = successor_block_info->key; in InstallSwitchTables() local
|
D | gen_common.cc | 2237 int key = successor_block_info->key; in GenSmallSparseSwitch() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1167 int32_t key = (int32_t) switch_insns[keys_offset + targ * 2] | in CheckSwitchTargets() local
|
/art/oatdump/ |
D | oatdump.cc | 434 const char* key; in Dump() local
|