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

  /external/v8/test/cctest/compiler/
test-js-constant-cache.cc 192 CHECK_EQ(T.TheHoleConstant(), T.TheHoleConstant());
205 Node* nodes[] = {T.UndefinedConstant(), T.TheHoleConstant(), T.TrueConstant(),
261 CHECK_EQ(T.TheHoleConstant(), T.Constant(T.factory()->the_hole_value()));
273 CHECK_EQ(*T.factory()->the_hole_value(), *T.handle(T.TheHoleConstant()));
285 // CHECK(T.TypeOf(T.TheHoleConstant())->Is(Type::Internal()));
319 CheckGetCachedNodesContains(&T, T.TheHoleConstant());
451 T.TheHoleConstant(),
  /external/v8/src/compiler/
js-graph.cc 71 Node* JSGraph::TheHoleConstant() {
130 return TheHoleConstant();
control-builders.h 33 Node* the_hole() const { return builder_->jsgraph()->TheHoleConstant(); }
js-graph.h 52 Node* TheHoleConstant();
ast-graph-builder.cc 593 env.RawParameterBind(0, jsgraph()->TheHoleConstant());
    [all...]
js-create-lowering.cc 570 Node* the_hole = jsgraph()->TheHoleConstant();
660 Node* extension = jsgraph()->TheHoleConstant();
    [all...]
bytecode-graph-builder.cc 597 Node* node = jsgraph()->TheHoleConstant();
    [all...]
effect-control-linearizer.cc     [all...]
  /external/v8/src/
code-stub-assembler.h 45 compiler::Node* TheHoleConstant();
code-stub-assembler.cc 64 Node* CodeStubAssembler::TheHoleConstant() {
    [all...]

Completed in 187 milliseconds