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

  /art/compiler/
compiled_method.h 147 const std::vector<uint8_t>& GetVmapTable() const {
oat_writer.cc 340 const std::vector<uint8_t>& vmap_table = compiled_method->GetVmapTable();
744 const std::vector<uint8_t>& vmap_table = compiled_method->GetVmapTable();
    [all...]
  /art/runtime/mirror/
art_method-inl.h 162 return reinterpret_cast<uint32_t>(GetVmapTable());
art_method.h 263 const uint8_t* GetVmapTable() const {
  /art/runtime/
oat_file.h 103 const uint8_t* GetVmapTable() const {
stack.cc 139 const VmapTable vmap_table(m->GetVmapTable());
164 const VmapTable vmap_table(m->GetVmapTable());
oat_file.cc 485 method->SetVmapTable(GetVmapTable());
common_test.h 208 &compiled_method->GetVmapTable()[0],
thread.cc     [all...]
  /art/oatdump/
oatdump.cc 338 oat_method.GetVmapTable(), oat_method.GetVmapTableOffset());
394 const uint8_t* raw_table = oat_method.GetVmapTable();
422 const uint8_t* raw_table = oat_method.GetVmapTable();
    [all...]

Completed in 37 milliseconds