Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Dtype_lookup_table.h114 Entry() : str_offset_(0u), data_(0u) {} in Entry() function
115 Entry(uint32_t str_offset, uint32_t hash, uint32_t class_def_index, uint32_t mask_bits) in Entry() function
/art/runtime/jit/
Djit_code_cache.h109 struct Entry { struct
110 ArtMethod* method;
114 const void* code_ptr;
/art/runtime/
Ddebugger.cc792 struct Entry { struct in art::StringTable
793 explicit Entry(const char* data_in) in Entry() argument
800 const char* data;
803 const uint32_t hash;
807 mutable uint32_t index;
809 bool operator==(const Entry& other) const { in operator ==()
Dclass_linker.cc6822 struct Entry { in CheckVTableHasNoDuplicates() struct
6823 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() argument
6845 bool operator==(const Entry& other) const { in CheckVTableHasNoDuplicates()
/art/libartbase/base/
Dbit_table.h263 Entry() { in Entry() function
270 Entry(std::initializer_list<uint32_t> values) { in Entry() function
/art/compiler/utils/
Dassembler.h73 Label* Entry() { return &entry_; } in Entry() function