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

  /art/compiler/driver/
dex_compilation_unit.h 63 uint32_t GetDexMethodIndex() const {
  /art/runtime/
art_method-inl.h 117 inline uint32_t ArtMethod::GetDexMethodIndex() {
279 uint32_t dex_method_idx = GetDexMethodIndex();
291 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
295 uint32_t dex_method_idx = GetDexMethodIndex();
305 uint32_t dex_method_idx = GetDexMethodIndex();
347 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex()));
354 dex_file->GetMethodId(GetDexMethodIndex()));
376 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
409 GetDexMethodIndex(),
430 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 45 milliseconds