Searched refs:copied (Results 1 – 5 of 5) sorted by relevance
134 ArtMethod* copied = FindCopiedMethod(origin, impl_klass); in TEST_F() local135 ASSERT_NE(nullptr, copied); in TEST_F()137 ASSERT_EQ(code, copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)); in TEST_F()157 copied = FindCopiedMethod(origin, iterablebase_klass); in TEST_F()158 ASSERT_NE(nullptr, copied); in TEST_F()159 code = copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
1 Regression test for copied methods which used to not
195 const bool copied = (GetAccessFlags() & kAccCopied) != 0; in IsCopied() local197 DCHECK(!(IsMiranda() || IsDefaultConflicting()) || copied) in IsCopied()199 return copied; in IsCopied()
7 * Lines starting with % are python code. They will be copied as-is to
254 # as integers is returned to prove that both vregs were copied.