Lines Matching refs:this
52 GcRootSource gc_root_source(this); in GetDeclaringClassUnchecked()
61 CHECK(result != nullptr) << this; in GetDeclaringClass()
63 CHECK(result == nullptr) << this; in GetDeclaringClass()
93 Runtime::Current()->GetClassLinker()->LookupResolvedType(type_idx, this); in LookupResolvedClassFromTypeIndex()
99 ObjPtr<mirror::Class> type = Runtime::Current()->GetClassLinker()->ResolveType(type_idx, this); in ResolveClassFromTypeIndex()
136 if (this == runtime->GetCalleeSaveMethod(CalleeSaveType(i))) { in IsCalleeSaveMethod()
145 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()
152 bool result = this == Runtime::Current()->GetImtUnimplementedMethod(); in IsImtUnimplementedMethod()
220 return Runtime::Current()->GetClassLinker()->ResolveString(method_id.name_idx_, this); in ResolveNameString()
237 return annotations::GetLineNumFromPC(GetDexFile(), this, dex_pc); in GetLineNumFromDexPC()
326 return this; in GetInterfaceMethodIfProxy()
429 DCHECK_EQ(imt_index, ImTable::GetImtIndex(this)) << PrettyMethod(); in GetImtIndex()
432 return ImTable::GetImtIndex(this); in GetImtIndex()
438 imt_index_ = ~ImTable::GetImtIndex(this); in CalculateAndSetImtIndex()