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

  /art/compiler/optimizing/
code_generator.h 123 void AddSlowPath(SlowPathCode* slow_path) {
code_generator_x86_64.cc 221 AddSlowPath(slow_path);
    [all...]
code_generator_arm.cc 272 AddSlowPath(slow_path);
    [all...]
code_generator_x86.cc 255 AddSlowPath(slow_path);
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 81 AddSlowPath(new (arena_) DivZeroCheckSlowPath(this, branch));
105 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, index, length));
135 AddSlowPath(new (arena_) ArrayBoundsCheckSlowPath(this, branch, index, length));
154 AddSlowPath(new (arena_) NullCheckSlowPath(this, branch));
576 AddSlowPath(new (arena_) StaticFieldSlowPath(this, unresolved_branch, uninit_branch, cont,
661 AddSlowPath(new (arena_) StaticFieldSlowPath(this, unresolved_branch, uninit_branch, cont,
    [all...]
codegen_util.cc     [all...]
mir_to_lir.h     [all...]
gen_invoke.cc 67 AddSlowPath(new (arena_) IntrinsicSlowPathPath(this, info, branch, resume));
    [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 436 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, true, spill_size));
451 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, false, frame_size_));
  /art/compiler/dex/quick/mips/
call_mips.cc 343 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, spill_count * 4));
  /art/compiler/dex/quick/x86/
call_x86.cc 279 AddSlowPath(
int_x86.cc     [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 398 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, frame_size_));

Completed in 157 milliseconds