Home
last modified time | relevance | path

Searched refs:isSubroutine (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java201 public boolean isSubroutine(int offset) in isSubroutine() method in BranchTargetFinder
411 if (isSubroutine(offset)) in visitCodeAttribute()
444 …(isSubroutine(index) ? " ["+subroutineStart(index)+" -> "+subroutineEnd(index)+"]" : "")… in visitCodeAttribute()
/external/llvm-project/flang/include/flang/Semantics/
Dexpression.h367 ActualArguments &&, bool isSubroutine = false,
371 bool isSubroutine, bool mightBeStructureConstructor = false);
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java122 if (branchTargetFinder.isSubroutine(offset) && in visitCodeAttribute0()
/external/proguard/src/proguard/optimize/evaluation/
DPartialEvaluator.java395 public boolean isSubroutine(int instructionOffset) in isSubroutine() method in PartialEvaluator
397 return branchTargetFinder.isSubroutine(instructionOffset); in isSubroutine()
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp125 void Analyze(const parser::ActualArgSpec &, bool isSubroutine);
1984 bool isSubroutine, bool mightBeStructureConstructor) in GetCalleeAndArguments() argument
1990 isSubroutine, mightBeStructureConstructor); in GetCalleeAndArguments()
2000 ActualArguments &&arguments, bool isSubroutine, in GetCalleeAndArguments() argument
2009 CallCharacteristics{ultimate.name().ToString(), isSubroutine}, in GetCalleeAndArguments()
2035 ultimate.name().ToString(), isSubroutine}, in GetCalleeAndArguments()
2849 const parser::ActualArgSpec &arg, bool isSubroutine) { in Analyze() argument
2862 if (!isSubroutine) { in Analyze()