Searched refs:memory (Results 1 - 25 of 87) sorted by relevance

1234

/art/runtime/base/
H A Dscoped_flock.h20 #include <memory>
/art/cmdline/
H A Dmemory_representation.h28 // An integral representation of bytes of memory.
62 std::ostream& operator<<(std::ostream& stream, Memory<kDivisor> memory) { argument
63 return stream << memory.Value << '*' << kDivisor;
/art/runtime/
H A Dbarrier.h30 #include <memory>
H A Ddex_instruction_visitor_test.cc19 #include <memory>
H A Dos_linux.cc23 #include <memory>
H A Delf_file.h20 #include <memory>
48 // Load segments into memory based on PT_LOAD program headers
55 // The start of the memory map address range for this ELF file.
58 // The end of the memory map address range for this ELF file.
H A Dzip_archive.h22 #include <memory>
H A Dzip_archive_test.cc23 #include <memory>
H A Dstack.h79 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)]; local
80 return Create(num_vregs, link, method, dex_pc, memory);
85 uint8_t* memory = reinterpret_cast<uint8_t*>(sf); local
86 delete[] memory;
89 // Create ShadowFrame for interpreter using provided memory.
91 ArtMethod* method, uint32_t dex_pc, void* memory) {
92 ShadowFrame* sf = new (memory) ShadowFrame(num_vregs, link, method, dex_pc, true);
90 Create(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, uint32_t dex_pc, void* memory) argument
H A Doat_file_assistant.h21 #include <memory>
/art/runtime/verifier/
H A Dmethod_verifier_test.cc20 #include <memory>
H A Dregister_line.h20 #include <memory>
56 void* memory = operator new(sizeof(RegisterLine) + (num_regs * sizeof(uint16_t))); local
57 RegisterLine* rl = new (memory) RegisterLine(num_regs, verifier);
/art/runtime/gc/
H A Dtask_processor.h20 #include <memory>
/art/compiler/jni/
H A Djni_cfi_test.cc17 #include <memory>
/art/compiler/optimizing/
H A Dstack_map_test.cc49 void* memory = arena.Alloc(size, kArenaAllocMisc); local
50 MemoryRegion region(memory, size);
143 void* memory = arena.Alloc(size, kArenaAllocMisc); local
144 MemoryRegion region(memory, size);
285 void* memory = arena.Alloc(size, kArenaAllocMisc); local
286 MemoryRegion region(memory, size);
378 void* memory = arena.Alloc(size, kArenaAllocMisc); local
379 MemoryRegion region(memory, size);
438 void* memory = arena.Alloc(size, kArenaAllocMisc); local
439 MemoryRegion region(memory, siz
478 void* memory = arena.Alloc(size, kArenaAllocMisc); local
[all...]
H A Doptimizing_cfi_test.cc17 #include <memory>
/art/runtime/gc/accounting/
H A Dbitmap-inl.h22 #include <memory>
111 // Do not read memory, as it could be after the end of the bitmap.
H A Dcard_table.h20 #include <memory>
73 // Visit and clear cards within memory range, only visits dirty cards.
H A Dbitmap.h22 #include <memory>
75 // Fill the bitmap with zeroes. Returns the bitmap's memory to the system as a side-effect.
136 // Beginning of the memory range that the bitmap covers.
141 // End of the memory range that the bitmap covers.
H A Dremembered_set.cc19 #include <memory>
H A Dspace_bitmap_test.cc20 #include <memory>
/art/compiler/
H A Dcfi_test.h21 #include <memory>
/art/compiler/dex/quick/
H A Dquick_cfi_test.cc18 #include <memory>
/art/compiler/dwarf/
H A Ddwarf_test.h22 #include <memory>
/art/dalvikvm/
H A Ddalvikvm.cc22 #include <memory>

Completed in 710 milliseconds

1234