Home
last modified time | relevance | path

Searched refs:ReadList (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dusage-analyzer.cc65 void ReadList(ZoneList<Expression*>* list);
66 void ReadList(ZoneList<ObjectLiteral::Property*>* list);
262 ReadList(node->properties()); in VisitObjectLiteral()
267 ReadList(node->values()); in VisitArrayLiteral()
306 ReadList(node->arguments()); in VisitCall()
312 ReadList(node->arguments()); in VisitCallNew()
317 ReadList(node->arguments()); in VisitCallRuntime()
387 void UsageComputer::ReadList(ZoneList<Expression*>* list) { in ReadList() function in v8::internal::UsageComputer
393 void UsageComputer::ReadList(ZoneList<ObjectLiteral::Property*>* list) { in ReadList() function in v8::internal::UsageComputer
Dscopeinfo.cc214 static Object** ReadList(Object** p, List<Handle<String>, Allocator >* list) { in ReadList() function
228 static Object** ReadList(Object** p, in ReadList() function
259 p = ReadList<Allocator>(p, &context_slots_, &context_modes_); in ScopeInfo()
260 p = ReadList<Allocator>(p, &parameters_); in ScopeInfo()
261 p = ReadList<Allocator>(p, &stack_slots_); in ScopeInfo()