Lines Matching refs:Runtime
149 type = Runtime::Current()->GetClassLinker()->ResolveType(type_idx, this); in GetClassFromTypeIndex()
192 DCHECK(!Runtime::Current()->IsStarted()); in GetQuickOatCodeOffset()
197 DCHECK(!Runtime::Current()->IsStarted()); in SetQuickOatCodeOffset()
278 Runtime* runtime = Runtime::Current(); in IsCalleeSaveMethod()
280 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) { in IsCalleeSaveMethod()
281 if (this == runtime->GetCalleeSaveMethod(Runtime::CalleeSaveType(i))) { in IsCalleeSaveMethod()
290 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()
297 bool result = this == Runtime::Current()->GetImtConflictMethod(); in IsImtConflictMethod()
304 bool result = this == Runtime::Current()->GetImtUnimplementedMethod(); in IsImtUnimplementedMethod()
311 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor( in NativeQuickPcOffset()
361 Runtime* const runtime = Runtime::Current(); in GetName()
366 } else if (this == runtime->GetCalleeSaveMethod(Runtime::kSaveAll)) { in GetName()
368 } else if (this == runtime->GetCalleeSaveMethod(Runtime::kRefsOnly)) { in GetName()
370 } else if (this == runtime->GetCalleeSaveMethod(Runtime::kRefsAndArgs)) { in GetName()
461 Runtime::Current()->GetClassLinker()->FindMethodForProxy(klass, this)); in GetInterfaceMethodIfProxy()
482 type = Runtime::Current()->GetClassLinker()->ResolveType(return_type_idx, this); in GetReturnType()