Lines Matching refs:this

51       CHECK(result != nullptr) << this;  in GetDeclaringClass()
55 CHECK(result == nullptr) << this; in GetDeclaringClass()
149 type = Runtime::Current()->GetClassLinker()->ResolveType(type_idx, this); in GetClassFromTypeIndex()
156 DCHECK(!IsRuntimeMethod() && !IsProxyMethod()) << PrettyMethod(this); in GetCodeSize()
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()
312 this, sizeof(void*)); in NativeQuickPcOffset()
362 if (this == runtime->GetResolutionMethod()) { in GetName()
364 } else if (this == runtime->GetImtConflictMethod()) { 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()
391 return GetDexFile()->GetLineNumFromPC(this, dex_pc); in GetLineNumFromDexPC()
454 return this; in GetInterfaceMethodIfProxy()
461 Runtime::Current()->GetClassLinker()->FindMethodForProxy(klass, this)); in GetInterfaceMethodIfProxy()
482 type = Runtime::Current()->GetClassLinker()->ResolveType(return_type_idx, this); in GetReturnType()
496 memcpy(reinterpret_cast<void*>(this), reinterpret_cast<const void*>(src), in CopyFrom()