/aosp14/frameworks/base/core/java/android/os/ |
H A D | FileBridge.java | 29 import libcore.io.Memory; 104 final int cmd = Memory.peekInt(temp, 0, ByteOrder.BIG_ENDIAN); in run() 107 int len = Memory.peekInt(temp, 4, ByteOrder.BIG_ENDIAN); in run() 168 Memory.pokeInt(mTemp, 0, cmd, ByteOrder.BIG_ENDIAN); in writeCommandAndBlock() 173 if (Memory.peekInt(mTemp, 0, ByteOrder.BIG_ENDIAN) == cmd) { in writeCommandAndBlock() 184 Memory.pokeInt(mTemp, 0, CMD_WRITE, ByteOrder.BIG_ENDIAN); in write() 185 Memory.pokeInt(mTemp, 4, byteCount, ByteOrder.BIG_ENDIAN); in write()
|
H A D | ParcelFileDescriptor.java | 54 import libcore.io.Memory; 881 Memory.pokeInt(buf, writePtr, status, ByteOrder.BIG_ENDIAN); in writeCommStatusAndClose() 915 final int status = Memory.peekInt(buf, 0, ByteOrder.BIG_ENDIAN); in readCommStatus()
|
/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
H A D | utility.h | 76 class Memory; variable 84 unwindstack::Memory* memory); 85 void dump_memory(log_t* log, unwindstack::Memory* backtrace, uint64_t addr, const std::string&);
|
H A D | scudo.h | 32 class Memory; variable 39 ScudoCrashData(unwindstack::Memory* process_memory, const ProcessInfo& process_info);
|
H A D | gwp_asan.h | 35 class Memory; variable 50 GwpAsanCrashData(unwindstack::Memory* process_memory, const ProcessInfo& process_info,
|
H A D | open_files_list.h | 40 void populate_fdsan_table(OpenFilesList* list, std::shared_ptr<unwindstack::Memory> memory,
|
/aosp14/system/core/debuggerd/libdebuggerd/test/ |
H A D | elf_fake.cpp | 24 class Memory; 33 bool elf_get_build_id(unwindstack::Memory*, uintptr_t, std::string* build_id) { in elf_get_build_id() argument
|
H A D | dump_memory_test.cpp | 86 class MemoryMock : public unwindstack::Memory {
|
/aosp14/system/core/debuggerd/libdebuggerd/ |
H A D | gwp_asan.cpp | 32 static bool retrieve_gwp_asan_state(unwindstack::Memory* process_memory, uintptr_t state_addr, in retrieve_gwp_asan_state() 43 unwindstack::Memory* process_memory, const gwp_asan::AllocatorState& state, in retrieve_gwp_asan_metadata() 70 GwpAsanCrashData::GwpAsanCrashData(unwindstack::Memory* process_memory, in GwpAsanCrashData()
|
H A D | scudo.cpp | 28 std::unique_ptr<char[]> AllocAndReadFully(unwindstack::Memory* process_memory, uint64_t addr, in AllocAndReadFully() 37 ScudoCrashData::ScudoCrashData(unwindstack::Memory* process_memory, in ScudoCrashData()
|
H A D | tombstone_proto.cpp | 255 std::shared_ptr<unwindstack::Memory>& process_memory, in dump_abort_message() 365 unwindstack::Memory* memory = unwinder->GetProcessMemory().get(); in dump_registers() 468 std::shared_ptr<unwindstack::Memory>& process_memory) { in dump_mappings() 577 std::shared_ptr<unwindstack::Memory>& process_memory, in dump_tags_around_fault_addr()
|
H A D | utility.cpp | 129 unwindstack::Memory* memory) { in dump_memory() 203 void dump_memory(log_t* log, unwindstack::Memory* memory, uint64_t addr, const std::string& label) { in dump_memory()
|
H A D | open_files_list.cpp | 67 void populate_fdsan_table(OpenFilesList* list, std::shared_ptr<unwindstack::Memory> memory, in populate_fdsan_table()
|
H A D | tombstone.cpp | 109 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in engrave_tombstone_ucontext()
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | pagetypeinfo.proto | 52 // Memory zone. 70 // Memory zone.
|
H A D | procrank.proto | 24 // Memory usage of running processes
|
H A D | ps.proto | 54 // Memory address of the process.
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | ImageUtils.java | 26 import libcore.io.Memory; 332 Memory.memmove(dstBuffer, dstOffset, srcBuffer, srcOffset, srcByteCount); in directByteBufferCopy()
|
/aosp14/frameworks/base/apct-tests/perftests/multiuser/trace_configs/ |
H A D | trace_config_multi_user.textproto | 68 # Memory events
|
/aosp14/system/core/debuggerd/handler/ |
H A D | debuggerd_fallback.cpp | 77 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in debuggerd_fallback_trace()
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | procstats.proto | 216 // Memory state enum.
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 105 import libcore.io.Memory; 810 Memory.pokeLong(value, 0, stat.st_ino, ByteOrder.nativeOrder()); in ensurePrivateDirExists()
|
/aosp14/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 2696 unwindstack::Elf elf(unwindstack::Memory::CreateFileMemory(prev_file, 0).release()); in TEST_F()
|
/aosp14/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 383 // OPEN: Settings > Memory > App usage > [App Memory usage] 391 // OPEN: Settings > Memory > App usage 1308 // OPEN: Settings > Memory
|
/aosp14/system/core/rootdir/ |
H A D | init.rc | 1113 # Memory management. Basic kernel parameters, and allow the high
|