Home
last modified time | relevance | path

Searched refs:out_handles (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/heap/
Dheap-utils.cc76 std::vector<Handle<FixedArray>>* out_handles) { in AllocateAllButNBytes() argument
85 if (out_handles != nullptr) in AllocateAllButNBytes()
86 out_handles->insert(out_handles->end(), handles.begin(), handles.end()); in AllocateAllButNBytes()
90 std::vector<Handle<FixedArray>>* out_handles) { in FillCurrentPage() argument
91 heap::AllocateAllButNBytes(space, 0, out_handles); in FillCurrentPage()
95 std::vector<Handle<FixedArray>>* out_handles) { in FillUpOnePage() argument
102 if (out_handles != nullptr) in FillUpOnePage()
103 out_handles->insert(out_handles->end(), handles.begin(), handles.end()); in FillUpOnePage()
108 std::vector<Handle<FixedArray>>* out_handles) { in SimulateFullSpace() argument
109 heap::FillCurrentPage(space, out_handles); in SimulateFullSpace()
[all …]
Dheap-utils.h24 std::vector<Handle<FixedArray>>* out_handles = nullptr);
27 std::vector<Handle<FixedArray>>* out_handles = nullptr);
31 std::vector<Handle<FixedArray>>* out_handles = nullptr);
34 std::vector<Handle<FixedArray>>* out_handles = nullptr);