Home
last modified time | relevance | path

Searched refs:MethodIsLeaf (Results 1 – 8 of 8) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc222 bool skip_overflow_check = mir_graph_->MethodIsLeaf() && !FrameNeedsStackCheck(frame_size_, isa); in GenEntrySequence()
/art/compiler/dex/quick/mips/
Dcall_mips.cc306 …bool skip_overflow_check = mir_graph_->MethodIsLeaf() && !FrameNeedsStackCheck(frame_size_, kMips); in GenEntrySequence()
/art/compiler/dex/quick/
Dmir_to_lir.cc451 if (!kLeafOptimization || !mir_graph_->MethodIsLeaf()) { in CompileDalvikInstruction()
460 if (!kLeafOptimization || !mir_graph_->MethodIsLeaf()) { in CompileDalvikInstruction()
468 if (!kLeafOptimization || !mir_graph_->MethodIsLeaf()) { in CompileDalvikInstruction()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc332 …bool skip_overflow_check = mir_graph_->MethodIsLeaf() && !FrameNeedsStackCheck(frame_size_, kArm64… in GenEntrySequence()
/art/compiler/dex/quick/arm/
Dcall_arm.cc357 bool skip_overflow_check = mir_graph_->MethodIsLeaf() && !FrameNeedsStackCheck(frame_size_, kArm); in GenEntrySequence()
/art/compiler/dex/
Dfrontend.cc743 && !cu.mir_graph->MethodIsLeaf() in CompileMethod()
Dmir_graph.h879 bool MethodIsLeaf() { in MethodIsLeaf() function
/art/compiler/dex/portable/
Dmir_to_gbc.cc896 if (!mir_graph_->MethodIsLeaf()) { in ConvertMIRNode()
912 if (!mir_graph_->MethodIsLeaf()) { in ConvertMIRNode()