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

  /art/runtime/
imt_conflict_table.h 35 class ImtConflictTable {
45 ImtConflictTable(ImtConflictTable* other,
62 ImtConflictTable(size_t num_entries, PointerSize pointer_size) {
93 bool Equals(ImtConflictTable* other, PointerSize pointer_size) const {
166 static size_t ComputeSizeWithOneMoreEntry(ImtConflictTable* table, PointerSize pointer_size) {
206 // of ImtConflictTable.
212 DISALLOW_COPY_AND_ASSIGN(ImtConflictTable);
image-inl.h 110 auto* table = reinterpret_cast<ImtConflictTable*>(base + section.Offset() + pos);
art_method.h 46 class ImtConflictTable;
467 ImtConflictTable* GetImtConflictTable(PointerSize pointer_size) {
469 return reinterpret_cast<ImtConflictTable*>(GetDataPtrSize(pointer_size));
472 ALWAYS_INLINE void SetImtConflictTable(ImtConflictTable* table, PointerSize pointer_size) {
783 // - conflict method: ImtConflictTable,
    [all...]
class_linker.h 83 class ImtConflictTable;
665 ImtConflictTable* CreateImtConflictTable(size_t count, LinearAlloc* linear_alloc);
668 static ImtConflictTable* CreateImtConflictTable(size_t count,
    [all...]
class_linker.cc     [all...]
  /art/dex2oat/linker/
image_writer.h 69 class ImtConflictTable;
506 void CopyAndFixupImtConflictTable(ImtConflictTable* orig, ImtConflictTable* copy)
575 void TryAssignConflictTableOffset(ImtConflictTable* table, size_t oat_index)
    [all...]
image_writer.cc     [all...]
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S     [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S     [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 356 milliseconds