Home | History | Annotate | Download | only in compiler

Lines Matching full:jsgraph

13 Node* JSGraph::ImmovableHeapConstant(Handle<Object> object) {
19 Node* JSGraph::NewNode(const Operator* op) {
26 Node* JSGraph::CEntryStubConstant() {
35 Node* JSGraph::UndefinedConstant() {
44 Node* JSGraph::TheHoleConstant() {
52 Node* JSGraph::TrueConstant() {
60 Node* JSGraph::FalseConstant() {
68 Node* JSGraph::NullConstant() {
76 Node* JSGraph::ZeroConstant() {
82 Node* JSGraph::OneConstant() {
88 Node* JSGraph::NaNConstant() {
96 Node* JSGraph::HeapConstant(Unique<Object> value) {
102 Node* JSGraph::HeapConstant(Handle<Object> value) {
115 Node* JSGraph::Constant(Handle<Object> value) {
136 Node* JSGraph::Constant(double value) {
143 Node* JSGraph::Constant(int32_t value) {
150 Node* JSGraph::Int32Constant(int32_t value) {
159 Node* JSGraph::NumberConstant(double value) {
168 Node* JSGraph::Float64Constant(double value) {
177 Node* JSGraph::ExternalConstant(ExternalReference reference) {