Searched defs:InstructionSelector (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction-selector.cc21 InstructionSelector::InstructionSelector( function in class:v8::internal::compiler::InstructionSelector
46 void InstructionSelector::SelectInstructions() {
90 void InstructionSelector::StartBlock(RpoNumber rpo) {
101 void InstructionSelector::EndBlock(RpoNumber rpo) {
112 void InstructionSelector::AddInstruction(Instruction* instr) {
123 Instruction* InstructionSelector::Emit(InstructionCode opcode,
132 Instruction* InstructionSelector::Emit(InstructionCode opcode,
141 Instruction* InstructionSelector::Emit(InstructionCode opcode,
154 Instruction* InstructionSelector
[all...]

Completed in 59 milliseconds