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

  /art/runtime/
common_test.h 203 OatFile::OatMethod oat_method = CreateOatMethod(method_code, local
210 oat_method.LinkMethod(method);
217 OatFile::OatMethod oat_method = CreateOatMethod(method_code, local
224 oat_method.LinkMethod(method);
class_linker.cc 1681 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(method_index); local
    [all...]
  /art/oatdump/
oatdump.cc 233 void AddOffsets(const OatFile::OatMethod& oat_method) {
234 uint32_t code_offset = oat_method.GetCodeOffset();
239 offsets_.insert(oat_method.GetMappingTableOffset());
240 offsets_.insert(oat_method.GetVmapTableOffset());
241 offsets_.insert(oat_method.GetNativeGcMapOffset());
287 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx); local
288 DumpOatMethod(os, class_def, class_method_idx, oat_method, dex_file,
294 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx); local
295 DumpOatMethod(os, class_def, class_method_idx, oat_method, dex_file,
306 const OatFile::OatMethod& oat_method, const DexFile& dex_file
    [all...]

Completed in 236 milliseconds