| Package | Description |
|---|---|
| qilin.core | |
| qilin.core.builder | |
| qilin.core.builder.callgraph | |
| qilin.core.pag |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualCalls.resolve(Type t,
Type declaredType,
MethodSubSignature subSig,
SootMethod container,
ChunkedQueue<SootMethod> targets) |
void |
VirtualCalls.resolve(Type t,
Type declaredType,
Type sigType,
MethodSubSignature subSig,
SootMethod container,
ChunkedQueue<SootMethod> targets) |
void |
VirtualCalls.resolve(Type t,
Type declaredType,
Type sigType,
MethodSubSignature subSig,
SootMethod container,
ChunkedQueue<SootMethod> targets,
boolean appOnly) |
| Modifier and Type | Method and Description |
|---|---|
void |
CallGraphBuilder.setRMQueue(ChunkedQueue<ContextMethod> rmQueue) |
| Modifier and Type | Field and Description |
|---|---|
protected ChunkedQueue<Edge> |
OnFlyCallGraph.stream |
| Modifier and Type | Field and Description |
|---|---|
protected ChunkedQueue<Node> |
PAG.edgeQueue |
| Modifier and Type | Method and Description |
|---|---|
void |
PAG.setEdgeQueue(ChunkedQueue<Node> edgeQueue) |
Copyright © 2024 Soot OSS. All rights reserved.