Searched refs:keys (Results 1 – 15 of 15) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MSwitchInsn.java | 33 public int[] keys; field in MSwitchInsn 46 newInsn.keys = new int[keys.length]; in clone() 47 System.arraycopy(keys, 0, newInsn.keys, 0, keys.length); in clone()
|
D | CodeTranslator.java | 408 int[] keys = new int[targetsSize]; in readSwitchInstruction() local 415 keys[0] = (int) RawInsnHelper.getUnsignedIntFromFourBytes(dataInsn.rawBytes, rawPtr); in readSwitchInstruction() 419 keys[i] = keys[i - 1] + 1; in readSwitchInstruction() 425 keys[i] = (int) RawInsnHelper.getUnsignedIntFromFourBytes(dataInsn.rawBytes, in readSwitchInstruction() 439 switchInsn.keys = keys; in readSwitchInstruction() 465 int[] keys = switchInsn.keys; in updateSwitchInstruction() local 487 RawInsnHelper.writeUnsignedIntToFourBytes(dataInsn.rawBytes, rawPtr, keys[0]); in updateSwitchInstruction() 492 RawInsnHelper.writeUnsignedIntToFourBytes(dataInsn.rawBytes, rawPtr, keys[i]); in updateSwitchInstruction()
|
/art/test/922-properties/src/art/ |
D | Test922.java | 63 Set<String> keys = new TreeSet<String>(); in getRecommendedProperties() local 64 keys.add("java.vm.vendor"); in getRecommendedProperties() 65 keys.add("java.vm.version"); in getRecommendedProperties() 66 keys.add("java.vm.name"); in getRecommendedProperties() 67 keys.add("java.vm.info"); in getRecommendedProperties() 68 keys.add("java.library.path"); in getRecommendedProperties() 69 keys.add("java.class.path"); in getRecommendedProperties() 70 return keys; in getRecommendedProperties() 74 Set<String> keys = new TreeSet<String>(); in getAllProperties() local 77 keys.add(p); in getAllProperties() [all …]
|
/art/compiler/driver/ |
D | compiler_options_map.def | 22 // This file defines the list of keys for CompilerOptionsMap. 36 // Parse-able keys from the command line.
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 746 const int32_t* keys = reinterpret_cast<const int32_t*>(&switch_data[2]); in DoPackedSwitch() local 747 DCHECK_ALIGNED(keys, 4); in DoPackedSwitch() 748 int32_t first_key = keys[0]; in DoPackedSwitch() 774 const int32_t* keys = reinterpret_cast<const int32_t*>(&switch_data[2]); in DoSparseSwitch() local 775 DCHECK_ALIGNED(keys, 4); in DoSparseSwitch() 776 const int32_t* entries = keys + size; in DoSparseSwitch() 782 int32_t foundVal = keys[mid]; in DoSparseSwitch()
|
/art/dex2oat/ |
D | dex2oat_options.def | 22 // This file defines the list of keys for Dex2oatOptions. 36 // Parse-able keys from the command line.
|
/art/test/testrunner/ |
D | run_build_test_target.py | 50 for k in sorted(target_config.keys()):
|
D | testrunner.py | 293 default_variants_keys = default_variants.keys()
|
/art/tools/ |
D | analyze-init-failures.py | 121 all_classes = fail_sources | set(class_fail_class.keys())
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 64 const int32_t* keys; in MterpDoSparseSwitch() local 85 keys = reinterpret_cast<const int32_t*>(switchData); in MterpDoSparseSwitch() 90 entries = keys + size; in MterpDoSparseSwitch() 101 int32_t foundVal = keys[mid]; in MterpDoSparseSwitch()
|
/art/runtime/ |
D | runtime_options.def | 22 // This file defines the list of keys for RuntimeOptions. 36 // Parse-able keys from the command line.
|
/art/tools/checker/match/ |
D | test.py | 95 self.assertFalse("X" in env.keys())
|
/art/build/apex/ |
D | art_apex_test.py | 313 for name in sorted(self._provider.read_dir(dir_path).keys()): 847 key_list = list(sorted(apex_map.keys()))
|
/art/build/boot/ |
D | boot-image-profile.txt | 5602 HSPLjava/util/Hashtable;->keys()Ljava/util/Enumeration; 8437 HSPLorg/json/JSONObject;->keys()Ljava/util/Iterator;+]Ljava/util/LinkedHashMap;Ljava/util/LinkedHas…
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 4083 Ljava/nio/channels/spi/AbstractSelectableChannel;->keys:[Ljava/nio/channels/SelectionKey;
|