Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-graph.cc45 Node* MachineGraph::RelocatableInt64Constant(int64_t value, in RelocatableInt64Constant() function in v8::internal::compiler::MachineGraph
50 *loc = graph()->NewNode(common()->RelocatableInt64Constant(value, rmode)); in RelocatableInt64Constant()
58 ? RelocatableInt64Constant(value, rmode) in RelocatableIntPtrConstant()
Dmachine-graph.h48 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode); in NON_EXPORTED_BASE()
Dcommon-operator.h493 const Operator* RelocatableInt64Constant(int64_t value, in NON_EXPORTED_BASE()
Draw-machine-assembler.h113 Node* RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode) { in RelocatableInt64Constant() function
114 return AddNode(common()->RelocatableInt64Constant(value, rmode)); in RelocatableInt64Constant()
Draw-machine-assembler.cc56 ? RelocatableInt64Constant(value, rmode) in RelocatableIntPtrConstant()
Dopcodes.h49 V(RelocatableInt64Constant)
Dcommon-operator.cc1206 const Operator* CommonOperatorBuilder::RelocatableInt64Constant( in RelocatableInt64Constant() function in v8::internal::compiler::CommonOperatorBuilder