Searched defs:irt (Results 1 – 2 of 2) sorted by relevance
38 static void CheckDump(IndirectReferenceTable* irt, size_t num_objects, size_t num_unique) in CheckDump()62 IndirectReferenceTable irt(kGlobal); in TEST_F() local
63 IndirectReferenceTable* irt = (kind == kGlobal) ? &vm->globals_ : &vm->weak_globals_; in GetIndirectReferenceTable() local889 IndirectReferenceTable* irt = GetIndirectReferenceTable(soa, ref_kind); in CheckInstance() local