Searched refs:TheHoleConstant (Results 1 - 10 of 10) sorted by relevance

/external/v8/test/cctest/compiler/
H A Dtest-js-constant-cache.cc192 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/
H A Djs-graph.cc71 Node* JSGraph::TheHoleConstant() { function in class:v8::internal::compiler::JSGraph
130 return TheHoleConstant();
H A Dcontrol-builders.h33 Node* the_hole() const { return builder_->jsgraph()->TheHoleConstant(); }
H A Djs-graph.h52 Node* TheHoleConstant();
H A Dast-graph-builder.cc593 env.RawParameterBind(0, jsgraph()->TheHoleConstant());
1027 PerformCommand(CMD_BREAK, stmt, builder()->jsgraph()->TheHoleConstant());
1032 PerformCommand(CMD_CONTINUE, stmt, builder()->jsgraph()->TheHoleConstant());
1056 return environment()->Push(jsgraph()->TheHoleConstant());
1123 Node* value = jsgraph()->TheHoleConstant();
1129 Node* value = jsgraph()->TheHoleConstant();
1495 Node* the_hole = jsgraph()->TheHoleConstant();
1523 Node* fallthrough_result = jsgraph()->TheHoleConstant();
1555 Node* the_hole = jsgraph()->TheHoleConstant();
3340 Node* the_hole = jsgraph()->TheHoleConstant();
[all...]
H A Djs-create-lowering.cc570 Node* the_hole = jsgraph()->TheHoleConstant();
660 Node* extension = jsgraph()->TheHoleConstant();
852 aa.Store(AccessBuilder::ForFixedArraySlot(i), jsgraph()->TheHoleConstant());
887 : jsgraph()->TheHoleConstant();
1061 elements_values[i] = jsgraph()->TheHoleConstant();
H A Dbytecode-graph-builder.cc597 Node* node = jsgraph()->TheHoleConstant();
1552 accumulator, jsgraph()->TheHoleConstant());
H A Deffect-control-linearizer.cc1447 jsgraph()->TheHoleConstant());
/external/v8/src/
H A Dcode-stub-assembler.h45 compiler::Node* TheHoleConstant();
H A Dcode-stub-assembler.cc64 Node* CodeStubAssembler::TheHoleConstant() { function in class:v8::internal::CodeStubAssembler
1665 Node* the_hole = TheHoleConstant();
1972 GotoIf(WordEqual(value, TheHoleConstant()), if_deleted);
2120 Node* the_hole = TheHoleConstant();
2649 GotoIf(WordEqual(value, TheHoleConstant()), &miss);

Completed in 180 milliseconds