Home
last modified time | relevance | path

Searched refs:GetMethodName (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/go/
Dsignature.go105 MethodName: pb.GetMethodName(),
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
Dagent.cc705 jvmtiError error = jvmtiEnv->GetMethodName(frameToInspect->method, &calledMethodName, in InspectClass()
792 jvmtiEnv->GetMethodName(frameInfo[DIRECT_CALL_STACK_FRAME].method, in Java_com_android_dx_mockito_inline_StaticMockMethodAdvice_nativeGetCalledClassName()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1344 jvmtiError (JNICALL *GetMethodName) (jvmtiEnv* env,
2279 jvmtiError GetMethodName(jmethodID method, in GetMethodName() function
2283 return functions->GetMethodName(this, method, name_ptr, signature_ptr, generic_ptr); in GetMethodName()
/external/oj-libjdwp/src/share/back/
Dutil.c757 error = FUNC_PTR(gdata->jvmti,GetMethodName) in methodSignature()