Searched defs:at_ (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc176 : 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_`.
H A Dcode_generator_arm64.cc282 : 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_`.
H A Dcode_generator_mips.cc217 : 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_`.
H A Dcode_generator_arm.cc197 : 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_`.
H A Dcode_generator_x86.cc243 : 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_`.
H A Dcode_generator_x86_64.cc227 : 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_`.

Completed in 124 milliseconds