Home
last modified time | relevance | path

Searched defs:thisObject (Results 1 – 19 of 19) sorted by relevance

/external/jazzer-api/agent/src/test/java/com/code_intelligence/jazzer/instrumentor/
DReplaceHooks.java27 patchShouldReturnTrue1(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue1()
35 patchShouldReturnTrue2(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue2()
43 patchShouldReturnTrue3(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue3()
51 patchShouldReturnFalse1(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnFalse1()
62 patchShouldReturnFalse2(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnFalse2()
72 MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnReversed()
80 patchShouldIncrement(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldIncrement()
88 patchShouldCallPass(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldCallPass()
96 patchIdempotent(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in patchIdempotent()
107 patchAbstractListGet(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchAbstractListGet()
[all …]
DInvalidHookMocks.java25 MethodHandle method, String thisObject, Object[] arguments, long hookId) {} in incorrectHookIdType()
28 private static void invalidAfterHook(MethodHandle method, String thisObject, Object[] arguments, in invalidAfterHook()
32 public void invalidAfterHook2(MethodHandle method, String thisObject, Object[] arguments, in invalidAfterHook2()
38 incorrectReturnType(MethodHandle method, String thisObject, Object[] arguments, int hookId) { in incorrectReturnType()
45 invalidReplaceHook2(MethodHandle method, Integer thisObject, Object[] arguments, int hookId) { in invalidReplaceHook2()
52 invalidReplaceVoidMethod(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in invalidReplaceVoidMethod()
59 invalidReturnType(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in invalidReturnType()
67 primitiveReturnValueMustBeWrapped(MethodHandle method, String thisObject, Object[] arguments, in primitiveReturnValueMustBeWrapped()
74 MethodHandle method, Object thisObject, Object[] arguments, int hookId) throws Throwable {} in replaceOnInitWithoutReturnType()
80 MethodHandle method, Object thisObject, Object[] arguments, int hookId) throws Throwable { in replaceOnInitWithIncompatibleType()
[all …]
DAfterHooks.java29 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in patchFunc1()
38 patchRegisterTimesCalled(MethodHandle method, Object thisObject, Object[] arguments, int hookId, in patchRegisterTimesCalled()
49 MethodHandle method, Object thisObject, Object[] arguments, int hookId, String returnValue) { in patchGetFirstSecret()
59 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in patchGetSecondSecret()
70 MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchStringBuilderBeforeInit()
78 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in patchStringBuilderInit()
DValidHookMocks.java24 MethodHandle method, String thisObject, Object[] arguments, int hookId) {} in validBeforeHook()
27 public static void validAfterHook(MethodHandle method, String thisObject, Object[] arguments, in validAfterHook()
33 validReplaceHook(MethodHandle method, String thisObject, Object[] arguments, int hookId) { in validReplaceHook()
42 validReplaceHook2(MethodHandle method, String thisObject, Object[] arguments, int hookId) { in validReplaceHook2()
DBeforeHooks.java26 patchHasFunc1BeenCalled(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchHasFunc1BeenCalled()
34 patchHasBeenCalled(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in patchHasBeenCalled()
45 MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchHasFuncWithArgsBeenCalled()
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/runtime/
DTraceCmpHooks.java40 integerCompare(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in integerCompare()
51 integerCompareTo(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in integerCompareTo()
60 longCompare(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in longCompare()
67 longCompareTo(MethodHandle method, Long thisObject, Object[] arguments, int hookId) { in longCompareTo()
76 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in equals()
90 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in genericEquals()
102 MethodHandle method, String thisObject, Object[] arguments, int hookId, Integer returnValue) { in compareTo()
113 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in contentEquals()
124 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionsMatches5()
138 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionMatches4()
[all …]
DTraceDivHooks.java28 intUnsignedDivide(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in intUnsignedDivide()
39 longUnsignedDivide(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in longUnsignedDivide()
DNativeLibHooks.java32 loadLibraryHook(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in loadLibraryHook()
DTraceIndirHooks.java32 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in methodInvoke()
/external/jazzer-api/examples/src/main/java/com/example/
DExampleFuzzerHooks.java25 getRandomNumber(MethodHandle handle, Object thisObject, Object[] args, int hookId) { in getRandomNumber()
DExamplePathTraversalFuzzerHooks.java30 fileConstructorHook(MethodHandle handle, Object thisObject, Object[] args, int hookId) { in fileConstructorHook()
/external/jazzer-api/tests/src/test/java/com/example/
DDisabledHooksFuzzer.java48 triggerCustomHookHook(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in triggerCustomHookHook()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DDisposeDuringInvokeDebuggee.java34 public static DisposeDuringInvokeDebuggee thisObject; field in DisposeDuringInvokeDebuggee
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DStackFrame.java104 ObjectReference thisObject(); in thisObject() method
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DStackFrameImpl.java50 private ObjectReference thisObject = null; field in StackFrameImpl
118 public ObjectReference thisObject() { in thisObject() method in StackFrameImpl
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DThisObjectTest.java131 TaggedObject thisObject = reply.getNextValueAsTaggedObject(); in testThisObjectTest001() local
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/autofuzz/
DMeta.java87 Object thisObject = consume(data, method.getDeclaringClass(), visitor); in autofuzz() local
102 public static Object autofuzz(FuzzedDataProvider data, Method method, Object thisObject) { in autofuzz()
107 FuzzedDataProvider data, Method method, Object thisObject, AutofuzzCodegenVisitor visitor) { in autofuzz()
582 Executable executable, Object thisObject, Object[] arguments) { in getDebugSummary()
/external/jazzer-api/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/
DRegexRoadblocks.java282 MethodHandle method, Object thisObject, Object[] args, int hookId, Object unionPredicate) { in unionHook()
/external/oj-libjdwp/src/share/back/
DStackFrameImpl.c338 thisObject(PacketInputStream *in, PacketOutputStream *out) in thisObject() function