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

/external/v8/src/compiler/
H A Dinstruction-selector.cc23 InstructionSelector::InstructionSelector( function in class:v8::internal::compiler::InstructionSelector
53 bool InstructionSelector::SelectInstructions() {
102 void InstructionSelector::StartBlock(RpoNumber rpo) {
112 void InstructionSelector::EndBlock(RpoNumber rpo) {
122 void InstructionSelector::AddInstruction(Instruction* instr) {
131 Instruction* InstructionSelector::Emit(InstructionCode opcode,
140 Instruction* InstructionSelector::Emit(InstructionCode opcode,
149 Instruction* InstructionSelector::Emit(InstructionCode opcode,
162 Instruction* InstructionSelector
[all...]

Completed in 160 milliseconds