HomeSort by relevance Sort by last modified time
    Searched refs:method_signature (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/
core_jni_helpers.h 41 const char* method_signature) {
42 jmethodID res = env->GetMethodID(clazz, method_name, method_signature);
55 const char* method_signature) {
56 jmethodID res = env->GetStaticMethodID(clazz, method_name, method_signature);
  /art/runtime/native/
java_lang_reflect_Executable.cc 171 static const char* method_signature = "VLILI"; // return + parameter types local
172 parameter_init->Invoke(self, args, sizeof(args), &result, method_signature);
  /art/runtime/
reflection_test.cc 91 const char* method_signature)
111 *method = c->FindClassMethod(method_name, method_signature, kRuntimePointerSize);
  /external/flatbuffers/src/
idl_gen_general.cpp 792 std::string method_signature = " public static " + struct_def.name + " " + local
796 code += method_signature + "(ByteBuffer _bb) ";
800 code += method_signature + "(ByteBuffer _bb, " + struct_def.name + " obj) { ";
    [all...]

Completed in 96 milliseconds