HomeSort by relevance Sort by last modified time
    Searched refs:method_idx_ (Results 1 - 5 of 5) sorted by null

  /art/compiler/
compiled_method.h 190 patch.method_idx_ = target_method_idx;
198 patch.method_idx_ = target_method_idx;
206 patch.method_idx_ = target_method_idx;
273 return MethodReference(target_dex_file_, method_idx_);
328 uint32_t method_idx_; // Method index for Call/Method patches. member in union:art::LinkerPatch::__anon4
332 static_assert(sizeof(method_idx_) == sizeof(cmp1_), "needed by relational operators");
  /art/runtime/
dex_file_verifier.cc     [all...]
dex_file.h 355 uint32_t method_idx_; member in struct:art::DexFile::MethodAnnotationsItem
363 uint32_t method_idx_; member in struct:art::DexFile::ParameterAnnotationsItem
    [all...]
dex_file.cc     [all...]
  /art/compiler/optimizing/
nodes.h 303 method_idx_(method_idx),
492 return method_idx_;
603 const uint32_t method_idx_; member in class:art::HGraph
1746 const uint32_t method_idx_; member in class:art::HEnvironment
    [all...]

Completed in 134 milliseconds