Searched refs:RelocatableInt64Constant (Results 1 – 7 of 7) sorted by relevance
45 Node* MachineGraph::RelocatableInt64Constant(int64_t value, in RelocatableInt64Constant() function in v8::internal::compiler::MachineGraph50 *loc = graph()->NewNode(common()->RelocatableInt64Constant(value, rmode)); in RelocatableInt64Constant()58 ? RelocatableInt64Constant(value, rmode) in RelocatableIntPtrConstant()
48 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode); in NON_EXPORTED_BASE()
493 const Operator* RelocatableInt64Constant(int64_t value, in NON_EXPORTED_BASE()
113 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode) { in RelocatableInt64Constant() function114 return AddNode(common()->RelocatableInt64Constant(value, rmode)); in RelocatableInt64Constant()
56 ? RelocatableInt64Constant(value, rmode) in RelocatableIntPtrConstant()
49 V(RelocatableInt64Constant)
1206 const Operator* CommonOperatorBuilder::RelocatableInt64Constant( in RelocatableInt64Constant() function in v8::internal::compiler::CommonOperatorBuilder