Home
last modified time | relevance | path

Searched refs:SafePointsAreInOrder (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.h392 inline bool SafePointsAreInOrder() const;
Dlithium-allocator.cc1362 bool LAllocator::SafePointsAreInOrder() const { in SafePointsAreInOrder() function in v8::internal::LAllocator
1378 DCHECK(SafePointsAreInOrder()); in PopulatePointerMaps()
/external/v8/src/compiler/
Dregister-allocator.h1120 bool SafePointsAreInOrder() const;
Dregister-allocator.cc3056 bool ReferenceMapPopulator::SafePointsAreInOrder() const { in SafePointsAreInOrder() function in v8::internal::compiler::ReferenceMapPopulator
3067 DCHECK(SafePointsAreInOrder()); in PopulateReferenceMaps()