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

/external/v8/test/cctest/heap/
H A Dtest-lab.cc209 CHECK(lab2.TryMerge(&lab1));
249 CHECK(!lab3.TryMerge(&lab1));
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
H A Dkv_pb.py146 def TryMerge(self, d): member in class:KeyValue
319 def TryMerge(self, d): member in class:KeyValues
/external/v8/src/heap/
H A Dspaces-inl.h643 bool LocalAllocationBuffer::TryMerge(LocalAllocationBuffer* other) { function in class:v8::internal::LocalAllocationBuffer
H A Dspaces.h2099 inline bool TryMerge(LocalAllocationBuffer* other);
H A Dmark-compact.cc1810 buffer_.TryMerge(&saved_old_buffer);
/external/v8/src/compiler/
H A Dregister-allocator.cc1267 bool SpillRange::TryMerge(SpillRange* other) { function in class:v8::internal::compiler::LiveRangeBoundArray::SpillRange
3180 if (op_spill == first_op_spill || first_op_spill->TryMerge(op_spill)) {
3203 bool merged = first_op_spill->TryMerge(spill_range);
3212 bool merged = first_op_spill->TryMerge(spill_range);
3299 range->TryMerge(other);
H A Dregister-allocator.h683 bool TryMerge(SpillRange* other);

Completed in 171 milliseconds