HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodId (Results 1 - 25 of 32) sorted by null

1 2

  /art/compiler/driver/
dex_compilation_unit.h 72 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
77 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
compiler_driver_test.cc 62 mid_ = env_->GetMethodID(class_, method, signature);
127 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i))
128 << " " << dex.GetMethodName(dex.GetMethodId(i));
130 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) << " "
131 << dex.GetMethodName(dex.GetMethodId(i));
159 jmethodID constructor = env_->GetMethodID(c_class, "<init>", "()V");
compiler_driver-inl.h 64 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex());
321 target_method->dex_file->GetMethodId(target_method->dex_method_index).class_idx_,
  /external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.cc 36 init_recording_(native_reg->GetMethodId("initRecording", "(II)I")),
37 start_recording_(native_reg->GetMethodId("startRecording", "()Z")),
38 stop_recording_(native_reg->GetMethodId("stopRecording", "()Z")),
39 enable_built_in_aec_(native_reg->GetMethodId("enableBuiltInAEC", "(Z)Z")),
40 enable_built_in_agc_(native_reg->GetMethodId("enableBuiltInAGC", "(Z)Z")),
41 enable_built_in_ns_(native_reg->GetMethodId("enableBuiltInNS", "(Z)Z")) {}
audio_track_jni.cc 36 init_playout_(native_reg->GetMethodId("initPlayout", "(II)V")),
37 start_playout_(native_reg->GetMethodId("startPlayout", "()Z")),
38 stop_playout_(native_reg->GetMethodId("stopPlayout", "()Z")),
39 set_stream_volume_(native_reg->GetMethodId("setStreamVolume", "(I)Z")),
41 native_reg->GetMethodId("getStreamMaxVolume", "()I")),
42 get_stream_volume_(native_reg->GetMethodId("getStreamVolume", "()I")) {}
audio_manager.cc 37 init_(native_reg->GetMethodId("init", "()Z")),
38 dispose_(native_reg->GetMethodId("dispose", "()V")),
40 native_reg->GetMethodId("isCommunicationModeEnabled", "()Z")),
42 native_reg->GetMethodId("isDeviceBlacklistedForOpenSLESUsage",
  /art/runtime/
art_method-inl.h 285 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx));
291 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
299 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
309 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx));
347 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex()));
354 dex_file->GetMethodId(GetDexMethodIndex()));
376 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
430 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
art_method.cc 63 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx);
110 const DexFile::MethodId& mid = dex_file->GetMethodId(GetDexMethodIndex());
112 const DexFile::MethodId& mid2 = dex_file->GetMethodId(other->GetDexMethodIndex());
116 const DexFile::MethodId& mid2 = dex_file2->GetMethodId(other->GetDexMethodIndex());
166 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx);
167 const DexFile::MethodId& name_and_sig_mid = other_dexfile.GetMethodId(name_and_signature_idx);
338 const auto& method_id = dex_file->GetMethodId(GetDexMethodIndex());
dex_file_test.cc 245 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
256 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
267 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
325 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i);
dex_file_verifier_test.cc 222 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0));
232 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0));
242 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0));
314 uint32_t name_index = dex_file->GetMethodId(method_index).name_idx_;
701 auto* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(method_idx));
    [all...]
class_linker-inl.h 125 // GetMethodId(method_idx).class_idx_ refers to a non-interface, non-direct-superclass
132 const DexFile::MethodId& method = dex_file->GetMethodId(method_idx);
dex_file.h 639 const MethodId& GetMethodId(uint32_t idx) const {
676 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_);
    [all...]
utils.cc 380 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
    [all...]
  /external/webrtc/webrtc/modules/utility/include/
jvm_android.h 56 // Wraps the jclass object on which we can call GetMethodId() functions to
63 jmethodID GetMethodId(const char* name, const char* signature);
138 // jmethodID id = reg->GetMethodId("init", "()Z");
  /art/dexlist/
dexlist.cc 103 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(idx);
  /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/verifier/
method_verifier.cc 694 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
    [all...]
  /art/dexdump/
dexdump.cc 560 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(index);
856 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(idx);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 510 uint16_t method_type_idx = referring_class->GetDexFile().GetMethodId(method_idx).class_idx_;
695 uint16_t method_type_idx = referring_class->GetDexFile().GetMethodId(method_idx).class_idx_;
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 69 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 140 const DexFile::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index);
  /art/runtime/interpreter/
interpreter.cc 496 const DexFile::MethodId& method_id = dex_file->GetMethodId(callee_method_idx);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 365 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx);
  /art/runtime/quick/
inline_method_analyser.cc 530 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index);

Completed in 806 milliseconds

1 2