Searched refs:Memory (Results 1 – 10 of 10) sorted by relevance
31 struct Memory { struct34 static Memory<kDivisor> FromBytes(size_t bytes) { in FromBytes() argument36 return Memory<kDivisor>(bytes); in FromBytes()39 Memory() : Value(0u) {} in Memory() argument40 Memory(size_t value) : Value(value) { // NOLINT [runtime/explicit] [5] in Memory() function62 std::ostream& operator<<(std::ostream& stream, Memory<kDivisor> memory) { argument66 using MemoryKiB = Memory<1024>;
113 struct CmdlineType<Memory<Divisor>> : CmdlineTypeParser<Memory<Divisor>> {114 using typename CmdlineTypeParser<Memory<Divisor>>::Result;126 return Result::Success(Memory<Divisor>(val));195 static const char* Name() { return Memory<Divisor>::Name(); }
233 EXPECT_SINGLE_PARSE_VALUE(Memory<1>(234), "-Xss234", M::StackSize); in TEST_F()
56 memory_(unwindstack::Memory::CreateProcessMemoryThreadCached(getpid())), in UnwindHelper()85 std::shared_ptr<unwindstack::Memory> memory_;
43 using MemoryKiB = Memory<1024>;124 .WithType<Memory<1>>() in MakeParser()320 .WithType<Memory<1>>() in MakeParser()
61 RUNTIME_OPTIONS_KEY (Memory<1>, StackSize) // -Xss111 RUNTIME_OPTIONS_KEY (Memory<1>, LargeObjectThreshold, gc::Heap::kDefaultLargeOb…
75 TEST_F(SwapSpaceTest, Memory) { in TEST_F() argument
227 static const void* Alloc(size_t size) { return Memory()->AllocateData(size); } in Alloc()228 static void Free(const void* ptr) { Memory()->FreeData(reinterpret_cast<const uint8_t*>(ptr)); } in Free()236 return const_cast<T*>(Memory()->GetWritableDataAddress(v)); in Writable()239 static jit::JitMemoryRegion* Memory() ASSERT_CAPABILITY(Locks::jit_lock_) { in Memory() function
2054 libcore.io.Memory
8230 HSPLlibcore/io/Memory;->peekInt(JZ)I8231 HSPLlibcore/io/Memory;->peekInt([BILjava/nio/ByteOrder;)I8232 HSPLlibcore/io/Memory;->peekLong(JZ)J8233 HSPLlibcore/io/Memory;->peekShort(JZ)S8234 HSPLlibcore/io/Memory;->peekShort([BILjava/nio/ByteOrder;)S8235 HSPLlibcore/io/Memory;->pokeInt(JIZ)V8236 HSPLlibcore/io/Memory;->pokeInt([BIILjava/nio/ByteOrder;)V8237 HSPLlibcore/io/Memory;->pokeLong(JJZ)V8238 HSPLlibcore/io/Memory;->pokeShort(JSZ)V11798 Llibcore/io/Memory;