Home
last modified time | relevance | path

Searched refs:cls_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc266 : SlowPathCodeARM64(at), cls_(cls) { in LoadClassSlowPathARM64()
268 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathARM64()
275 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()
276 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()
284 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
285 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()
287 if (cls_->NeedsAccessCheck()) { in EmitNativeCode()
300 cls_->GetType()); in EmitNativeCode()
321 HLoadClass* const cls_; member in art::arm64::LoadClassSlowPathARM64
Dcode_generator_x86_64.cc255 : SlowPathCode(at), cls_(cls) { in LoadClassSlowPathX86_64()
257 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathX86_64()
264 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()
265 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()
273 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_64_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
274 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()
276 if (cls_->NeedsAccessCheck()) { in EmitNativeCode()
308 HLoadClass* const cls_; member in art::x86_64::LoadClassSlowPathX86_64
Dcode_generator_x86.cc273 : SlowPathCode(at), cls_(cls) { in LoadClassSlowPathX86()
275 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathX86()
282 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()
283 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()
291 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
292 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()
294 if (cls_->NeedsAccessCheck()) { in EmitNativeCode()
325 HLoadClass* const cls_; member in art::x86::LoadClassSlowPathX86
Dcode_generator_arm_vixl.cc514 : SlowPathCodeARMVIXL(at), cls_(cls) { in LoadClassSlowPathARMVIXL()
516 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathARMVIXL()
523 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()
524 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()
532 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm_codegen->GetGraph()->GetDexFile())); in EmitNativeCode()
533 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()
535 if (cls_->NeedsAccessCheck()) { in EmitNativeCode()
566 HLoadClass* const cls_; member in art::arm::LoadClassSlowPathARMVIXL