Searched refs:ProcessInstructions (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.h400 void ProcessInstructions(HBasicBlock* block, BitVector* live);
H A Dlithium-allocator.cc411 // Order of instruction's processing (see ProcessInstructions) guarantees
884 void LAllocator::ProcessInstructions(HBasicBlock* block, BitVector* live) { function in class:LAllocator
1276 ProcessInstructions(block, live);
/external/v8/src/compiler/
H A Dregister-allocator.h933 void ProcessInstructions(const InstructionBlock* block, BitVector* live);
H A Dregister-allocator.cc1141 // Order of instruction's processing (see ProcessInstructions) guarantees
2029 void LiveRangeBuilder::ProcessInstructions(const InstructionBlock* block, function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRangeBuilder
2393 ProcessInstructions(block, live);

Completed in 105 milliseconds