Searched refs:outermost_graph_ (Results 1 – 2 of 2) sorted by relevance
51 outermost_graph_(outermost_graph), in HOptimization()72 const HGraph* GetOutermostGraph() const { return outermost_graph_; } in GetOutermostGraph()327 HGraph* const outermost_graph_; variable
151 if (outermost_graph_ == graph_) { in Run()374 if (outermost_graph_->IsCompilingOsr()) { in FindMethodFromCHA()517 if (outermost_graph_ == graph_) { in TryInline()544 outermost_graph_->SetUsefulOptimizing(); in TryInline()594 outermost_graph_->AddCHASingleImplementationDependency(invoke_instruction->GetResolvedMethod()); in TryInlineFromCHA()624 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()700 ProfilingInfo* profiling_info = outermost_graph_->GetProfilingInfo(); in GetInlineCacheJIT()938 outermost_graph_->IncrementNumberOfCHAGuards(); in AddCHAGuard()959 ArtMethod* outermost_art_method = outermost_graph_->GetArtMethod(); in AddTypeGuard()1296 if (outermost_graph_->IsCompilingOsr()) { in TryInlinePolymorphicCallToSameTarget()[all …]