Lines Matching refs:this

53   GcRootSource gc_root_source(this);  in GetDeclaringClassUnchecked()
62 CHECK(result != nullptr) << this; in GetDeclaringClass()
70 CHECK(result == nullptr) << this; in GetDeclaringClass()
110 Runtime::Current()->GetClassLinker()->LookupResolvedType(type_idx, this); in LookupResolvedClassFromTypeIndex()
116 ObjPtr<mirror::Class> type = Runtime::Current()->GetClassLinker()->ResolveType(type_idx, this); in ResolveClassFromTypeIndex()
153 if (this == runtime->GetCalleeSaveMethod(CalleeSaveType(i))) { in IsCalleeSaveMethod()
162 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()
169 bool result = this == Runtime::Current()->GetImtUnimplementedMethod(); in IsImtUnimplementedMethod()
227 if (this == runtime->GetResolutionMethod()) { in GetName()
229 } else if (this == runtime->GetImtConflictMethod()) { in GetName()
231 } else if (this == runtime->GetCalleeSaveMethod(CalleeSaveType::kSaveAllCalleeSaves)) { in GetName()
233 } else if (this == runtime->GetCalleeSaveMethod(CalleeSaveType::kSaveRefsOnly)) { in GetName()
235 } else if (this == runtime->GetCalleeSaveMethod(CalleeSaveType::kSaveRefsAndArgs)) { in GetName()
237 } else if (this == runtime->GetCalleeSaveMethod(CalleeSaveType::kSaveEverything)) { in GetName()
239 } else if (this == runtime->GetCalleeSaveMethod(CalleeSaveType::kSaveEverythingForClinit)) { in GetName()
241 } else if (this == runtime->GetCalleeSaveMethod(CalleeSaveType::kSaveEverythingForSuspendCheck)) { in GetName()
262 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc); in GetLineNumFromDexPC()
351 return this; in GetInterfaceMethodIfProxy()