Lines Matching refs:cache

463 T_DECL(shared_cache_layout, "test stackshot inclusion of shared cache layout", T_META_TAG_VM_PREFER…
475 T_SKIP("Device not running with shared cache, skipping test...");
479 T_SKIP("dyld reports that currently running shared cache has zero length");
589 T_QUIET; T_ASSERT_NOTNULL(addr, "shared cache address");
597 T_DECL(shared_cache_flags, "tests stackshot's task_ss_flags for the shared cache", T_META_TAG_VM_PR…
632 T_QUIET; T_ASSERT_NOTNULL(addr, "shared cache address");
643 …%s), capturing stackshot", child_same_addr ? "same shared cache addr" : "different shared cache ad…
2728 T_ASSERT_EQ(result, 0, "iterate shared cache layout");
2731 T_LOG("verified %d libraries from dyld shared cache", libs_found);
2742 …T_ASSERT_TRUE(_dyld_get_shared_cache_uuid(shared_cache_uuid), "retrieve current shared cache UUID"…
2745 "dyld returned UUID doesn't match kernel returned UUID for system shared cache");
2803 …T_LOG("Skipping verifying shared cache UUID in stackshot data because not running with a shared ca…
2811 T_QUIET; T_ASSERT_NOTNULL(cache_header, "current process running with shared cache");
2812 …T_QUIET; T_ASSERT_GT(shared_cache_length, sizeof(struct _dyld_cache_header), "valid shared cache l…
2815 T_LOG("device running with locally built shared cache, expect shared cache layout");
2818 T_LOG("device running with B&I built shared-cache, no shared cache layout expected");
3012 T_ASSERT_NOTNULL(shared_cache_uuids, "parsed shared cache layout array");
3013 T_ASSERT_GT(uuid_count, 0, "returned valid number of UUIDs from shared cache");
3168 * we get here, then we have found the shared cache UUID
3436 // Legacy shared cache info
3456 * found the shared cache UUID to be correct.
3519 T_QUIET; T_ASSERT_TRUE(found_shared_cache_layout, "shared cache layout found in kcdata");
3523 T_QUIET; T_ASSERT_TRUE(found_shared_cache_uuid, "shared cache UUID found in kcdata");