Home
last modified time | relevance | path

Searched refs:methodDescriptor (Results 1 – 2 of 2) sorted by relevance

/cts/tools/test-api-map/instrumenttool/src/com/android/xts/apimapper/asm/
DAsmUtils.kt64 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()
/cts/tests/tests/uprobestats/jni/
Dtest_dynamic_instrumentation_manager.cpp69 const ADynamicInstrumentationManager_MethodDescriptor& methodDescriptor,
140 const ADynamicInstrumentationManager_MethodDescriptor* methodDescriptor = in Java_android_os_instrumentation_cts_DynamicInstrumentationManagerTest_getExecutableMethodFileOffsetsNative() local
144 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()