Home
last modified time | relevance | path

Searched refs:MemoryRange (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
H A Dunwinder.cc32 bool PCIsInCodeRange(const v8::MemoryRange& code_range, void* pc) { in PCIsInCodeRange()
39 bool PCIsInCodePages(size_t code_pages_length, const MemoryRange* code_pages, in PCIsInCodePages()
42 [](const MemoryRange& a, const MemoryRange& b) { in PCIsInCodePages()
46 MemoryRange fake_range{pc, 1}; in PCIsInCodePages()
49 [](const MemoryRange& a, const MemoryRange& b) { in PCIsInCodePages()
118 const MemoryRange* code_pages, in TryUnwindV8Frames()
163 bool Unwinder::PCIsInV8(size_t code_pages_length, const MemoryRange* code_pages, in PCIsInV8()
/third_party/node/deps/v8/include/
H A Dv8-unwinder.h59 struct MemoryRange { struct
65 MemoryRange code;
113 const MemoryRange* code_pages,
126 static bool PCIsInV8(size_t code_pages_length, const MemoryRange* code_pages,
H A Dv8-isolate.h1470 size_t CopyCodePages(size_t capacity, MemoryRange* code_pages_out);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-unwinder.h59 struct MemoryRange { struct
65 MemoryRange code;
113 const MemoryRange* code_pages,
126 static bool PCIsInV8(size_t code_pages_length, const MemoryRange* code_pages,
H A Dv8-isolate.h1452 size_t CopyCodePages(size_t capacity, MemoryRange* code_pages_out);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp494 struct MemoryRange
496 MemoryRange (VkDeviceSize offset_ = ~(VkDeviceSize)0, VkDeviceSize size_ = ~(VkDeviceSize)0)
517 MemoryRange mapping;
518 vector<MemoryRange> flushMappings;
519 vector<MemoryRange> invalidateMappings;
897 MemoryMapping (const MemoryRange& range,
905 const MemoryRange& getRange (void) const { return m_range; }
908 MemoryRange m_range;
913 MemoryMapping::MemoryMapping (const MemoryRange& range,
1082 m_mapping = new MemoryMapping(MemoryRange(offse
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp533 struct MemoryRange
535 MemoryRange (VkDeviceSize offset_ = ~(VkDeviceSize)0, VkDeviceSize size_ = ~(VkDeviceSize)0)
556 MemoryRange mapping;
557 vector<MemoryRange> flushMappings;
558 vector<MemoryRange> invalidateMappings;
946 MemoryMapping (const MemoryRange& range,
954 const MemoryRange& getRange (void) const { return m_range; }
957 MemoryRange m_range;
962 MemoryMapping::MemoryMapping (const MemoryRange& range,
1131 m_mapping = new MemoryMapping(MemoryRange(offse
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-linux.cc158 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
161 std::vector<OS::MemoryRange> result = {}; in GetFreeMemoryRangesWithin()
H A Dplatform-solaris.cc68 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
H A Dplatform-qnx.cc151 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
H A Dplatform-openbsd.cc125 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
H A Dplatform-freebsd.cc100 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
H A Dplatform-darwin.cc95 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
H A Dplatform-aix.cc132 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
H A Dplatform.h304 struct MemoryRange { struct in v8::base::OS
311 static std::vector<MemoryRange> GetFreeMemoryRangesWithin(
H A Dplatform-cygwin.cc274 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
H A Dplatform-starboard.cc477 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
H A Dplatform-fuchsia.cc378 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
H A Dplatform-win32.cc1665 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
1668 std::vector<OS::MemoryRange> result = {}; in GetFreeMemoryRangesWithin()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc2525 std::vector<MemoryRange>* Isolate::GetCodePages() const { in ThrowInternal()
2529 void Isolate::SetCodePages(std::vector<MemoryRange>* new_code_pages) { in ThrowInternal()
3844 MemoryRange embedded_range{ in ThrowInternal()
5450 bool Overlapping(const MemoryRange& a, const MemoryRange& b) { in ThrowInternal()
5463 void Isolate::AddCodeMemoryRange(MemoryRange range) { in ThrowInternal()
5465 std::vector<MemoryRange>* old_code_pages = GetCodePages(); in ThrowInternal()
5468 auto overlapping = [range](const MemoryRange& a) { in ThrowInternal()
5476 std::vector<MemoryRange>* new_code_pages; in ThrowInternal()
5489 [](const MemoryRange in ThrowInternal()
[all...]
H A Disolate.h848 std::vector<MemoryRange>* GetCodePages() const;
850 void SetCodePages(std::vector<MemoryRange>* new_code_pages);
1960 void AddCodeMemoryRange(MemoryRange range);
2391 std::atomic<std::vector<MemoryRange>*> code_pages_{nullptr};
2392 std::vector<MemoryRange> code_pages_buffer1_;
2393 std::vector<MemoryRange> code_pages_buffer2_;
/third_party/node/deps/v8/src/api/
H A Dapi.cc9357 size_t Isolate::CopyCodePages(size_t capacity, MemoryRange* code_pages_out) { in CopyCodePages()
9364 std::vector<MemoryRange>* code_pages = isolate->GetCodePages(); in CopyCodePages()

Completed in 48 milliseconds