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

  /art/compiler/
oat_writer.cc 253 size_t class_def_method_index = 0; local
256 offset = InitOatCodeMethod(offset, oat_class_index, class_def_index, class_def_method_index,
259 class_def_method_index++;
264 offset = InitOatCodeMethod(offset, oat_class_index, class_def_index, class_def_method_index,
267 class_def_method_index++;
276 size_t class_def_method_index,
292 oat_class->GetOatMethodOffsetsOffsetFromOatHeader(class_def_method_index);
389 oat_class->method_offsets_[class_def_method_index] =
639 size_t class_def_method_index = 0; local
643 class_def_method_index, is_static, it.GetMemberIndex()
    [all...]
oat_writer.h 102 size_t class_def_method_index, bool is_native, InvokeType type,
115 size_t oat_class_index, size_t class_def_method_index, bool is_static,
  /art/runtime/
class_linker.cc 1532 size_t class_def_method_index = 0; local
1809 size_t class_def_method_index = 0; local
    [all...]

Completed in 41 milliseconds