Searched refs:ReadList (Results 1 – 2 of 2) sorted by relevance
10 %0 = call i32 @ReadList(%struct.LinkList** %ll, %struct.List** null) nounwind ; <i32> [#uses=1]26 declare i32 @ReadList(%struct.LinkList** nocapture, %struct.List** nocapture) nounwind
207 static Object** ReadList(Object** p, List<Handle<String>, Allocator >* list) { in ReadList() function221 static Object** ReadList(Object** p, in ReadList() function251 p = ReadList<Allocator>(p, &context_slots_, &context_modes_); in ScopeInfo()252 p = ReadList<Allocator>(p, ¶meters_); in ScopeInfo()253 p = ReadList<Allocator>(p, &stack_slots_); in ScopeInfo()