Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 4 of 4) sorted by relevance

/art/test/661-classloader-allocator/
Dinfo.txt1 Regression test for copied methods which used to not
/art/runtime/
Dart_method.h195 const bool copied = (GetAccessFlags() & kAccCopied) != 0; in IsCopied() local
197 DCHECK(!(IsMiranda() || IsDefaultConflicting()) || copied) in IsCopied()
199 return copied; in IsCopied()
/art/runtime/interpreter/mterp/
DREADME.txt7 * Lines starting with % are python code. They will be copied as-is to
/art/test/510-checker-try-catch/smali/
DRuntime.smali254 # as integers is returned to prove that both vregs were copied.