Home
last modified time | relevance | path

Searched refs:ParseLazy (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dparser.h436 FunctionLiteral* ParseLazy(CompilationInfo* info);
452 FunctionLiteral* ParseLazy(CompilationInfo* info,
Dv8-counters.h45 HT(parse_lazy, V8.ParseLazy) \
Dparser.cc678 FunctionLiteral* Parser::ParseLazy(CompilationInfo* info) { in ParseLazy() function in v8::internal::Parser
692 FunctionLiteral* result = ParseLazy(info, &stream, &zone_scope); in ParseLazy()
698 FunctionLiteral* result = ParseLazy(info, &stream, &zone_scope); in ParseLazy()
704 FunctionLiteral* Parser::ParseLazy(CompilationInfo* info, in ParseLazy() function in v8::internal::Parser
5148 result = parser.ParseLazy(info); in Parse()