Lines Matching refs:runtime
45 #include "runtime-inl.h"
93 Runtime::Current()->GetClassLinker()->LookupResolvedType(type_idx, this);
99 ObjPtr<mirror::Class> type = Runtime::Current()->GetClassLinker()->ResolveType(type_idx, this);
133 Runtime* runtime = Runtime::Current();
136 if (this == runtime->GetCalleeSaveMethod(CalleeSaveType(i))) {
145 bool result = this == Runtime::Current()->GetResolutionMethod();
152 bool result = this == Runtime::Current()->GetImtUnimplementedMethod();
167 return "<runtime method>";
220 return Runtime::Current()->GetClassLinker()->ResolveString(method_id.name_idx_, this);
311 DCHECK(!IsRuntimeMethod()) << "ArtMethod::IsProxyMethod called on a runtime method";