Home
last modified time | relevance | path

Searched refs:RelocatableInt64Constant (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmachine-graph.cc59 Node* MachineGraph::RelocatableInt64Constant(int64_t value, in RelocatableInt64Constant() function in v8::internal::compiler::MachineGraph
64 *loc = graph()->NewNode(common()->RelocatableInt64Constant(value, rmode)); in RelocatableInt64Constant()
72 ? RelocatableInt64Constant(value, rmode) in RelocatableIntPtrConstant()
H A Dmachine-graph.h53 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode);
H A Dcommon-operator.h521 const Operator* RelocatableInt64Constant(int64_t value,
H A Draw-machine-assembler.h123 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode) { in RelocatableInt64Constant() function in v8::internal::compiler::RawMachineAssembler
124 return AddNode(common()->RelocatableInt64Constant(value, rmode)); in RelocatableInt64Constant()
H A Draw-machine-assembler.cc77 ? RelocatableInt64Constant(value, rmode) in RelocatableIntPtrConstant()
H A Dopcodes.h49 V(RelocatableInt64Constant)
H A Dcommon-operator.cc1263 const Operator* CommonOperatorBuilder::RelocatableInt64Constant( in RelocatableInt64Constant() function in v8::internal::compiler::CommonOperatorBuilder
1267 "RelocatableInt64Constant", // name in RelocatableInt64Constant()

Completed in 12 milliseconds