Searched refs:isSubroutine (Results 1 – 5 of 5) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | BranchTargetFinder.java | 201 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/ |
D | expression.h | 367 ActualArguments &&, bool isSubroutine = false, 371 bool isSubroutine, bool mightBeStructureConstructor = false);
|
/external/proguard/src/proguard/preverify/ |
D | CodeSubroutineInliner.java | 122 if (branchTargetFinder.isSubroutine(offset) && in visitCodeAttribute0()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | PartialEvaluator.java | 395 public boolean isSubroutine(int instructionOffset) in isSubroutine() method in PartialEvaluator 397 return branchTargetFinder.isSubroutine(instructionOffset); in isSubroutine()
|
/external/llvm-project/flang/lib/Semantics/ |
D | expression.cpp | 125 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()
|