Home
last modified time | relevance | path

Searched defs:key (Results 1 – 20 of 20) sorted by relevance

/art/compiler/utils/
Ddedupe_set.h74 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()
Dtest_dex_file_builder.h55 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/
Dcmdline_parser_test.cc90 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/
Dinstrumentation_test.cc138 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()
Dinstrumentation.cc542 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()
Doat_file.cc496 StringPiece key(oat_dex_file->GetDexFileLocation()); in Setup() local
540 StringPiece key(dex_location); in GetOatDexFile() local
Doat.cc412 bool OatHeader::GetStoreKeyValuePairByIndex(size_t index, const char** key, in GetStoreKeyValuePairByIndex()
/art/compiler/dex/
Dlocal_value_numbering.cc203 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
Dglobal_value_numbering.h102 uint64_t key = BuildKey(op, operand1, operand2, modifier); in LookupValue() local
116 uint64_t key = BuildKey(op, operand1, operand2, modifier); in FindValue() local
Dglobal_value_numbering.cc151 ArrayLocation key = { base, index }; in GetArrayLocation() local
Dmir_graph.h501 int key; member
/art/test/055-enum-performance/src/
DMain.java123 static String basisValueOf(String key) { in basisValueOf()
/art/runtime/arch/
Dinstruction_set_features_test.cc41 std::string key = StringPrintf("dalvik.vm.isa.%s.variant", GetInstructionSetString(kRuntimeISA)); local
/art/test/099-vmdebug/src/
DMain.java143 long key = Long.valueOf(kv[0]); in checkHistogram() local
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java213 private static void handleKeyValueOption(String key, String value) { in handleKeyValueOption()
/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java64 private String checkForEnvVar(Map<String, String> envVars, String key) { in checkForEnvVar() argument
/art/compiler/dex/quick/
Dcodegen_util.cc565 int key = successor_block_info->key; in InstallSwitchTables() local
589 int key = successor_block_info->key; in InstallSwitchTables() local
Dgen_common.cc2237 int key = successor_block_info->key; in GenSmallSparseSwitch() local
/art/runtime/verifier/
Dmethod_verifier.cc1167 int32_t key = (int32_t) switch_insns[keys_offset + targ * 2] | in CheckSwitchTargets() local
/art/oatdump/
Doatdump.cc434 const char* key; in Dump() local