Home
last modified time | relevance | path

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

/external/v8/src/compiler/
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()
Dmachine-graph.h53 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode); in NON_EXPORTED_BASE()
Dcommon-operator.h517 const Operator* RelocatableInt64Constant(int64_t value, in NON_EXPORTED_BASE()
Draw-machine-assembler.h125 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode) { in RelocatableInt64Constant() function
126 return AddNode(common()->RelocatableInt64Constant(value, rmode)); in RelocatableInt64Constant()
Draw-machine-assembler.cc79 ? RelocatableInt64Constant(value, rmode) in RelocatableIntPtrConstant()
Dopcodes.h49 V(RelocatableInt64Constant)
Dcommon-operator.cc1270 const Operator* CommonOperatorBuilder::RelocatableInt64Constant( in RelocatableInt64Constant() function in v8::internal::compiler::CommonOperatorBuilder