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

  /art/compiler/
common_compiler_test.cc 208 OatFile::OatMethod oat_method = CreateOatMethod(method_code); local
209 oat_method.LinkMethod(method);
220 OatFile::OatMethod oat_method = CreateOatMethod(method_code); local
221 oat_method.LinkMethod(method);
226 OatFile::OatMethod oat_method = CreateOatMethod(method_code); local
227 oat_method.LinkMethod(method);
  /art/oatdump/
oatdump.cc 350 void AddOffsets(const OatFile::OatMethod& oat_method) {
351 uint32_t code_offset = oat_method.GetCodeOffset();
356 offsets_.insert(oat_method.GetMappingTableOffset());
357 offsets_.insert(oat_method.GetVmapTableOffset());
358 offsets_.insert(oat_method.GetGcMapOffset());
474 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); local
490 uint32_t code_offset = oat_method.GetCodeOffset();
492 uint32_t aligned_code_begin = AlignCodeOffset(oat_method.GetCodeOffset());
503 *indent2_os << StringPrintf("%p ", oat_method.GetGcMap());
505 uint32_t gc_map_offset = oat_method.GetGcMapOffset()
    [all...]
  /art/runtime/
class_linker.cc 2439 OatFile::OatMethod oat_method; local
2470 OatFile::OatMethod oat_method; local
2497 OatFile::OatMethod oat_method; local
2585 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); local
2642 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(method_index); local
    [all...]

Completed in 433 milliseconds