Lines Matching refs:JSGraph
18 Node* JSGraph::CEntryStubConstant(int result_size) { in CEntryStubConstant()
27 Node* JSGraph::EmptyFixedArrayConstant() { in EmptyFixedArrayConstant()
33 Node* JSGraph::UndefinedConstant() { in UndefinedConstant()
38 Node* JSGraph::TheHoleConstant() { in TheHoleConstant()
43 Node* JSGraph::TrueConstant() { in TrueConstant()
48 Node* JSGraph::FalseConstant() { in FalseConstant()
53 Node* JSGraph::NullConstant() { in NullConstant()
58 Node* JSGraph::ZeroConstant() { in ZeroConstant()
63 Node* JSGraph::OneConstant() { in OneConstant()
68 Node* JSGraph::NaNConstant() { in NaNConstant()
74 Node* JSGraph::HeapConstant(Handle<HeapObject> value) { in HeapConstant()
86 Node* JSGraph::Constant(Handle<Object> value) { in Constant()
107 Node* JSGraph::Constant(double value) { in Constant()
114 Node* JSGraph::Constant(int32_t value) { in Constant()
121 Node* JSGraph::Int32Constant(int32_t value) { in Int32Constant()
130 Node* JSGraph::Int64Constant(int64_t value) { in Int64Constant()
139 Node* JSGraph::NumberConstant(double value) { in NumberConstant()
148 Node* JSGraph::Float32Constant(float value) { in Float32Constant()
157 Node* JSGraph::Float64Constant(double value) { in Float64Constant()
166 Node* JSGraph::ExternalConstant(ExternalReference reference) { in ExternalConstant()
175 Node* JSGraph::ExternalConstant(Runtime::FunctionId function_id) { in ExternalConstant()
180 Node* JSGraph::EmptyFrameState() { in EmptyFrameState()
195 Node* JSGraph::Dead() { in Dead()
200 void JSGraph::GetCachedNodes(NodeVector* nodes) { in GetCachedNodes()