/art/compiler/optimizing/ |
code_generator_mips64.cc | 176 : SlowPathCodeMIPS64(at), cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) { 181 LocationSummary* locations = at_->GetLocations(); 191 mips64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this); 202 Primitive::Type type = at_->GetType(); 218 HInstruction* const at_; member in class:art::mips64::LoadClassSlowPathMIPS64 220 // The dex PC of `at_`. [all...] |
code_generator_arm64.cc | 282 : SlowPathCodeARM64(at), cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) { 287 LocationSummary* locations = at_->GetLocations(); 297 arm64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this); 308 Primitive::Type type = at_->GetType(); 324 HInstruction* const at_; member in class:art::arm64::LoadClassSlowPathARM64 326 // The dex PC of `at_`. [all...] |
code_generator_mips.cc | 217 : SlowPathCodeMIPS(at), cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) { 222 LocationSummary* locations = at_->GetLocations(); 236 mips_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this, direct); 247 Primitive::Type type = at_->GetType(); 263 HInstruction* const at_; member in class:art::mips::LoadClassSlowPathMIPS 265 // The dex PC of `at_`. [all...] |
code_generator_arm.cc | 197 : SlowPathCode(at), cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) { 202 LocationSummary* locations = at_->GetLocations(); 213 arm_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this); 238 HInstruction* const at_; member in class:art::arm::LoadClassSlowPathARM 240 // The dex PC of `at_`. [all...] |
code_generator_x86.cc | 243 : SlowPathCode(at), cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) { 248 LocationSummary* locations = at_->GetLocations(); 257 at_, dex_pc_, this); 283 HInstruction* const at_; member in class:art::x86::LoadClassSlowPathX86 285 // The dex PC of `at_`. [all...] |
code_generator_x86_64.cc | 227 : SlowPathCode(at), cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) { 232 LocationSummary* locations = at_->GetLocations(); 243 at_, 271 HInstruction* const at_; member in class:art::x86_64::LoadClassSlowPathX86_64 273 // The dex PC of `at_`. [all...] |