/art/compiler/optimizing/ |
D | side_effects_analysis.cc | 24 block_effects_.resize(graph_->GetBlocks().size()); in Run() 25 loop_effects_.resize(graph_->GetBlocks().size()); in Run()
|
D | optimizing_cfi_test.cc | 127 memory_.resize(size); in Allocate() 194 expected_asm.resize(expected_asm.size() + kNumNops * 4u, 0u); in TEST_F() 222 expected_asm.resize(expected_asm.size() + kNumNops * 4u, 0u); in TEST_F()
|
D | optimizing_compiler.cc | 100 memory_.resize(size); in Allocate() 587 stack_map.resize(codegen->ComputeStackMapsSize()); in Emit()
|
D | register_allocator.cc | 76 physical_core_register_intervals_.resize(codegen->GetNumberOfCoreRegisters(), nullptr); in RegisterAllocator() 77 physical_fp_register_intervals_.resize(codegen->GetNumberOfFloatingPointRegisters(), nullptr); in RegisterAllocator() 1358 spill_slots->resize(slot + 2u, end); in AllocateSpillSlotFor()
|
D | code_generator_arm64.h | 417 block_labels_.resize(GetGraph()->GetBlocks().size()); in Initialize()
|
D | instruction_builder.cc | 40 locals->resize(vregs, nullptr); in GetLocalsFor() 261 locals_for_.resize(graph_->GetBlocks().size(), in Build()
|
/art/runtime/native/ |
D | libcore_util_CharsetUtils.cc | 55 if (mOffset == mSize && !resize(mSize * 2)) { in append() 62 bool resize(int newSize) { in resize() function in art::NativeUnsafeByteSequence 94 bool okay = resize(mOffset); in toByteArray() 201 if (!out.resize(length)) { in CharsetUtils_toUtf8Bytes()
|
/art/compiler/linker/ |
D | vector_output_stream.h | 57 vector_->resize(new_offset); in EnsureCapacity()
|
/art/runtime/base/ |
D | dchecked_vector.h | 65 : Base(alloc) { resize(n); } in Base() 113 using Base::resize;
|
D | timing_logger.cc | 168 ret.data_.resize(timings_.size()); in CalculateTimingData()
|
/art/runtime/jdwp/ |
D | jdwp_request.cc | 57 s.resize(length); in ReadUtf8String()
|
D | jdwp_socket.cc | 302 auxBuf.resize(auxBuf.size() * 2); in Establish()
|
/art/runtime/ |
D | signal_catcher.cc | 52 current_cmd_line.resize(current_cmd_line.find_last_not_of('\0') + 1); // trim trailing '\0's in DumpCmdLine()
|
/art/compiler/debug/dwarf/ |
D | writer.h | 160 data_->resize(RoundUp(data_->size(), alignment), 0); in Pad()
|
/art/compiler/ |
D | exception_test.cc | 74 fake_header_code_and_maps_.resize(stack_maps_offset + fake_code_.size()); in SetUp()
|
D | common_compiler_test.cc | 73 chunk->resize(sizeof(method_header)); in MakeExecutable()
|
D | compiled_method.h | 118 using std::vector<SrcMapElem, Allocator>::resize;
|
D | oat_writer.cc | 1787 oat_dex_file->class_offsets_.resize(header->class_defs_size_); in ReadDexFileHeader() 2063 oat_dex_file->class_offsets_.resize(header->class_defs_size_); in WriteDexFile() 2363 oat_method_offsets_offsets_from_oat_class_.resize(num_methods); in OatClass() 2380 method_offsets_.resize(num_non_null_compiled_methods); in OatClass() 2381 method_headers_.resize(num_non_null_compiled_methods); in OatClass()
|
/art/compiler/debug/ |
D | elf_debug_loc_writer.h | 322 debug_ranges_buffer->resize(debug_ranges_offset); in WriteDebugLocEntry()
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 199 current_method_thunks_.resize(thunks_code_offset + kAdrpThunkSize); in PatchPcRelativeReference()
|
D | relative_patcher_arm64_test.cc | 90 gap_code.resize(chunk_code_size, 0u); in Create2MethodsWithGap() 96 gap_code.resize(chunk_code_size, 0u); in Create2MethodsWithGap()
|
/art/compiler/utils/ |
D | test_dex_file_builder.h | 165 dex_file_data_.resize(total_size); in Build()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 96 free_page_run_size_map_.resize(num_of_pages); in RosAlloc() 193 free_page_run_size_map_.resize(new_num_of_pages); in AllocPages() 1387 free_page_run_size_map_.resize(new_num_of_pages); in Trim()
|
/art/imgdiag/ |
D | imgdiag.cc | 351 zygote_contents.resize(boot_map_size); in DumpImageDiffMap()
|
/art/dex2oat/ |
D | dex2oat.cc | 2097 dex_filenames_.resize(kept); in PruneNonExistentDexFiles() 2098 dex_locations_.resize(kept); in PruneNonExistentDexFiles()
|