Searched defs:Entry (Results 1 – 8 of 8) 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
109 struct Entry { struct110 ArtMethod* method;114 const void* code_ptr;
185 vixl::aarch64::Label* Entry() { return &exception_entry_; } in Entry() function
208 vixl32::Label* Entry() { return &exception_entry_; } in Entry() function
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 ==()
7520 struct Entry { in CheckVTableHasNoDuplicates() struct7521 size_t cached_hash = 0; in CheckVTableHasNoDuplicates()7522 uint32_t name_len = 0; in CheckVTableHasNoDuplicates()7523 const char* name = nullptr; in CheckVTableHasNoDuplicates()7524 Signature signature = Signature::NoSignature(); in CheckVTableHasNoDuplicates()7530 Entry(const DexFile* dex_file, const dex::MethodId& mid) in CheckVTableHasNoDuplicates() argument7543 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