Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h394 inline bool SafePointsAreInOrder() const;
Dlithium-allocator.cc1367 bool LAllocator::SafePointsAreInOrder() const { in SafePointsAreInOrder() function in v8::internal::LAllocator
1383 DCHECK(SafePointsAreInOrder()); in PopulatePointerMaps()
/external/v8/src/compiler/
Dregister-allocator.h382 inline bool SafePointsAreInOrder() const;
Dregister-allocator.cc1410 bool RegisterAllocator::SafePointsAreInOrder() const { in SafePointsAreInOrder() function in v8::internal::compiler::RegisterAllocator
1426 DCHECK(SafePointsAreInOrder()); in PopulatePointerMaps()