Searched defs:Entry (Results 1 – 6 of 6) sorted by relevance
114 Entry() : str_offset_(0u), data_(0u) {} in Entry() function115 Entry(uint32_t str_offset, uint32_t hash, uint32_t class_def_index, uint32_t mask_bits) in Entry() function
109 struct Entry { struct110 ArtMethod* method;114 const void* code_ptr;
792 struct Entry { struct in art::StringTable793 explicit Entry(const char* data_in) in Entry() argument800 const char* data;803 const uint32_t hash;807 mutable uint32_t index;809 bool operator==(const Entry& other) const { in operator ==()
6822 struct Entry { in CheckVTableHasNoDuplicates() struct6823 size_t cached_hash = 0; in CheckVTableHasNoDuplicates()6824 uint32_t name_len = 0; in CheckVTableHasNoDuplicates()6825 const char* name = nullptr; in CheckVTableHasNoDuplicates()6826 Signature signature = Signature::NoSignature(); in CheckVTableHasNoDuplicates()6832 Entry(const DexFile* dex_file, const dex::MethodId& mid) in CheckVTableHasNoDuplicates() argument6845 bool operator==(const Entry& other) const { in CheckVTableHasNoDuplicates()
263 Entry() { in Entry() function270 Entry(std::initializer_list<uint32_t> values) { in Entry() function
73 Label* Entry() { return &entry_; } in Entry() function