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();
127 return ToConstant(op).ToRpoNumber();
146 Constant ToConstant(InstructionOperand* op) { function in class:v8::internal::compiler::InstructionOperandConverter
154 double ToDouble(InstructionOperand* op) { return ToConstant(op).ToFloat64(); }
156 float ToFloat32(InstructionOperand* op) { return ToConstant(op).ToFloat32(); }
159 return ToConstant(op).ToExternalReference();
163 return ToConstant(op).ToHeapObject();
H A Dinstruction-selector-impl.h65 return DefineAsConstant(node, ToConstant(node));
157 return sequence()->AddImmediate(ToConstant(node));
235 static Constant ToConstant(const Node* node) { function in class:v8::internal::compiler::OperandGenerator

Completed in 64 milliseconds