Searched defs:Entry (Results 1 – 9 of 9) sorted by relevance
112 Entry() : str_offset_(0u), data_(0u) {} in Entry() function113 Entry(uint32_t str_offset, uint32_t hash, uint32_t class_def_index, uint32_t mask_bits) in Entry() function
189 vixl::aarch64::Label* Entry() { return &exception_entry_; } in Entry() function
213 vixl32::Label* Entry() { return &exception_entry_; } in Entry() function
263 Entry() { in Entry() function270 Entry(std::initializer_list<uint32_t> values) { in Entry() function
74 Label* Entry() { return &entry_; } in Entry() function
4889 struct Entry { struct in art::StringTable4890 explicit Entry(const char* data_in) in Entry() argument4897 const char* data;4900 const uint32_t hash;4904 mutable uint32_t index;4906 bool operator==(const Entry& other) const { in operator ==()
7295 struct Entry { in CheckVTableHasNoDuplicates() struct7296 size_t cached_hash = 0; in CheckVTableHasNoDuplicates()7297 const char* name = nullptr; in CheckVTableHasNoDuplicates()7298 Signature signature = Signature::NoSignature(); in CheckVTableHasNoDuplicates()7299 uint32_t name_len = 0; in CheckVTableHasNoDuplicates()7301 Entry(const DexFile* dex_file, const dex::MethodId& mid) in CheckVTableHasNoDuplicates() function7306 bool operator==(const Entry& other) const { in CheckVTableHasNoDuplicates()
408 Mips64Label* Entry() { return &exception_entry_; } in Entry() function
257 MipsLabel* Entry() { return &exception_entry_; } in Entry() function