Searched defs:UndefinedConstant (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Djs-builtin-reducer-unittest.cc37 Node* UndefinedConstant() { function in class:v8::internal::compiler::JSBuiltinReducerTest
73 fun, UndefinedConstant(), p0);
91 fun, UndefinedConstant());
106 fun, UndefinedConstant(), p0);
125 UndefinedConstant(), p0, p1);
161 UndefinedConstant(), p0, p1);
H A Djs-graph.cc35 Node* JSGraph::UndefinedConstant() { function in class:v8::internal::compiler::JSGraph
121 return UndefinedConstant();
H A Draw-machine-assembler.h59 Node* UndefinedConstant() { function in class:v8::internal::compiler::RawMachineAssembler
/external/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc51 Node* UndefinedConstant() { function in class:JSTypedLoweringTester
69 parameters, locals, stack, context, UndefinedConstant());

Completed in 123 milliseconds