Searched refs:cls_ (Results 1 – 3 of 3) sorted by relevance
187 : SlowPathCodeMIPS64(at), cls_(cls) { in LoadClassSlowPathMIPS64()189 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathMIPS64()196 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()197 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()205 DCHECK(IsSameDexFile(cls_->GetDexFile(), mips64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()206 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()216 cls_->GetType()); in EmitNativeCode()240 HLoadClass* const cls_; member in art::mips64::LoadClassSlowPathMIPS64
234 : SlowPathCodeMIPS(at), cls_(cls) { in LoadClassSlowPathMIPS()236 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathMIPS()243 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()244 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()252 DCHECK(IsSameDexFile(cls_->GetDexFile(), mips_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()253 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()263 cls_->GetType()); in EmitNativeCode()287 HLoadClass* const cls_; member in art::mips::LoadClassSlowPathMIPS
509 : SlowPathCodeARMVIXL(at), cls_(cls) { in LoadClassSlowPathARMVIXL()511 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathARMVIXL()518 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()519 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()527 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()528 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()556 HLoadClass* const cls_; member in art::arm::LoadClassSlowPathARMVIXL