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

  /art/compiler/dex/quick/x86/
call_x86.cc 171 bool skip_overflow_check = mir_graph_->MethodIsLeaf() && !FrameNeedsStackCheck(frame_size_, isa);
  /art/compiler/dex/quick/
mir_to_lir.cc 539 if (!kLeafOptimization || !mir_graph_->MethodIsLeaf()) {
548 if (!kLeafOptimization || !mir_graph_->MethodIsLeaf()) {
555 if (!kLeafOptimization || !mir_graph_->MethodIsLeaf()) {
    [all...]
quick_compiler.cc 725 && !cu.mir_graph->MethodIsLeaf()
  /art/compiler/dex/quick/arm64/
call_arm64.cc 319 bool skip_overflow_check = mir_graph_->MethodIsLeaf() &&
  /art/compiler/dex/quick/mips/
call_mips.cc 285 skip_overflow_check = mir_graph_->MethodIsLeaf() && !FrameNeedsStackCheck(frame_size_, target);
  /art/compiler/dex/
mir_graph.h     [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 385 bool skip_overflow_check = mir_graph_->MethodIsLeaf() && !FrameNeedsStackCheck(frame_size_, kArm);

Completed in 3209 milliseconds