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

  /art/compiler/
compiled_method.h 148 DCHECK(vmap_table_ != nullptr);
149 return *vmap_table_;
168 std::vector<uint8_t>* vmap_table_; member in class:art::CompiledMethod
  /art/runtime/mirror/
art_method.h 264 return GetFieldPtr<const uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, vmap_table_), false);
268 SetFieldPtr<const uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, vmap_table_), vmap_table, false);
439 // registers. The first promoted register's corresponding dex register is vmap_table_[1], the Nth
440 // is vmap_table_[N]. vmap_table_[0] holds the length of the table.
441 const uint16_t* vmap_table_; member in class:art::mirror::ArtMethod

Completed in 136 milliseconds