Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h400 void ProcessInstructions(HBasicBlock* block, BitVector* live);
Dlithium-allocator.cc882 void LAllocator::ProcessInstructions(HBasicBlock* block, BitVector* live) { in ProcessInstructions() function in v8::internal::LAllocator
1274 ProcessInstructions(block, live); in BuildLiveRanges()
/external/v8/src/compiler/
Dregister-allocator.h390 void ProcessInstructions(BasicBlock* block, BitVector* live);
Dregister-allocator.cc942 void RegisterAllocator::ProcessInstructions(BasicBlock* block, in ProcessInstructions() function in v8::internal::compiler::RegisterAllocator
1295 ProcessInstructions(block, live); in BuildLiveRanges()