Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h356 allocation_ok_ = false; in GetVirtualRegister()
363 bool AllocationOk() { return allocation_ok_; } in AllocationOk()
550 bool allocation_ok_; variable
Dlithium-allocator.cc530 allocation_ok_(true) {} in LAllocator()
/external/v8/src/compiler/
Dregister-allocator.h355 allocation_ok_ = false; in GetVirtualRegister()
362 bool AllocationOk() { return allocation_ok_; } in AllocationOk()
523 bool allocation_ok_; variable
Dregister-allocator.cc515 allocation_ok_(true) {} in RegisterAllocator()