Home
last modified time | relevance | path

Searched refs:IsLeafMethod (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.cc463 && IsLeafMethod() in InitializeCodeGeneration()
1492 || !IsLeafMethod()) in ValidateInvokeRuntime()
Dcode_generator.h360 bool IsLeafMethod() const { in IsLeafMethod() function
Dregister_allocator_linear_scan.cc275 if (codegen_->IsLeafMethod()) { in ProcessInstruction()
Doptimizing_compiler.cc971 if (!codegen->IsLeafMethod()) { in TryCompileIntrinsic()
Dcode_generator_x86_64.cc1026 DCHECK(!IsLeafMethod()); in GenerateStaticOrDirectCall()
1266 bool skip_overflow_check = IsLeafMethod() in GenerateFrameEntry()
2422 DCHECK(!codegen_->IsLeafMethod()); in VisitInvokeVirtual()
2473 DCHECK(!codegen_->IsLeafMethod()); in VisitInvokeInterface()
4054 DCHECK(!codegen_->IsLeafMethod()); in VisitNewInstance()
4074 DCHECK(!codegen_->IsLeafMethod()); in VisitNewArray()
Dregister_allocator_graph_color.cc813 if (locations->NeedsSafepoint() && codegen_->IsLeafMethod()) { in ProcessInstruction()
Dcode_generator_arm_vixl.cc2484 IsLeafMethod() && !FrameNeedsStackCheck(GetFrameSize(), InstructionSet::kArm); in GenerateFrameEntry()
3595 DCHECK(!codegen_->IsLeafMethod()); in VisitInvokeVirtual()
3672 DCHECK(!codegen_->IsLeafMethod()); in VisitInvokeInterface()
5164 DCHECK(!codegen_->IsLeafMethod()); in VisitNewArray()
8949 DCHECK(!IsLeafMethod()); in GenerateStaticOrDirectCall()