Searched refs:RelocatableInt64Constant (Results 1 – 7 of 7) sorted by relevance
59 Node* MachineGraph::RelocatableInt64Constant(int64_t value, in RelocatableInt64Constant() function in v8::internal::compiler::MachineGraph64 *loc = graph()->NewNode(common()->RelocatableInt64Constant(value, rmode)); in RelocatableInt64Constant()72 ? RelocatableInt64Constant(value, rmode) in RelocatableIntPtrConstant()
53 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode); in NON_EXPORTED_BASE()
517 const Operator* RelocatableInt64Constant(int64_t value, in NON_EXPORTED_BASE()
125 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode) { in RelocatableInt64Constant() function126 return AddNode(common()->RelocatableInt64Constant(value, rmode)); in RelocatableInt64Constant()
79 ? RelocatableInt64Constant(value, rmode) in RelocatableIntPtrConstant()
49 V(RelocatableInt64Constant)
1270 const Operator* CommonOperatorBuilder::RelocatableInt64Constant( in RelocatableInt64Constant() function in v8::internal::compiler::CommonOperatorBuilder