Searched refs:copied (Results 1 – 5 of 5) sorted by relevance
127 ArtMethod* copied = FindCopiedMethod(origin, impl_klass); in TEST_F() local128 ASSERT_NE(nullptr, copied); in TEST_F()130 ASSERT_EQ(code, copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)); in TEST_F()150 copied = FindCopiedMethod(origin, iterablebase_klass); in TEST_F()151 ASSERT_NE(nullptr, copied); in TEST_F()152 code = copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
1 Regression test for copied methods which used to not
202 const bool copied = (GetAccessFlags() & kAccCopied) != 0; in IsCopied() local204 DCHECK(!(IsMiranda() || IsDefaultConflicting()) || copied) in IsCopied()206 return copied; in IsCopied()
41 substitutions are performed. ".cpp" and ".h" files are copied to the42 C output, ".S" files are copied to the asm output.
254 # as integers is returned to prove that both vregs were copied.