public class JavaLangThreadStart0Native extends NativeMethod
bodyBuilder, localStart, method, paraLocals, paraStart, stmtList, thisLocal, view| Constructor and Description |
|---|
JavaLangThreadStart0Native(View view,
SootMethod method,
LValue currentThread) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
simulateImpl()
Calls to Thread.start() get redirected to Thread.run.
|
simulateaddAssign, addInvoke, addInvoke, addReturn, getArrayRef, getInvoke, getInvoke, getNew, getNewArray, getNextLocal, getPara, getPara, getStaticFieldRef, getThispublic JavaLangThreadStart0Native(View view, SootMethod method, LValue currentThread)
protected void simulateImpl()
In JRE 1.5 and JRE 1.6 Thread.start() is defined in Java and there is native method start0.
simulateImpl in class NativeMethodCopyright © 2024 Soot OSS. All rights reserved.