Home
last modified time | relevance | path

Searched refs:resize (Results 1 – 25 of 32) sorted by relevance

12

/art/compiler/optimizing/
Dside_effects_analysis.cc24 block_effects_.resize(graph_->GetBlocks().size()); in Run()
25 loop_effects_.resize(graph_->GetBlocks().size()); in Run()
Doptimizing_cfi_test.cc127 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()
Doptimizing_compiler.cc100 memory_.resize(size); in Allocate()
587 stack_map.resize(codegen->ComputeStackMapsSize()); in Emit()
Dregister_allocator.cc76 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()
Dcode_generator_arm64.h417 block_labels_.resize(GetGraph()->GetBlocks().size()); in Initialize()
Dinstruction_builder.cc40 locals->resize(vregs, nullptr); in GetLocalsFor()
261 locals_for_.resize(graph_->GetBlocks().size(), in Build()
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc55 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/
Dvector_output_stream.h57 vector_->resize(new_offset); in EnsureCapacity()
/art/runtime/base/
Ddchecked_vector.h65 : Base(alloc) { resize(n); } in Base()
113 using Base::resize;
Dtiming_logger.cc168 ret.data_.resize(timings_.size()); in CalculateTimingData()
/art/runtime/jdwp/
Djdwp_request.cc57 s.resize(length); in ReadUtf8String()
Djdwp_socket.cc302 auxBuf.resize(auxBuf.size() * 2); in Establish()
/art/runtime/
Dsignal_catcher.cc52 current_cmd_line.resize(current_cmd_line.find_last_not_of('\0') + 1); // trim trailing '\0's in DumpCmdLine()
/art/compiler/debug/dwarf/
Dwriter.h160 data_->resize(RoundUp(data_->size(), alignment), 0); in Pad()
/art/compiler/
Dexception_test.cc74 fake_header_code_and_maps_.resize(stack_maps_offset + fake_code_.size()); in SetUp()
Dcommon_compiler_test.cc73 chunk->resize(sizeof(method_header)); in MakeExecutable()
Dcompiled_method.h118 using std::vector<SrcMapElem, Allocator>::resize;
Doat_writer.cc1787 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/
Delf_debug_loc_writer.h322 debug_ranges_buffer->resize(debug_ranges_offset); in WriteDebugLocEntry()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc199 current_method_thunks_.resize(thunks_code_offset + kAdrpThunkSize); in PatchPcRelativeReference()
Drelative_patcher_arm64_test.cc90 gap_code.resize(chunk_code_size, 0u); in Create2MethodsWithGap()
96 gap_code.resize(chunk_code_size, 0u); in Create2MethodsWithGap()
/art/compiler/utils/
Dtest_dex_file_builder.h165 dex_file_data_.resize(total_size); in Build()
/art/runtime/gc/allocator/
Drosalloc.cc96 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/
Dimgdiag.cc351 zygote_contents.resize(boot_map_size); in DumpImageDiffMap()
/art/dex2oat/
Ddex2oat.cc2097 dex_filenames_.resize(kept); in PruneNonExistentDexFiles()
2098 dex_locations_.resize(kept); in PruneNonExistentDexFiles()

12