HomeSort by relevance Sort by last modified time
    Searched refs:SlowPathCodeARM64 (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
code_generator_arm64.cc 219 void SlowPathCodeARM64::SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) {
246 void SlowPathCodeARM64::RestoreLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) {
252 class BoundsCheckSlowPathARM64 : public SlowPathCodeARM64 {
254 explicit BoundsCheckSlowPathARM64(HBoundsCheck* instruction) : SlowPathCodeARM64(instruction) {}
290 class DivZeroCheckSlowPathARM64 : public SlowPathCodeARM64 {
292 explicit DivZeroCheckSlowPathARM64(HDivZeroCheck* instruction) : SlowPathCodeARM64(instruction) {}
309 class LoadClassSlowPathARM64 : public SlowPathCodeARM64 {
315 : SlowPathCodeARM64(at),
367 class LoadStringSlowPathARM64 : public SlowPathCodeARM64 {
370 : SlowPathCodeARM64(instruction) {
    [all...]
code_generator_arm64.h 105 class SlowPathCodeARM64 : public SlowPathCode {
107 explicit SlowPathCodeARM64(HInstruction* instruction)
120 DISALLOW_COPY_AND_ASSIGN(SlowPathCodeARM64);
265 void GenerateClassInitializationCheck(SlowPathCodeARM64* slow_path,
    [all...]
intrinsics_arm64.cc 110 class IntrinsicSlowPathARM64 : public SlowPathCodeARM64 {
113 : SlowPathCodeARM64(invoke), invoke_(invoke) { }
158 class ReadBarrierSystemArrayCopySlowPathARM64 : public SlowPathCodeARM64 {
161 : SlowPathCodeARM64(instruction), tmp_(tmp) {
    [all...]

Completed in 134 milliseconds