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

  /art/dex2oat/linker/
oat_writer.cc 249 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const {
250 return compiled_methods_[class_def_method_index];
253 // CompiledMethods for each class_def_method_index, or null if no method is available.
257 // class_def_method_index. If 0, it means the corresponding
802 virtual bool VisitMethod(size_t class_def_method_index, const ClassAccessor::Method& method) = 0;
871 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED,
    [all...]
  /art/runtime/
art_method.cc 425 uint32_t class_def_method_index = 0u; local
428 return class_def_method_index;
430 class_def_method_index++;
    [all...]
class_linker.cc 3650 size_t class_def_method_index = 0; local
    [all...]

Completed in 86 milliseconds