Home
last modified time | relevance | path

Searched refs:MemoryRegion (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dpage-memory.h24 class V8_EXPORT_PRIVATE MemoryRegion final {
26 MemoryRegion() = default;
27 MemoryRegion(Address base, size_t size) : base_(base), size_(size) { in MemoryRegion() function in cppgc::internal::final
41 bool Contains(const MemoryRegion& other) const { in Contains()
53 PageMemory(MemoryRegion overall, MemoryRegion writeable) in PageMemory()
58 const MemoryRegion writeable_region() const { return writable_; } in writeable_region()
59 const MemoryRegion overall_region() const { return overall_; } in overall_region()
62 MemoryRegion overall_;
63 MemoryRegion writable
[all...]
H A Dpage-memory.cc62 MemoryRegion ReserveMemoryRegion(PageAllocator& allocator, in ReserveMemoryRegion()
71 const MemoryRegion reserved_region(static_cast<Address>(region_memory), in ReserveMemoryRegion()
78 const MemoryRegion& reserved_region) { in FreeMemoryRegion()
88 MemoryRegion reserved_region, bool is_large) in PageMemoryRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc2024 void Process(const MemoryRegion &region, intptr_t position) {
2035 void ProcessARMv6(const MemoryRegion &region, intptr_t position) {
2071 void ProcessARMv7(const MemoryRegion &region, intptr_t position) {
H A Dassembler_arm.h413 void FinalizeInstructions(const MemoryRegion &region) { in FinalizeInstructions()

Completed in 6 milliseconds