Searched refs:at_ (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc162 : cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) {
167 LocationSummary* locations = at_->GetLocations();
177 arm64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this);
188 Primitive::Type type = at_->GetType();
202 HInstruction* const at_; member in class:art::arm64::LoadClassSlowPathARM64
204 // The dex PC of `at_`.
H A Dcode_generator_mips64.cc170 : cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) {
175 LocationSummary* locations = at_->GetLocations();
185 mips64_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this);
196 Primitive::Type type = at_->GetType();
210 HInstruction* const at_; member in class:art::mips64::LoadClassSlowPathMIPS64
212 // The dex PC of `at_`.
H A Dcode_generator_arm.cc170 : cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) {
175 LocationSummary* locations = at_->GetLocations();
186 arm_codegen->InvokeRuntime(entry_point_offset, at_, dex_pc_, this);
204 HInstruction* const at_; member in class:art::arm::LoadClassSlowPathARM
206 // The dex PC of `at_`.
H A Dcode_generator_x86.cc202 : cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) {
207 LocationSummary* locations = at_->GetLocations();
217 RecordPcInfo(codegen, at_, dex_pc_);
236 HInstruction* const at_; member in class:art::x86::LoadClassSlowPathX86
238 // The dex PC of `at_`.
H A Dcode_generator_x86_64.cc191 : cls_(cls), at_(at), dex_pc_(dex_pc), do_clinit_(do_clinit) {
196 LocationSummary* locations = at_->GetLocations();
207 RecordPcInfo(codegen, at_, dex_pc_);
226 HInstruction* const at_; member in class:art::x86_64::LoadClassSlowPathX86_64
228 // The dex PC of `at_`.

Completed in 58 milliseconds