Essays about: "Intrprocedural Analysis"

Found 1 essay containing the words Intrprocedural Analysis.

  1. 1. A Framework for Call Graph Construction

    University essay from Institutionen för datavetenskap, fysik och matematik, DFM

    Author : Elnaz Honar; Seyed AmirHossein Mortazavi Jahromi; [2010]
    Keywords : Call Graph; Program Analysis; Intrprocedural Analysis; Framework; Soot; ASM; Class Hierarchy Analysis; CHA; Rapid Type Analysis; RTA; Class Type Analysis; CTA;

    Abstract : In object oriented programming, a Call Graph represents the calling relationships between the program’s methods. To be more precise, a Call Graph is a rooted directed graph where each node of the graph represents a method and each edge (u, v) represents a method call from method u to method v. READ MORE