Clazz
Class Delegates.CompiledCode

java.lang.Object
Clazz.Delegates.CompiledCode
- All Implemented Interfaces:
- jq_CompiledCode.Delegate
- Enclosing class:
- Delegates
- static class Delegates.CompiledCode
- extends java.lang.Object
- implements jq_CompiledCode.Delegate
|
Method Summary |
void |
deliverToStackFrame(java.lang.Object ed,
jq_CompiledCode t,
java.lang.Throwable x,
jq_TryCatch tc,
Memory.CodeAddress entry,
Memory.StackAddress fp)
|
java.util.Iterator |
getCompiledMethods()
|
java.lang.Object |
getThisPointer(java.lang.Object ed,
jq_CompiledCode t,
Memory.CodeAddress ip,
Memory.StackAddress fp)
|
void |
patchDirectBindCalls(java.util.Iterator i)
|
void |
patchDirectBindCalls(java.util.Iterator i,
jq_Method method,
jq_CompiledCode cc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Delegates.CompiledCode
Delegates.CompiledCode()
patchDirectBindCalls
public void patchDirectBindCalls(java.util.Iterator i)
- Specified by:
patchDirectBindCalls in interface jq_CompiledCode.Delegate
patchDirectBindCalls
public void patchDirectBindCalls(java.util.Iterator i,
jq_Method method,
jq_CompiledCode cc)
- Specified by:
patchDirectBindCalls in interface jq_CompiledCode.Delegate
getCompiledMethods
public java.util.Iterator getCompiledMethods()
- Specified by:
getCompiledMethods in interface jq_CompiledCode.Delegate
deliverToStackFrame
public final void deliverToStackFrame(java.lang.Object ed,
jq_CompiledCode t,
java.lang.Throwable x,
jq_TryCatch tc,
Memory.CodeAddress entry,
Memory.StackAddress fp)
- Specified by:
deliverToStackFrame in interface jq_CompiledCode.Delegate
getThisPointer
public final java.lang.Object getThisPointer(java.lang.Object ed,
jq_CompiledCode t,
Memory.CodeAddress ip,
Memory.StackAddress fp)
- Specified by:
getThisPointer in interface jq_CompiledCode.Delegate