Searched refs:methodDescriptor (Results 1 – 2 of 2) sorted by relevance
64 fun writeByteCodeToReturn(methodDescriptor: String, writer: MethodVisitor) { in writeByteCodeToReturn()65 Type.getReturnType(methodDescriptor).let { type -> in writeByteCodeToReturn()80 fun prependArgTypeToMethodDescriptor(methodDescriptor: String, argType: Type): String { in prependArgTypeToMethodDescriptor()81 val returnType = Type.getReturnType(methodDescriptor) in prependArgTypeToMethodDescriptor()82 val argTypes = Type.getArgumentTypes(methodDescriptor).toMutableList() in prependArgTypeToMethodDescriptor()
69 const ADynamicInstrumentationManager_MethodDescriptor& methodDescriptor,140 const ADynamicInstrumentationManager_MethodDescriptor* methodDescriptor = in Java_android_os_instrumentation_cts_DynamicInstrumentationManagerTest_getExecutableMethodFileOffsetsNative() local144 int32_t result = getExecutableMethodFileOffsets(*targetProcess, *methodDescriptor, &offsets); in Java_android_os_instrumentation_cts_DynamicInstrumentationManagerTest_getExecutableMethodFileOffsetsNative()147 methodDescriptor_destroy(methodDescriptor); in Java_android_os_instrumentation_cts_DynamicInstrumentationManagerTest_getExecutableMethodFileOffsetsNative()