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

  /art/compiler/dex/
mir_method_info.h 35 return method_idx_;
67 : method_idx_(method_idx),
80 uint16_t method_idx_; member in class:art::MirMethodInfo
  /art/runtime/
dex_file_verifier.cc     [all...]
dex_file.h 334 uint32_t method_idx_; member in struct:art::DexFile::MethodAnnotationsItem
342 uint32_t method_idx_; member in struct:art::DexFile::ParameterAnnotationsItem
    [all...]
  /art/compiler/sea_ir/ir/
sea.h 292 uint32_t method_idx_; member in class:sea_ir::SeaGraph
sea.cc 198 method_idx_ = method_idx;
464 :ti_(new TypeInference()), class_def_idx_(0), method_idx_(0), method_access_flags_(),
  /art/compiler/sea_ir/types/
type_inference.cc 40 : dex_file_(graph->GetDexFile()), dex_method_idx_(graph->method_idx_), type_cache_(types),

Completed in 139 milliseconds