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

  /art/compiler/
compiled_method.h 138 patch.method_idx_ = target_method_idx;
148 patch.method_idx_ = target_method_idx;
157 patch.method_idx_ = target_method_idx;
165 patch.method_idx_ = target_method_idx;
250 return MethodReference(target_dex_file_, method_idx_);
315 uint32_t method_idx_; // Method index for Call/Method patches. member in union:art::LinkerPatch::__anon3
319 static_assert(sizeof(method_idx_) == sizeof(cmp1_), "needed by relational operators");
  /art/runtime/
dex_file.h 374 uint32_t method_idx_; member in struct:art::DexFile::MethodHandleType::MethodAnnotationsItem
382 uint32_t method_idx_; member in struct:art::DexFile::MethodHandleType::ParameterAnnotationsItem
    [all...]
  /art/compiler/optimizing/
nodes.h 334 method_idx_(method_idx),
540 return method_idx_;
697 const uint32_t method_idx_; member in class:art::HGraph
    [all...]

Completed in 634 milliseconds