Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dmachine-graph.cc49 Node* MachineGraph::RelocatableInt32Constant(int32_t value, in RelocatableInt32Constant() function in v8::internal::compiler::MachineGraph
54 *loc = graph()->NewNode(common()->RelocatableInt32Constant(value, rmode)); in RelocatableInt32Constant()
73 : RelocatableInt32Constant(static_cast<int>(value), rmode); in RelocatableIntPtrConstant()
H A Dmachine-graph.h52 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode);
H A Dcommon-operator.h519 const Operator* RelocatableInt32Constant(int32_t value,
H A Draw-machine-assembler.h120 Node* RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) { in RelocatableInt32Constant() function in v8::internal::compiler::RawMachineAssembler
121 return AddNode(common()->RelocatableInt32Constant(value, rmode)); in RelocatableInt32Constant()
H A Draw-machine-assembler.cc78 : RelocatableInt32Constant(static_cast<int>(value), rmode); in RelocatableIntPtrConstant()
H A Dopcodes.h48 V(RelocatableInt32Constant) \
H A Dcommon-operator.cc1254 const Operator* CommonOperatorBuilder::RelocatableInt32Constant( in RelocatableInt32Constant() function in v8::internal::compiler::CommonOperatorBuilder
1258 "RelocatableInt32Constant", // name in RelocatableInt32Constant()

Completed in 11 milliseconds