Home
last modified time | relevance | path

Searched refs:reserve (Results 51 – 67 of 67) sorted by relevance

123

/art/runtime/
Dclass_loader_context.cc587 dex_locations.reserve(class_loader_chain_->original_classpath.size()); in EncodeClassPathContexts()
Delf_file.cc1456 section_headers.reserve(GetSectionHeaderNum()); in Strip()
Dclass_linker.cc1947 space_begin_.reserve(spaces_.size()); in ImageChecker()
1948 method_sections_.reserve(spaces_.size()); in ImageChecker()
1949 runtime_method_sections_.reserve(spaces_.size()); in ImageChecker()
5107 proxied_methods.reserve(h_methods->GetLength()); in CreateProxyClass()
5108 proxied_throws_idx.reserve(h_methods->GetLength()); in CreateProxyClass()
7536 seen.reserve(2 * num_entries); in CheckVTableHasNoDuplicates()
/art/runtime/hprof/
Dhprof.cc302 buffer_.reserve(reserve_size); in EndianOutputBuffered()
/art/profman/
Dprofman.cc68 command.reserve(original_argc); in CommandLine()
/art/runtime/gc/space/
Dimage_space.cc1906 named_component_locations->reserve(named_components.size()); in MatchNamedComponents()
2593 spaces.reserve(image_component_count); in LoadImage()
4131 locations.reserve(dex_locations.size()); in ExpandMultiImageLocations()
/art/dexlayout/
Ddex_ir.h237 collection_.reserve(size); in CollectionVector()
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1203 range_endpoints.reserve(4 * prunable_nodes_.size()); in BuildInterferenceGraph()
Dinstruction_builder.cc77 loop_headers_.reserve(kDefaultNumberOfLoops); in HInstructionBuilder()
Dcode_generator_arm64.cc4857 linker_patches->reserve(size); in EmitLinkerPatches()
Dcode_generator_x86_64.cc1252 linker_patches->reserve(size); in EmitLinkerPatches()
Dcode_generator_x86.cc5313 linker_patches->reserve(size); in EmitLinkerPatches()
Dcode_generator_arm_vixl.cc9408 linker_patches->reserve(size); in EmitLinkerPatches()
/art/dex2oat/linker/
Dimage_writer.cc1432 dex_caches.reserve(class_linker->GetDexCachesData().size()); in FindDexCaches()
2289 image_info.string_reference_offsets_.reserve(image_info.num_string_references_); in CollectStringReferenceInfo()
/art/libprofile/profile/
Dprofile_compilation_info.cc432 buffer.reserve(required_capacity); in Save()
/art/libdexfile/dex/
Ddex_file_verifier.cc2305 offset_to_type_map_.reserve( in CheckIntraSection()
/art/openjdkjvmti/
Dti_redefine.cc572 def_vector.reserve(class_count); in RedefineClassesGeneric()

123