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

/external/chromium_org/v8/src/compiler/
H A Dcode-generator-impl.h42 return ToConstant(instr_->InputAt(index)).ToInt32();
95 Constant ToConstant(InstructionOperand* operand) { function in class:v8::internal::compiler::InstructionOperandConverter
103 return ToConstant(operand).ToFloat64();
107 return ToConstant(operand).ToHeapObject();
H A Dinstruction-selector-unittest.h147 return ToConstant(operand).ToInt32();
151 return ToConstant(operand).ToInt64();
170 Constant ToConstant(const InstructionOperand* operand) const { function in class:v8::internal::compiler::InstructionSelectorTest::FINAL
H A Dinstruction-selector-impl.h47 sequence()->AddConstant(node->id(), ToConstant(node));
94 int index = sequence()->AddImmediate(ToConstant(node));
143 static Constant ToConstant(const Node* node) { function in class:v8::internal::compiler::OperandGenerator

Completed in 111 milliseconds