Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h398 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.h907 void ProcessInstructions(const InstructionBlock* block, BitVector* live);
Dregister-allocator.cc1897 void LiveRangeBuilder::ProcessInstructions(const InstructionBlock* block, in ProcessInstructions() function in v8::internal::compiler::LiveRangeBuilder
2134 ProcessInstructions(block, live); in BuildLiveRanges()