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 64 uint32_t GetDexMethodIndex() const {
  /art/runtime/verifier/
verifier_deps.h 166 uint32_t GetDexMethodIndex() const { return std::get<0>(*this); }
  /art/runtime/
art_method-inl.h 98 inline uint32_t ArtMethod::GetDexMethodIndex() {
182 uint32_t dex_method_idx = GetDexMethodIndex();
199 // Don't do a read barrier in the DCHECK() inside GetDexMethodIndex() as GetShorty()
203 // Class already satisfying the DCHECK() inside GetDexMethodIndex(), so even if that copy
205 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex<kWithoutReadBarrier>()),
210 uint32_t dex_method_idx = GetDexMethodIndex();
220 uint32_t dex_method_idx = GetDexMethodIndex();
268 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex()));
275 dex_file->GetMethodId(GetDexMethodIndex()));
364 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 109 milliseconds