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

  /art/runtime/
oat_file-inl.h 75 const uint8_t* vmap_table = GetVmapTable();
87 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const {
oat_quick_method_header.h 82 const uint8_t* GetVmapTable() const {
oat_file.h 129 const uint8_t* GetVmapTable() const;
art_method.cc 368 return oat_method.GetVmapTable();
  /art/compiler/driver/
compiled_method_storage_test.cc 123 ASSERT_EQ(same_vmap_table, lhs->GetVmapTable().data() == rhs->GetVmapTable().data())
  /art/compiler/
oat_writer.cc 782 info.code_info = has_code_info ? compiled_method->GetVmapTable().data() : nullptr;
804 if (UNLIKELY(lhs->GetVmapTable().data() != rhs->GetVmapTable().data())) {
805 return lhs->GetVmapTable().data() < rhs->GetVmapTable().data();
848 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable();
    [all...]
common_compiler_test.cc 59 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable();
compiled_method.h 416 ArrayRef<const uint8_t> GetVmapTable() const {
  /art/oatdump/
oatdump.cc 876 vios->Stream() << StringPrintf("%p ", oat_method.GetVmapTable());
    [all...]

Completed in 1369 milliseconds