Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h400 void ProcessInstructions(HBasicBlock* block, BitVector* live);
Dlithium-allocator.cc883 void LAllocator::ProcessInstructions(HBasicBlock* block, BitVector* live) { in ProcessInstructions() function in v8::internal::LAllocator
1275 ProcessInstructions(block, live); in BuildLiveRanges()
/external/v8/src/compiler/
Dregister-allocator.h915 void ProcessInstructions(const InstructionBlock* block, BitVector* live);
Dregister-allocator.cc2012 void LiveRangeBuilder::ProcessInstructions(const InstructionBlock* block, in ProcessInstructions() function in v8::internal::compiler::LiveRangeBuilder
2278 ProcessInstructions(block, live); in BuildLiveRanges()