| Package | Description |
|---|---|
| com.ibm.wala.classLoader |
This package provides functionality related to class loading and
management of loaded classes.
|
| com.ibm.wala.ipa.callgraph.impl |
This package provides some implementations of basic functions needed for
various call graph construction algorithms.
|
| com.ibm.wala.ipa.summaries |
This package provides class hierarchy analysis.
|
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaLanguage.JavaInstructionFactory |
| Modifier and Type | Method and Description |
|---|---|
SSAInstructionFactory |
IClassLoader.getInstructionFactory() |
SSAInstructionFactory |
ClassLoaderImpl.getInstructionFactory() |
SSAInstructionFactory |
Language.instructionFactory() |
SSAInstructionFactory |
JavaLanguage.instructionFactory() |
| Modifier and Type | Field and Description |
|---|---|
protected SSAInstructionFactory |
AbstractRootMethod.insts |
| Modifier and Type | Method and Description |
|---|---|
SSAInstructionFactory |
BypassSyntheticClassLoader.getInstructionFactory() |
| Modifier and Type | Method and Description |
|---|---|
SSAInstruction |
SSAUnaryOpInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAThrowInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSASwitchInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAStoreIndirectInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAReturnInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAPutInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAPiInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAPhiInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSANewInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAMonitorInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSALoadMetadataInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSALoadIndirectInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAInvokeInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAInvokeDynamicInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
abstract SSAInstruction |
SSAInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses)
This method is meant to be used during SSA conversion for an IR that is not in SSA form.
|
SSAInstruction |
SSAInstanceofInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAGotoInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAGetInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAGetCaughtExceptionInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAConditionalBranchInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAComparisonInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSACheckCastInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAArrayStoreInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAArrayLoadInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAArrayLengthInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
SSAInstruction |
SSAAddressOfInstruction.copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses) |
Copyright © 2015. All rights reserved.