Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h398 BitVector* ComputeLiveOut(HBasicBlock* block);
Dlithium-allocator.cc541 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) { in ComputeLiveOut() function in v8::internal::LAllocator
1267 BitVector* live = ComputeLiveOut(block); in BuildLiveRanges()
/external/v8/src/compiler/
Dregister-allocator.h386 BitVector* ComputeLiveOut(BasicBlock* block);
Dregister-allocator.cc526 BitVector* RegisterAllocator::ComputeLiveOut(BasicBlock* block) { in ComputeLiveOut() function in v8::internal::compiler::RegisterAllocator
1288 BitVector* live = ComputeLiveOut(block); in BuildLiveRanges()