HomeSort by relevance Sort by last modified time
    Searched defs:GetMethodId (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/utility/source/
jvm_android.cc 148 GetMethodID(jni_, j_class_, name, signature),
156 jmethodID JavaClass::GetMethodId(
158 return GetMethodID(jni_, j_class_, name, signature);
  /art/runtime/
dex_file.h 639 const MethodId& GetMethodId(uint32_t idx) const {
676 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_);
    [all...]

Completed in 74 milliseconds