Lines Matching refs:container

876 	T_ASSERT_NE(cid1, cid2, "container IDs for in-progress exec are unique");
2048 "checked that container is valid");
2054 NSDictionary *container = parseKCDataContainer(&iter, &error);
2055 T_QUIET; T_ASSERT_NOTNULL(container, "parsed container from stackshot");
2056 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing container");
2058 int tg = [container[@"thread_snapshots"][@"thread_group"] intValue];
2358 "checked that container is valid");
2371 NSDictionary *container = parseKCDataContainer(&iter, &error);
2372 T_QUIET; T_ASSERT_NOTNULL(container, "parsed container from stackshot");
2373 T_QUIET; T_ASSERT_NULL(error, "error unset after parsing container");
2375 NSDictionary* task_snapshot = container[@"task_snapshots"][@"task_snapshot"];
2376 NSDictionary* task_delta_snapshot = container[@"task_snapshots"][@"task_delta_snapshot"];
2377 …NSDictionary* transitioning_task_snapshot = container[@"transitioning_task_snapshots"][@"transitio…
2380 * Having processed the container, we now only check it
2392 for (id thread_key in container[@"task_snapshots"][@"thread_snapshots"]) {
2393 NSMutableDictionary *thread = container[@"task_snapshots"][@"thread_snapshots"][thread_key];
2445 id ptr = container[@"task_snapshots"][@"shared_cache_dyld_load_info"];
2485 id sharedregion_info = container[@"task_snapshots"][@"shared_cache_dyld_load_info"];
2537 NSArray *winfos = container[@"task_snapshots"][@"thread_waitinfo"];
2551 NSArray *tinfos = container[@"task_snapshots"][@"thread_turnstileinfo"];
2552 NSArray *winfos = container[@"task_snapshots"][@"thread_waitinfo"];
2603 NSDictionary* task_cpu_architecture = container[@"task_snapshots"][@"task_cpu_architecture"];
2619 for (id thread_key in container[@"task_snapshots"][@"thread_snapshots"]) {
2620 NSMutableDictionary *thread = container[@"task_snapshots"][@"thread_snapshots"][thread_key];
2673 NSArray *tsinfos = container[@"task_snapshots"][@"thread_turnstileinfo"];