Home | History | Annotate | Download | only in compiler

Lines Matching refs:GetQuickCode

1076 const byte* ImageWriter::GetQuickCode(mirror::ArtMethod* method, bool* quick_is_interpreted) {
1123 return GetQuickCode(method, &quick_is_interpreted);
1178 const byte* quick_code = GetQuickCode(orig, &quick_is_interpreted);