Home
last modified time | relevance | path

Searched refs:reserve (Results 1 – 19 of 19) sorted by relevance

/art/compiler/utils/
Dswap_space_test.cc43 v.reserve(1000000); in SwapTest()
50 v2.reserve(1000000); in SwapTest()
57 v3.reserve(500000); in SwapTest()
/art/compiler/
Delf_stripper.cc72 section_headers.reserve(elf_file->GetSectionHeaderNum()); in Strip()
Delf_patcher.cc194 patches_.reserve(compiler_driver_->GetCodeToPatch().size() + in PatchElf()
Delf_writer_mclinker.cc69 oat_contents.reserve(oat_writer->GetSize()); in Write()
Dcommon_compiler_test.cc190 chunk->reserve(padding + size); in MakeExecutable()
Doat_writer.cc281 compiled_methods_.reserve(256u); in InitOatClassesMethodVisitor()
/art/compiler/dex/
Dpass_driver.h114 PassDriverType::g_default_pass_list.reserve(PassDriver<PassDriverType>::g_passes_size); in CreateDefaultPassList()
Dverified_method.cc114 dex_gc_map_.reserve(table_size); in GenerateGcMap()
/art/runtime/
Dleb128.h147 data_.reserve(size); in Reserve()
Dreference_table.cc35 entries_.reserve(initial_size); in ReferenceTable()
Delf_file.cc1124 std::unique_ptr<MemMap> reserve(MemMap::MapAnonymous(reservation_name.c_str(), in Load() local
1128 if (reserve.get() == nullptr) { in Load()
1136 base_address_ = reinterpret_cast<uint8_t*>(reinterpret_cast<uintptr_t>(reserve->Begin()) in Load()
1143 segments_.push_back(reserve.release()); in Load()
Doat_file.cc254 oat_dex_files_storage_.reserve(dex_file_count); in Setup()
/art/runtime/arch/arm/
Dportable_entrypoints_arm.S46 sub sp, r5 @ reserve stack space for argument array
Dquick_entrypoints_arm.S313 sub r5, sp, r5 @ reserve & align *stack* to 16 bytes: native calling
/art/runtime/verifier/
Dreg_type_cache.cc243 entries_.reserve(64); in RegTypeCache()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S501 subu $sp, $sp, $t0 # reserve stack space for argument array
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc928 code_buffer_.reserve(total_size_); in AssembleLIR()
/art/compiler/dex/quick/
Dcodegen_util.cc625 dex_pcs.reserve(table.DexToPcSize()); in VerifyCatchEntries()
/art/compiler/dex/quick/arm/
Dassemble_arm.cc1606 code_buffer_.reserve(total_size_); in AssembleLIR()