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

/external/v8/src/compiler/
H A Dcode-generator-impl.h51 return ToConstant(instr_->InputAt(index)).ToInt32();
59 return ToConstant(instr_->InputAt(index)).ToInt64();
119 return ToConstant(op).ToRpoNumber();
138 Constant ToConstant(InstructionOperand* op) { function in class:v8::internal::compiler::InstructionOperandConverter
146 double ToDouble(InstructionOperand* op) { return ToConstant(op).ToFloat64(); }
148 float ToFloat32(InstructionOperand* op) { return ToConstant(op).ToFloat32(); }
151 return ToConstant(op).ToExternalReference();
155 return ToConstant(op).ToHeapObject();
H A Dinstruction-selector-impl.h65 return DefineAsConstant(node, ToConstant(node));
157 return sequence()->AddImmediate(ToConstant(node));
220 static Constant ToConstant(const Node* node) { function in class:v8::internal::compiler::OperandGenerator

Completed in 186 milliseconds