Searched refs:method_idx_ (Results 1 - 5 of 5) sorted by relevance

/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/runtime/
H A Ddex_file_verifier.cc1293 if (UNLIKELY(last_idx >= method_item->method_idx_ && i != 0)) {
1295 last_idx, method_item->method_idx_);
1298 last_idx = method_item->method_idx_;
1313 if (UNLIKELY(last_idx >= parameter_item->method_idx_ && i != 0)) {
1315 last_idx, parameter_item->method_idx_);
1318 last_idx = parameter_item->method_idx_;
1688 LOAD_METHOD(method, method_items[0].method_idx_, "first_annotations_dir_definer method id",
1695 LOAD_METHOD(method, parameter_items[0].method_idx_, "first_annotations_dir_definer method id",
2202 LOAD_METHOD(method, method_item->method_idx_, "inter_annotations_directory_item method_id",
2219 LOAD_METHOD(parameter_method, parameter_item->method_idx_,
[all...]
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
H A Ddex_file.cc1254 if (method_annotations[i].method_idx_ == method_index) {
1275 if (parameter_annotations[i].method_idx_ == method_index) {
/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

Completed in 111 milliseconds