HomeSort by relevance Sort by last modified time
    Searched full:iref0 (Results 1 - 1 of 1) sorted by null

  /art/runtime/
indirect_reference_table_test.cc 79 IndirectRef iref0 = (IndirectRef) 0x11110; local
80 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal";
83 iref0 = irt.Add(cookie, obj0.Get(), &error_msg);
84 EXPECT_TRUE(iref0 != nullptr);
93 EXPECT_OBJ_PTR_EQ(obj0.Get(), irt.Get(iref0));
97 EXPECT_TRUE(irt.Remove(cookie, iref0));
108 EXPECT_TRUE(irt.Get(iref0) == nullptr);
111 iref0 = irt.Add(cookie, obj0.Get(), &error_msg);
112 EXPECT_TRUE(iref0 != nullptr);
123 ASSERT_TRUE(irt.Remove(cookie, iref0));
309 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg); local
340 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg); local
376 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg); local
415 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg); local
458 IndirectRef iref0 = irt.Add(cookie0, obj0.Get(), &error_msg); local
    [all...]

Completed in 128 milliseconds