HomeSort by relevance Sort by last modified time
    Searched refs:NoContextConstant (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
js-graph.h 139 Node* NoContextConstant() { return ZeroConstant(); }
js-generic-lowering.cc 123 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant());
132 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant());
141 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant());
150 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant());
159 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant());
effect-control-linearizer.cc     [all...]
graph-assembler.cc 156 value, NoContextConstant(), current_effect_);
graph-assembler.h 74 V(NoContextConstant) \
wasm-compiler.cc 107 return BuildCallToRuntimeWithContext(f, jsgraph, jsgraph->NoContextConstant(),
509 Node* context = jsgraph()->NoContextConstant();
    [all...]
ast-graph-builder.cc 347 jsgraph()->EmptyStateValues(), jsgraph()->NoContextConstant(),
    [all...]
simplified-lowering.cc     [all...]
  /external/v8/src/builtins/
builtins-internal.cc 221 Runtime::kNewArgumentsElements, assembler->NoContextConstant(),
  /external/v8/src/
code-stub-assembler.cc 144 Node* CodeStubAssembler::NoContextConstant() { return NumberConstant(0); }
703 CallRuntime(Runtime::kAllocateInTargetSpace, NoContextConstant(),
722 CallRuntime(Runtime::kAllocateInTargetSpace, NoContextConstant(),
726 NoContextConstant(), SmiTag(size_in_bytes));
    [all...]
code-stub-assembler.h 135 Node* NoContextConstant();
    [all...]

Completed in 2061 milliseconds