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
108 struct Entry { struct109 ArtMethod* method;113 const void* code_ptr;
188 vixl::aarch64::Label* Entry() { return &exception_entry_; } in Entry() function
212 vixl32::Label* Entry() { return &exception_entry_; } in Entry() function
792 struct Entry { struct in art::StringTable793 explicit Entry(const char* data_in) in Entry() function800 const char* data;803 const uint32_t hash;807 mutable uint32_t index;809 bool operator==(const Entry& other) const { in operator ==()
7576 struct Entry { in CheckVTableHasNoDuplicates() struct7577 size_t cached_hash = 0; in CheckVTableHasNoDuplicates()7578 const char* name = nullptr; in CheckVTableHasNoDuplicates()7579 Signature signature = Signature::NoSignature(); in CheckVTableHasNoDuplicates()7580 uint32_t name_len = 0; in CheckVTableHasNoDuplicates()7582 Entry(const DexFile* dex_file, const dex::MethodId& mid) in CheckVTableHasNoDuplicates() argument7587 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