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 71 return dex_file_->GetMethodShorty(method_id);
76 return dex_file_->GetMethodShorty(method_id, shorty_len);
  /art/compiler/jni/portable/
jni_compiler.cc 69 char const return_shorty = dex_file->GetMethodShorty(method_id)[0];
  /art/runtime/
dex_file.h 570 const char* GetMethodShorty(const MethodId& method_id) const {
573 const char* GetMethodShorty(const MethodId& method_id, uint32_t* length) const {
    [all...]
object_utils.h 449 result = dex_file.GetMethodShorty(dex_file.GetMethodId(method_->GetDexMethodIndex()),
class_linker.cc     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 62 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 522 dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx), &shorty_len);
  /art/compiler/dex/
mir_graph.cc 540 cu_->shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
    [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]

Completed in 67 milliseconds