/art/libartbase/base/ |
D | array_slice.h | 117 ArraySlice<T> SubArray(size_type pos) { in SubArray() function 118 return SubArray(pos, size() - pos); in SubArray() 121 ArraySlice<const T> SubArray(size_type pos) const { in SubArray() function 122 return SubArray(pos, size() - pos); in SubArray() 125 ArraySlice<T> SubArray(size_type pos, size_type length) { in SubArray() function 131 ArraySlice<const T> SubArray(size_type pos, size_type length) const { in SubArray() function
|
D | array_ref.h | 171 ArrayRef SubArray(size_type pos) { in SubArray() function 172 return SubArray(pos, size() - pos); in SubArray() 175 ArrayRef<const T> SubArray(size_type pos) const { in SubArray() function 176 return SubArray(pos, size() - pos); in SubArray() 179 ArrayRef SubArray(size_type pos, size_type length) { in SubArray() function 185 ArrayRef<const T> SubArray(size_type pos, size_type length) const { in SubArray() function
|
D | transform_array_ref.h | 120 TransformArrayRef SubArray(size_type pos) { in SubArray() function 123 TransformArrayRef SubArray(size_type pos) const { in SubArray() function 126 TransformArrayRef SubArray(size_type pos, size_type length) const { in SubArray() function
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 191 ArrayRef<const std::string>(libcore_dex_files).SubArray(/*pos=*/ 0u, /*length=*/ 2u); in TEST_F() 280 ArrayRef<const std::string> head_dex_files = full_bcp.SubArray(/*pos=*/ 0u, /*length=*/ 2u); in TEST_F() 284 full_bcp.SubArray(/*pos=*/ 0u, /*length=*/ total_dex_files - 1u); in TEST_F() 285 ArrayRef<const std::string> mid_dex_files = mid_bcp.SubArray(/*pos=*/ 2u); in TEST_F() 288 full_bcp.SubArray(/*pos=*/ total_dex_files - 1u, /*length=*/ 1u); in TEST_F() 294 mid_dex_files.SubArray(/*pos=*/ 0u, /*length=*/ 1u), in TEST_F() 375 ArrayRef<const std::string> single_dex_files = full_bcp.SubArray(/*pos=*/ head_dex_files.size()); in TEST_F() 389 single_dex_files.SubArray(/*pos=*/ 0u, /*length=*/ 1u), in TEST_F() 570 single_dex_files.SubArray(/*pos=*/ 0u, /*length=*/ 1u), in TEST_F()
|
D | dex2oat.cc | 1175 locations = locations.SubArray(/*pos=*/ 0u, /*length=*/ 1u); in ExpandOatAndImageFilenames() 1850 bcp_dex_files.SubArray(/*pos=*/ 0u, bcp_dex_files.size() - dex_files.size()); in Setup()
|
/art/compiler/optimizing/ |
D | dead_code_elimination.cc | 51 live_successors = live_successors.SubArray(0u, 1u); in MarkReachableBlocks() 55 live_successors = live_successors.SubArray(1u, 1u); in MarkReachableBlocks() 71 live_successors = live_successors.SubArray(switch_index, 1u); in MarkReachableBlocks() 74 live_successors = live_successors.SubArray(switch_instruction->GetNumEntries(), 1u); in MarkReachableBlocks()
|
D | data_type_test.cc | 75 const ArrayRef<const DataType::Type> kIntegralResultTypes = kIntegralInputTypes.SubArray(1u); in TEST()
|
D | nodes.cc | 2017 return ArrayRef<HBasicBlock* const>(successors_).SubArray(0u, 1u); in GetNormalSuccessors()
|
D | nodes.h | 569 return ArrayRef<HBasicBlock* const>(GetReversePostOrder()).SubArray(1); in GetReversePostOrderSkipEntryBlock() 3280 return ArrayRef<HBasicBlock* const>(GetBlock()->GetSuccessors()).SubArray(1u); in GetExceptionHandlers()
|
/art/runtime/ |
D | vdex_file.cc | 292 return CompactOffsetTable::Accessor(quickening_info.SubArray(offset).data()); in GetQuickenInfoOffsetTable() 304 ArrayRef<const uint8_t> remaining = quickening_info.SubArray(quickening_offset - 1); in GetQuickeningInfoAt() 305 return remaining.SubArray(0u, QuickenInfoTable::SizeInBytes(remaining)); in GetQuickeningInfoAt() 372 image_spaces.SubArray(/*pos=*/ 0u, boot_image_components), in ComputeBootClassPathChecksumString()
|
D | runtime.cc | 1592 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()).SubArray(start), in Init() 1593 ArrayRef<const std::string>(GetBootClassPathLocations()).SubArray(start), in Init()
|
/art/runtime/gc/space/ |
D | image_space.cc | 802 boot_image_spaces.SubArray(/*pos=*/ boot_image_space_dependencies); in InitAppImage() 1709 ArrayRef<const std::string>(boot_class_path_).SubArray(bcp_index, 1u), in ExpandLocationImpl() 2194 boot_class_path_.SubArray(/*pos=*/ 0u, /*length=*/ dependency_component_count); in CompileExtension() 2196 boot_class_path_locations_.SubArray(/*pos=*/ 0u, /*length=*/ dependency_component_count); in CompileExtension() 2198 boot_class_path_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileExtension() 2200 boot_class_path_locations_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileExtension() 2339 ArrayRef<const std::string>(components).SubArray(/*pos=*/ 0u, named_components_count); in LoadOrValidate() 2359 ArrayRef<std::string>(components).SubArray(/*pos=*/ 0, /*length=*/ i); in LoadOrValidate() 2410 ArrayRef<const std::string>(components).SubArray(/*pos=*/ named_components_count); in LoadOrValidate() 2767 spaces.SubArray(/*pos=*/ 0u, base_image_space_count), in DoRelocateSpaces() [all …]
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 249 return ArrayRef<const ManagedRegister>(kCalleeSaveRegisters).SubArray( in CalleeSaveRegisters()
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.cc | 303 return ArrayRef<const ManagedRegister>(kCalleeSaveRegisters).SubArray( in CalleeSaveRegisters()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.cc | 458 return ArrayRef<const ManagedRegister>(kCalleeSaveRegisters).SubArray( in CalleeSaveRegisters()
|
/art/runtime/mirror/ |
D | class-inl.h | 230 return slice.SubArray(start_offset, size); in GetMethodsSliceRangeUnchecked()
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 578 uint32_t core_reg_mask = GetCoreRegisterMask(srcs.SubArray(i, chunk_size)); in MoveArguments()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 2170 ArrayRef<mirror::Object*>(missed_objects).SubArray(/*pos=*/ 0u, /*length=*/ num_paths); in VerifyImageBinSlotsAssigned()
|