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

  /art/runtime/
art_method.cc 441 size_t class_def_method_index = 0; local
444 return class_def_method_index;
446 class_def_method_index++;
451 return class_def_method_index;
453 class_def_method_index++;
    [all...]
class_linker.cc 3239 size_t class_def_method_index = 0; local
    [all...]
  /art/dex2oat/linker/
oat_writer.cc 239 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const {
240 return compiled_methods_[class_def_method_index];
243 // CompiledMethods for each class_def_method_index, or null if no method is available.
247 // class_def_method_index. If 0, it means the corresponding
779 virtual bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) = 0;
848 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED,
2218 size_t class_def_method_index = 0u; local
    [all...]

Completed in 580 milliseconds