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

  /art/compiler/driver/
dex_compilation_unit.h 73 return dex_file_->GetMethodShorty(method_id);
78 return dex_file_->GetMethodShorty(method_id, shorty_len);
  /art/runtime/
native_bridge_art_interface.cc 35 static const char* GetMethodShorty(JNIEnv* env, jmethodID mid) {
84 // getMethodShorty(): in the case of native method calling JNI native function CallXXXXMethodY(),
91 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
dex_file-inl.h 107 inline const char* DexFile::GetMethodShorty(uint32_t idx) const {
111 inline const char* DexFile::GetMethodShorty(const MethodId& method_id) const {
115 inline const char* DexFile::GetMethodShorty(const MethodId& method_id, uint32_t* length) const {
dex_file.h 696 const char* GetMethodShorty(uint32_t idx) const;
699 const char* GetMethodShorty(const MethodId& method_id) const;
700 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const;
    [all...]
art_method-inl.h 253 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 129 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 238 milliseconds