Home
last modified time | relevance | path

Searched refs:SlowPathCodeMIPS64 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.h155 class SlowPathCodeMIPS64 : public SlowPathCode {
157 explicit SlowPathCodeMIPS64(HInstruction* instruction) in SlowPathCodeMIPS64() function
167 DISALLOW_COPY_AND_ASSIGN(SlowPathCodeMIPS64);
235 void GenerateClassInitializationCheck(SlowPathCodeMIPS64* slow_path, GpuRegister class_reg);
Dcode_generator_mips64.cc127 class BoundsCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
129 explicit BoundsCheckSlowPathMIPS64(HBoundsCheck* instruction) : SlowPathCodeMIPS64(instruction) {} in BoundsCheckSlowPathMIPS64()
164 class DivZeroCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
167 : SlowPathCodeMIPS64(instruction) {} in DivZeroCheckSlowPathMIPS64()
184 class LoadClassSlowPathMIPS64 : public SlowPathCodeMIPS64 {
187 : SlowPathCodeMIPS64(at), cls_(cls) { in LoadClassSlowPathMIPS64()
245 class LoadStringSlowPathMIPS64 : public SlowPathCodeMIPS64 {
248 : SlowPathCodeMIPS64(instruction) {} in LoadStringSlowPathMIPS64()
283 class NullCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
285 explicit NullCheckSlowPathMIPS64(HNullCheck* instr) : SlowPathCodeMIPS64(instr) {} in NullCheckSlowPathMIPS64()
[all …]