Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
H A Devacuation-allocator-inl.h112 if (!new_space_lab_.TryMerge(&saved_lab)) { in NewLocalAllocationBuffer()
H A Dconcurrent-allocator.cc150 if (!lab_.TryMerge(&saved_lab)) { in EnsureLab()
H A Dspaces-inl.h165 bool LocalAllocationBuffer::TryMerge(LocalAllocationBuffer* other) { in TryMerge() function in v8::internal::LocalAllocationBuffer
H A Dspaces.h444 inline bool TryMerge(LocalAllocationBuffer* other);
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc1212 bool SpillRange::TryMerge(SpillRange* other) { in TryMerge() function in v8::internal::compiler::SpillRange
2687 LiveRangeBundle* merged = LiveRangeBundle::TryMerge( in BuildBundles()
2734 LiveRangeBundle* LiveRangeBundle::TryMerge(LiveRangeBundle* lhs, in TryMerge() function in v8::internal::compiler::LiveRangeBundle
2776 target->TryMerge(current); in MergeSpillRangesAndClear()
4648 range->TryMerge(other); in AssignSpillSlots()
H A Dregister-allocator.h792 static LiveRangeBundle* TryMerge(LiveRangeBundle* lhs, LiveRangeBundle* rhs,
1083 bool TryMerge(SpillRange* other);

Completed in 16 milliseconds