Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc3860 Instruction::GapPosition gap_pos; in ConnectRanges() local
3873 gap_pos = pos.IsStart() ? Instruction::START : Instruction::END; in ConnectRanges()
3880 gap_pos = delay_insertion ? Instruction::END : Instruction::START; in ConnectRanges()
3891 gap_pos, code_zone()); in ConnectRanges()