Lines Matching refs:MachineGraph
14 Node* MachineGraph::Int32Constant(int32_t value) { in Int32Constant()
22 Node* MachineGraph::Int64Constant(int64_t value) { in Int64Constant()
30 Node* MachineGraph::IntPtrConstant(intptr_t value) { in IntPtrConstant()
35 Node* MachineGraph::UintPtrConstant(uintptr_t value) { in UintPtrConstant()
40 Node* MachineGraph::TaggedIndexConstant(intptr_t value) { in TaggedIndexConstant()
49 Node* MachineGraph::RelocatableInt32Constant(int32_t value, in RelocatableInt32Constant()
59 Node* MachineGraph::RelocatableInt64Constant(int64_t value, in RelocatableInt64Constant()
69 Node* MachineGraph::RelocatableIntPtrConstant(intptr_t value, in RelocatableIntPtrConstant()
76 Node* MachineGraph::Float32Constant(float value) { in Float32Constant()
84 Node* MachineGraph::Float64Constant(double value) { in Float64Constant()
92 Node* MachineGraph::PointerConstant(intptr_t value) { in PointerConstant()
100 Node* MachineGraph::ExternalConstant(ExternalReference reference) { in ExternalConstant()
108 Node* MachineGraph::ExternalConstant(Runtime::FunctionId function_id) { in ExternalConstant()