Searched defs:method_idx_ (Results 1 - 3 of 3) sorted by path

/art/compiler/
H A Dcompiled_method.h190 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::__anon3
332 static_assert(sizeof(method_idx_) == sizeof(cmp1_), "needed by relational operators");
/art/compiler/optimizing/
H A Dnodes.h303 method_idx_(method_idx),
492 return method_idx_;
603 const uint32_t method_idx_; member in class:art::HGraph
1659 method_idx_(method_idx),
1721 return method_idx_;
1746 const uint32_t method_idx_; member in class:art::HEnvironment
/art/runtime/
H A Ddex_file.h355 uint32_t method_idx_; member in struct:art::DexFile::MethodAnnotationsItem
363 uint32_t method_idx_; member in struct:art::DexFile::ParameterAnnotationsItem

Completed in 44 milliseconds