Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/
H A 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 …]
H A 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 …]
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/runtime/
H A DTraceCmpHooks.java50 integerCompareTo(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in integerCompareTo()
59 longCompare(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in longCompare()
66 longCompareTo(MethodHandle method, Long thisObject, Object[] arguments, int hookId) { in longCompareTo()
81 equals(MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean areEqual) { in equals()
95 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean areEqual) { in genericEquals()
104 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean areEqual) { in genericStaticEquals()
117 MethodHandle method, String thisObject, Object[] arguments, int hookId, Integer returnValue) { in compareTo()
127 contentEquals(MethodHandle method, String thisObject, Object[] arguments, int hookId, in contentEquals()
139 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionsMatches5()
153 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionMatches4()
[all …]
H A 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()
H A DNativeLibHooks.java32 loadLibraryHook(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in loadLibraryHook()
H A DTraceIndirHooks.java32 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in methodInvoke()
/aosp_15_r20/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.cpp31 IObject *thisObject = InterfaceToIObject(thiz); in HandleAdd() local
115 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_AddInterface() local
211 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_RemoveInterface() local
287 IObject *thisObject = InterfaceToIObject(thiz); in HandleResume() local
363 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_ResumeInterface() local
446 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_RegisterCallback() local
H A DIMuteSolo.cpp27 IObject *thisObject = thiz->mThis; in IMuteSolo_SetChannelMute() local
66 IObject *thisObject = thiz->mThis; in IMuteSolo_GetChannelMute() local
99 IObject *thisObject = thiz->mThis; in IMuteSolo_SetChannelSolo() local
138 IObject *thisObject = thiz->mThis; in IMuteSolo_GetChannelSolo() local
174 IObject *thisObject = thiz->mThis; in IMuteSolo_GetNumChannels() local
H A DI3DCommit.cpp27 IObject *thisObject = InterfaceToIObject(thiz); in I3DCommit_Commit() local
48 IObject *thisObject = InterfaceToIObject(thiz); in I3DCommit_SetDeferred() local
H A DIDynamicSource.cpp38 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicSource_SetSource() local
H A DI3DGrouping.cpp38 IObject *thisObject = InterfaceToIObject(thiz); in I3DGrouping_Set3DGroup() local
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/autofuzz/
H A DMeta.java199 Executable executable, Object thisObject, Object[] arguments) { in getDebugSummary()
257 Object thisObject = consume(data, method.getDeclaringClass(), visitor); in autofuzz() local
271 public Object autofuzz(FuzzedDataProvider data, Method method, Object thisObject) { in autofuzz()
276 FuzzedDataProvider data, Method method, Object thisObject, AutofuzzCodegenVisitor visitor) { in autofuzz()
314 FuzzedDataProvider data, Method method, Object thisObject, AutofuzzCodegenVisitor visitor) { in autofuzzForConsume()
/aosp_15_r20/external/jazzer-api/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/
H A DServerSideRequestForgery.java61 checkSsrfSocket(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in checkSsrfSocket()
81 checkSsrfHttpConnection(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in checkSsrfHttpConnection()
H A DScriptEngineInjection.java59 MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in checkScriptEngineExecuteString()
77 checkScriptEngineExecute(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in checkScriptEngineExecute()
H A DSqlInjection.java81 checkSqlExecute(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in checkSqlExecute()
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DStackFrameImpl.java50 private ObjectReference thisObject = null; field in StackFrameImpl
118 public ObjectReference thisObject() { in thisObject() method in StackFrameImpl
/aosp_15_r20/external/jazzer-api/examples/src/main/java/com/example/
H A DExampleFuzzerHooks.java25 getRandomNumber(MethodHandle handle, Object thisObject, Object[] args, int hookId) { in getRandomNumber()
H A DExamplePathTraversalFuzzerHooks.java32 fileConstructorHook(MethodHandle handle, Object thisObject, Object[] args, int hookId) { in fileConstructorHook()
/aosp_15_r20/external/jazzer-api/tests/src/test/java/com/example/
H A DDisabledHooksFuzzer.java49 triggerCustomHookHook(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in triggerCustomHookHook()
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DDisposeDuringInvokeDebuggee.java34 public static DisposeDuringInvokeDebuggee thisObject; field in DisposeDuringInvokeDebuggee
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/
H A DStackFrame.java104 ObjectReference thisObject(); in thisObject() method
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DThisObjectTest.java131 TaggedObject thisObject = reply.getNextValueAsTaggedObject(); in testThisObjectTest001() local

123