Home
last modified time | relevance | path

Searched refs:TryMerge (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/heap/
Dlocal-allocator-inl.h95 if (!new_space_lab_.TryMerge(&saved_lab)) { in NewLocalAllocationBuffer()
Dconcurrent-allocator.cc126 if (!lab_.TryMerge(&saved_lab)) { in EnsureLab()
Dspaces-inl.h169 bool LocalAllocationBuffer::TryMerge(LocalAllocationBuffer* other) { in TryMerge() function
Dspaces.h462 inline bool TryMerge(LocalAllocationBuffer* other);
/external/v8/src/compiler/backend/
Dregister-allocator.h785 bool TryMerge(LiveRangeBundle* other, bool trace_alloc);
1075 bool TryMerge(SpillRange* other);
Dregister-allocator.cc1213 bool SpillRange::TryMerge(SpillRange* other) { in TryMerge() function in v8::internal::compiler::SpillRange
2603 if (out->TryMerge(input_bundle, data()->is_trace_alloc())) { in BuildBundles()
2644 bool LiveRangeBundle::TryMerge(LiveRangeBundle* other, bool trace_alloc) { in TryMerge() function in v8::internal::compiler::LiveRangeBundle
2680 target->TryMerge(current); in MergeSpillRanges()
4497 range->TryMerge(other); in AssignSpillSlots()