Home
last modified time | relevance | path

Searched defs:GetDescription (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_utils.h77 const char* GetDescription() const OVERRIDE { return "IntrinsicSlowPath"; } in GetDescription() function
Dcode_generator_arm64.cc246 const char* GetDescription() const OVERRIDE { return "BoundsCheckSlowPathARM64"; } in GetDescription() function in art::arm64::BoundsCheckSlowPathARM64
270 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathARM64"; } in GetDescription() function in art::arm64::DivZeroCheckSlowPathARM64
316 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathARM64"; } in GetDescription() function in art::arm64::LoadClassSlowPathARM64
360 const char* GetDescription() const OVERRIDE { return "LoadStringSlowPathARM64"; } in GetDescription() function in art::arm64::LoadStringSlowPathARM64
384 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathARM64"; } in GetDescription() function in art::arm64::NullCheckSlowPathARM64
419 const char* GetDescription() const OVERRIDE { return "SuspendCheckSlowPathARM64"; } in GetDescription() function in art::arm64::SuspendCheckSlowPathARM64
479 const char* GetDescription() const OVERRIDE { return "TypeCheckSlowPathARM64"; } in GetDescription() function in art::arm64::TypeCheckSlowPathARM64
504 const char* GetDescription() const OVERRIDE { return "DeoptimizationSlowPathARM64"; } in GetDescription() function in art::arm64::DeoptimizationSlowPathARM64
548 const char* GetDescription() const OVERRIDE { return "ArraySetSlowPathARM64"; } in GetDescription() function in art::arm64::ArraySetSlowPathARM64
584 const char* GetDescription() const OVERRIDE { return "ReadBarrierMarkSlowPathARM64"; } in GetDescription() function in art::arm64::ReadBarrierMarkSlowPathARM64
[all …]
Dcode_generator_x86_64.cc77 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathX86_64"; } in GetDescription() function in art::x86_64::NullCheckSlowPathX86_64
103 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathX86_64"; } in GetDescription() function in art::x86_64::DivZeroCheckSlowPathX86_64
134 const char* GetDescription() const OVERRIDE { return "DivRemMinusOneSlowPathX86_64"; } in GetDescription() function in art::x86_64::DivRemMinusOneSlowPathX86_64
174 const char* GetDescription() const OVERRIDE { return "SuspendCheckSlowPathX86_64"; } in GetDescription() function in art::x86_64::SuspendCheckSlowPathX86_64
215 const char* GetDescription() const OVERRIDE { return "BoundsCheckSlowPathX86_64"; } in GetDescription() function in art::x86_64::BoundsCheckSlowPathX86_64
263 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathX86_64"; } in GetDescription() function in art::x86_64::LoadClassSlowPathX86_64
307 const char* GetDescription() const OVERRIDE { return "LoadStringSlowPathX86_64"; } in GetDescription() function in art::x86_64::LoadStringSlowPathX86_64
370 const char* GetDescription() const OVERRIDE { return "TypeCheckSlowPathX86_64"; } in GetDescription() function in art::x86_64::TypeCheckSlowPathX86_64
396 const char* GetDescription() const OVERRIDE { return "DeoptimizationSlowPathX86_64"; } in GetDescription() function in art::x86_64::DeoptimizationSlowPathX86_64
440 const char* GetDescription() const OVERRIDE { return "ArraySetSlowPathX86_64"; } in GetDescription() function in art::x86_64::ArraySetSlowPathX86_64
[all …]
Dcode_generator_arm.cc83 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathARM"; } in GetDescription() function in art::arm::NullCheckSlowPathARM
107 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathARM"; } in GetDescription() function in art::arm::DivZeroCheckSlowPathARM
142 const char* GetDescription() const OVERRIDE { return "SuspendCheckSlowPathARM"; } in GetDescription() function in art::arm::SuspendCheckSlowPathARM
185 const char* GetDescription() const OVERRIDE { return "BoundsCheckSlowPathARM"; } in GetDescription() function in art::arm::BoundsCheckSlowPathARM
230 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathARM"; } in GetDescription() function in art::arm::LoadClassSlowPathARM
273 const char* GetDescription() const OVERRIDE { return "LoadStringSlowPathARM"; } in GetDescription() function in art::arm::LoadStringSlowPathARM
332 const char* GetDescription() const OVERRIDE { return "TypeCheckSlowPathARM"; } in GetDescription() function in art::arm::TypeCheckSlowPathARM
358 const char* GetDescription() const OVERRIDE { return "DeoptimizationSlowPathARM"; } in GetDescription() function in art::arm::DeoptimizationSlowPathARM
402 const char* GetDescription() const OVERRIDE { return "ArraySetSlowPathARM"; } in GetDescription() function in art::arm::ArraySetSlowPathARM
416 const char* GetDescription() const OVERRIDE { return "ReadBarrierMarkSlowPathARM"; } in GetDescription() function in art::arm::ReadBarrierMarkSlowPathARM
[all …]
Dcode_generator_x86.cc73 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathX86"; } in GetDescription() function in art::x86::NullCheckSlowPathX86
99 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathX86"; } in GetDescription() function in art::x86::DivZeroCheckSlowPathX86
120 const char* GetDescription() const OVERRIDE { return "DivRemMinusOneSlowPathX86"; } in GetDescription() function in art::x86::DivRemMinusOneSlowPathX86
159 const char* GetDescription() const OVERRIDE { return "BoundsCheckSlowPathX86"; } in GetDescription() function in art::x86::BoundsCheckSlowPathX86
196 const char* GetDescription() const OVERRIDE { return "SuspendCheckSlowPathX86"; } in GetDescription() function in art::x86::SuspendCheckSlowPathX86
231 const char* GetDescription() const OVERRIDE { return "LoadStringSlowPathX86"; } in GetDescription() function in art::x86::LoadStringSlowPathX86
275 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathX86"; } in GetDescription() function in art::x86::LoadClassSlowPathX86
350 const char* GetDescription() const OVERRIDE { return "TypeCheckSlowPathX86"; } in GetDescription() function in art::x86::TypeCheckSlowPathX86
375 const char* GetDescription() const OVERRIDE { return "DeoptimizationSlowPathX86"; } in GetDescription() function in art::x86::DeoptimizationSlowPathX86
419 const char* GetDescription() const OVERRIDE { return "ArraySetSlowPathX86"; } in GetDescription() function in art::x86::ArraySetSlowPathX86
[all …]
Dcode_generator_mips64.cc138 const char* GetDescription() const OVERRIDE { return "BoundsCheckSlowPathMIPS64"; } in GetDescription() function in art::mips64::BoundsCheckSlowPathMIPS64
164 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathMIPS64"; } in GetDescription() function in art::mips64::DivZeroCheckSlowPathMIPS64
210 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathMIPS64"; } in GetDescription() function in art::mips64::LoadClassSlowPathMIPS64
258 const char* GetDescription() const OVERRIDE { return "LoadStringSlowPathMIPS64"; } in GetDescription() function in art::mips64::LoadStringSlowPathMIPS64
284 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathMIPS64"; } in GetDescription() function in art::mips64::NullCheckSlowPathMIPS64
317 const char* GetDescription() const OVERRIDE { return "SuspendCheckSlowPathMIPS64"; } in GetDescription() function in art::mips64::SuspendCheckSlowPathMIPS64
374 const char* GetDescription() const OVERRIDE { return "TypeCheckSlowPathMIPS64"; } in GetDescription() function in art::mips64::TypeCheckSlowPathMIPS64
396 const char* GetDescription() const OVERRIDE { return "DeoptimizationSlowPathMIPS64"; } in GetDescription() function in art::mips64::DeoptimizationSlowPathMIPS64
Dcode_generator_mips.cc178 const char* GetDescription() const OVERRIDE { return "BoundsCheckSlowPathMIPS"; } in GetDescription() function in art::mips::BoundsCheckSlowPathMIPS
205 const char* GetDescription() const OVERRIDE { return "DivZeroCheckSlowPathMIPS"; } in GetDescription() function in art::mips::DivZeroCheckSlowPathMIPS
255 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathMIPS"; } in GetDescription() function in art::mips::LoadClassSlowPathMIPS
304 const char* GetDescription() const OVERRIDE { return "LoadStringSlowPathMIPS"; } in GetDescription() function in art::mips::LoadStringSlowPathMIPS
331 const char* GetDescription() const OVERRIDE { return "NullCheckSlowPathMIPS"; } in GetDescription() function in art::mips::NullCheckSlowPathMIPS
365 const char* GetDescription() const OVERRIDE { return "SuspendCheckSlowPathMIPS"; } in GetDescription() function in art::mips::SuspendCheckSlowPathMIPS
427 const char* GetDescription() const OVERRIDE { return "TypeCheckSlowPathMIPS"; } in GetDescription() function in art::mips::TypeCheckSlowPathMIPS
450 const char* GetDescription() const OVERRIDE { return "DeoptimizationSlowPathMIPS"; } in GetDescription() function in art::mips::DeoptimizationSlowPathMIPS
Dintrinsics_mips64.cc122 const char* GetDescription() const OVERRIDE { return "IntrinsicSlowPathMIPS64"; } in GetDescription() function in art::mips64::IntrinsicSlowPathMIPS64
Dintrinsics_arm64.cc134 const char* GetDescription() const OVERRIDE { return "IntrinsicSlowPathARM64"; } in GetDescription() function in art::arm64::IntrinsicSlowPathARM64
Dintrinsics_mips.cc133 const char* GetDescription() const OVERRIDE { return "IntrinsicSlowPathMIPS"; } in GetDescription() function in art::mips::IntrinsicSlowPathMIPS