Searched refs:memory (Results 1 - 25 of 87) sorted by relevance
1234
/art/runtime/base/ |
H A D | scoped_flock.h | 20 #include <memory>
|
/art/cmdline/ |
H A D | memory_representation.h | 28 // 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 D | barrier.h | 30 #include <memory>
|
H A D | dex_instruction_visitor_test.cc | 19 #include <memory>
|
H A D | os_linux.cc | 23 #include <memory>
|
H A D | elf_file.h | 20 #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 D | zip_archive.h | 22 #include <memory>
|
H A D | zip_archive_test.cc | 23 #include <memory>
|
H A D | stack.h | 79 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 D | oat_file_assistant.h | 21 #include <memory>
|
/art/runtime/verifier/ |
H A D | method_verifier_test.cc | 20 #include <memory>
|
H A D | register_line.h | 20 #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 D | task_processor.h | 20 #include <memory>
|
/art/compiler/jni/ |
H A D | jni_cfi_test.cc | 17 #include <memory>
|
/art/compiler/optimizing/ |
H A D | stack_map_test.cc | 49 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 D | optimizing_cfi_test.cc | 17 #include <memory>
|
/art/runtime/gc/accounting/ |
H A D | bitmap-inl.h | 22 #include <memory> 111 // Do not read memory, as it could be after the end of the bitmap.
|
H A D | card_table.h | 20 #include <memory> 73 // Visit and clear cards within memory range, only visits dirty cards.
|
H A D | bitmap.h | 22 #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 D | remembered_set.cc | 19 #include <memory>
|
H A D | space_bitmap_test.cc | 20 #include <memory>
|
/art/compiler/ |
H A D | cfi_test.h | 21 #include <memory>
|
/art/compiler/dex/quick/ |
H A D | quick_cfi_test.cc | 18 #include <memory>
|
/art/compiler/dwarf/ |
H A D | dwarf_test.h | 22 #include <memory>
|
/art/dalvikvm/ |
H A D | dalvikvm.cc | 22 #include <memory>
|
Completed in 710 milliseconds
1234