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

  /art/compiler/
oat_test.cc 131 size_t method_index = 0; local
132 for (size_t i = 0; i < klass->NumDirectMethods(); i++, method_index++) {
134 oat_class->GetOatMethod(method_index), dex_file);
136 for (size_t i = 0; i < num_virtual_methods; i++, method_index++) {
138 oat_class->GetOatMethod(method_index), dex_file);
  /art/runtime/mirror/
art_method.cc 111 uint16_t method_index = GetMethodIndex(); local
116 if (super_class_vtable != NULL && method_index < super_class_vtable->GetLength()) {
117 result = super_class_vtable->Get(method_index);
  /art/runtime/
oat_file.h 152 const OatMethod GetOatMethod(uint32_t method_index) const;
oat_file.cc 407 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const {
408 const OatMethodOffsets& oat_method_offsets = methods_pointer_[method_index];
class_linker.cc     [all...]
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 544 for (size_t method_index = 0;
545 method_index < arraysize(tested_methods);
546 ++method_index) {
549 tested_methods[method_index],
  /art/oatdump/
oatdump.cc 185 size_t method_index = m->GetMethodIndex(); local
186 return oat_class->GetOatMethod(method_index).GetCode();
    [all...]

Completed in 274 milliseconds