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

  /art/compiler/driver/
dex_compilation_unit.h 63 uint32_t GetDexMethodIndex() const {
  /art/runtime/verifier/
verifier_deps.h 164 uint32_t GetDexMethodIndex() const { return std::get<0>(*this); }
  /art/runtime/
art_method-inl.h 94 inline uint32_t ArtMethod::GetDexMethodIndex() {
232 uint32_t dex_method_idx = GetDexMethodIndex();
249 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
253 uint32_t dex_method_idx = GetDexMethodIndex();
263 uint32_t dex_method_idx = GetDexMethodIndex();
305 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex()));
312 dex_file->GetMethodId(GetDexMethodIndex()));
338 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
377 GetDexMethodIndex(),
395 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 90 milliseconds