Lines Matching refs:JSGraph
14 GraphAssembler::GraphAssembler(JSGraph* jsgraph, Node* effect, Node* control,
17 jsgraph_(jsgraph),
22 return jsgraph()->IntPtrConstant(value);
26 return jsgraph()->Int32Constant(value);
34 return jsgraph()->SmiConstant(value);
38 return jsgraph()->Uint32Constant(value);
42 return jsgraph()->Float64Constant(value);
46 return jsgraph()->HeapConstant(object);
51 return jsgraph()->ExternalConstant(ref);
55 return jsgraph()->CEntryStubConstant(result_size);
63 Node* GraphAssembler::Name() { return jsgraph()->Name(); }
270 Builtins::CallableFor(jsgraph()->isolate(), Builtins::kToNumber);