HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodShorty (Results 1 - 11 of 11) 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 28 const char* GetMethodShorty(JNIEnv* env, jmethodID mid) {
100 // getMethodShorty(): in the case of native method calling JNI native function CallXXXXMethodY(),
107 GetMethodShorty, GetNativeMethodCount, GetNativeMethods
dex_file.h 624 const char* GetMethodShorty(const MethodId& method_id) const {
627 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const {
    [all...]
class_linker.cc     [all...]
  /art/compiler/jni/portable/
jni_compiler.cc 69 char const return_shorty = dex_file->GetMethodShorty(method_id)[0];
  /art/compiler/dex/
frontend.cc 570 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
604 const char* invoke_method_shorty = dex_file.GetMethodShorty(
mir_graph.cc 693 cu_->shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 64 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
  /art/runtime/mirror/
art_method-inl.h 429 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length);
  /art/compiler/llvm/
gbc_expander.cc     [all...]

Completed in 345 milliseconds