Searched refs:copied (Results 1 – 5 of 5) sorted by relevance
136 ArtMethod* copied = FindCopiedMethod(origin, impl_klass); in TEST_F() local137 ASSERT_NE(nullptr, copied); in TEST_F()139 ASSERT_EQ(code, copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)); in TEST_F()159 copied = FindCopiedMethod(origin, iterablebase_klass); in TEST_F()160 ASSERT_NE(nullptr, copied); in TEST_F()161 code = copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
1 Regression test for copied methods which used to not
197 const bool copied = (GetAccessFlags() & kAccCopied) != 0; in IsCopied() local199 DCHECK(!(IsMiranda() || IsDefaultConflicting()) || copied) in IsCopied()201 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.