Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc273 : SlowPathCodeARM64(at), cls_(cls) { in LoadClassSlowPathARM64()
275 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathARM64()
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(), arm64_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
292 arm64_codegen->GetCompilerOptions().WithinOatFile(&cls_->GetDexFile()) || in EmitNativeCode()
294 &cls_->GetDexFile())); in EmitNativeCode()
295 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()
297 if (cls_->NeedsAccessCheck()) { in EmitNativeCode()
310 cls_->GetType()); in EmitNativeCode()
[all …]
Dcode_generator_riscv64.cc409 LoadClassSlowPathRISCV64(HLoadClass* cls, HInstruction* at) : SlowPathCodeRISCV64(at), cls_(cls) { in LoadClassSlowPathRISCV64()
411 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathRISCV64()
418 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()
419 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()
427 DCHECK(IsSameDexFile(cls_->GetDexFile(), riscv64_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
428 riscv64_codegen->GetCompilerOptions().WithinOatFile(&cls_->GetDexFile()) || in EmitNativeCode()
430 &cls_->GetDexFile())); in EmitNativeCode()
431 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()
433 if (cls_->NeedsAccessCheck()) { in EmitNativeCode()
446 Location::RegisterLocation(calling_convention.GetRegisterAt(0)), source, cls_->GetType()); in EmitNativeCode()
[all …]
Dcode_generator_x86_64.cc308 : SlowPathCode(at), cls_(cls) { in LoadClassSlowPathX86_64()
310 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathX86_64()
317 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()
318 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()
326 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_64_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
327 x86_64_codegen->GetCompilerOptions().WithinOatFile(&cls_->GetDexFile()) || in EmitNativeCode()
329 &cls_->GetDexFile())); in EmitNativeCode()
330 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()
332 if (cls_->NeedsAccessCheck()) { in EmitNativeCode()
364 HLoadClass* const cls_; member in art::x86_64::LoadClassSlowPathX86_64
Dcode_generator_x86.cc299 : SlowPathCode(at), cls_(cls) { in LoadClassSlowPathX86()
301 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathX86()
308 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()
309 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()
317 DCHECK(IsSameDexFile(cls_->GetDexFile(), x86_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
318 x86_codegen->GetCompilerOptions().WithinOatFile(&cls_->GetDexFile()) || in EmitNativeCode()
320 &cls_->GetDexFile())); in EmitNativeCode()
321 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()
323 if (cls_->NeedsAccessCheck()) { in EmitNativeCode()
354 HLoadClass* const cls_; member in art::x86::LoadClassSlowPathX86
Dcode_generator_arm_vixl.cc494 : SlowPathCodeARMVIXL(at), cls_(cls) { in LoadClassSlowPathARMVIXL()
496 DCHECK_EQ(instruction_->IsLoadClass(), cls_ == instruction_); in LoadClassSlowPathARMVIXL()
503 bool must_resolve_type = instruction_->IsLoadClass() && cls_->MustResolveTypeOnSlowPath(); in EmitNativeCode()
504 bool must_do_clinit = instruction_->IsClinitCheck() || cls_->MustGenerateClinitCheck(); in EmitNativeCode()
512 DCHECK(IsSameDexFile(cls_->GetDexFile(), arm_codegen->GetGraph()->GetDexFile()) || in EmitNativeCode()
513 arm_codegen->GetCompilerOptions().WithinOatFile(&cls_->GetDexFile()) || in EmitNativeCode()
515 &cls_->GetDexFile())); in EmitNativeCode()
516 dex::TypeIndex type_index = cls_->GetTypeIndex(); in EmitNativeCode()
518 if (cls_->NeedsAccessCheck()) { in EmitNativeCode()
549 HLoadClass* const cls_; member in art::arm::LoadClassSlowPathARMVIXL