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

  /art/compiler/optimizing/
code_generator_mips64.h 155 class SlowPathCodeMIPS64 : public SlowPathCode {
157 explicit SlowPathCodeMIPS64(HInstruction* instruction)
167 DISALLOW_COPY_AND_ASSIGN(SlowPathCodeMIPS64);
235 void GenerateClassInitializationCheck(SlowPathCodeMIPS64* slow_path, GpuRegister class_reg);
code_generator_mips64.cc 118 class BoundsCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
120 explicit BoundsCheckSlowPathMIPS64(HBoundsCheck* instruction) : SlowPathCodeMIPS64(instruction) {}
155 class DivZeroCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
158 : SlowPathCodeMIPS64(instruction) {}
175 class LoadClassSlowPathMIPS64 : public SlowPathCodeMIPS64 {
181 : SlowPathCodeMIPS64(at),
236 class LoadStringSlowPathMIPS64 : public SlowPathCodeMIPS64 {
239 : SlowPathCodeMIPS64(instruction) {}
274 class NullCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
276 explicit NullCheckSlowPathMIPS64(HNullCheck* instr) : SlowPathCodeMIPS64(instr) {
    [all...]
intrinsics_mips64.cc 91 class IntrinsicSlowPathMIPS64 : public SlowPathCodeMIPS64 {
94 : SlowPathCodeMIPS64(invoke), invoke_(invoke) { }
    [all...]

Completed in 151 milliseconds