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

  /art/compiler/optimizing/
code_generator_mips.h 155 class SlowPathCodeMIPS : public SlowPathCode {
157 explicit SlowPathCodeMIPS(HInstruction* instruction)
167 DISALLOW_COPY_AND_ASSIGN(SlowPathCodeMIPS);
233 void GenerateClassInitializationCheck(SlowPathCodeMIPS* slow_path, Register class_reg);
code_generator_mips.cc 154 class BoundsCheckSlowPathMIPS : public SlowPathCodeMIPS {
156 explicit BoundsCheckSlowPathMIPS(HBoundsCheck* instruction) : SlowPathCodeMIPS(instruction) {}
191 class DivZeroCheckSlowPathMIPS : public SlowPathCodeMIPS {
193 explicit DivZeroCheckSlowPathMIPS(HDivZeroCheck* instruction) : SlowPathCodeMIPS(instruction) {}
210 class LoadClassSlowPathMIPS : public SlowPathCodeMIPS {
216 : SlowPathCodeMIPS(at), cls_(cls), dex_pc_(dex_pc), do_clinit_(do_clinit) {
284 class LoadStringSlowPathMIPS : public SlowPathCodeMIPS {
286 explicit LoadStringSlowPathMIPS(HLoadString* instruction) : SlowPathCodeMIPS(instruction) {}
332 class NullCheckSlowPathMIPS : public SlowPathCodeMIPS {
334 explicit NullCheckSlowPathMIPS(HNullCheck* instr) : SlowPathCodeMIPS(instr) {
    [all...]
intrinsics_mips.cc 100 class IntrinsicSlowPathMIPS : public SlowPathCodeMIPS {
102 explicit IntrinsicSlowPathMIPS(HInvoke* invoke) : SlowPathCodeMIPS(invoke), invoke_(invoke) { }
    [all...]

Completed in 54 milliseconds