Lines Matching refs:ocacheL2
2191 static OSet* ocacheL2 = NULL; variable
2205 tl_assert(!ocacheL2); in init_ocacheL2()
2208 ocacheL2 in init_ocacheL2()
2212 tl_assert(ocacheL2); in init_ocacheL2()
2222 line = VG_(OSetGen_Lookup)( ocacheL2, &tag ); in ocacheL2_find_tag()
2233 line = VG_(OSetGen_Remove)( ocacheL2, &tag ); in ocacheL2_del_tag()
2235 VG_(OSetGen_FreeNode)(ocacheL2, line); in ocacheL2_del_tag()
2247 copy = VG_(OSetGen_AllocNode)( ocacheL2, sizeof(OCacheLine) ); in ocacheL2_add_line()
2251 VG_(OSetGen_Insert)( ocacheL2, copy ); in ocacheL2_add_line()
6123 tl_assert(ocacheL2 != NULL); in mc_post_clo_init()
6126 tl_assert(ocacheL2 == NULL); in mc_post_clo_init()
6266 tl_assert(ocacheL2 == NULL); in mc_fini()
6465 tl_assert(ocacheL2 == NULL); in mc_pre_clo_init()