Searched refs:TryMerge (Results 1 – 6 of 6) sorted by relevance
95 if (!new_space_lab_.TryMerge(&saved_lab)) { in NewLocalAllocationBuffer()
126 if (!lab_.TryMerge(&saved_lab)) { in EnsureLab()
169 bool LocalAllocationBuffer::TryMerge(LocalAllocationBuffer* other) { in TryMerge() function
462 inline bool TryMerge(LocalAllocationBuffer* other);
785 bool TryMerge(LiveRangeBundle* other, bool trace_alloc);1075 bool TryMerge(SpillRange* other);
1213 bool SpillRange::TryMerge(SpillRange* other) { in TryMerge() function in v8::internal::compiler::SpillRange2603 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::LiveRangeBundle2680 target->TryMerge(current); in MergeSpillRanges()4497 range->TryMerge(other); in AssignSpillSlots()