Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtype_lookup_table.h112 Entry() : str_offset_(0u), data_(0u) {} in Entry() function
113 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.h107 struct Entry { struct
108 ArtMethod* method;
112 const void* code_ptr;
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h192 vixl::aarch64::Label* Entry() { return &exception_entry_; } in Entry() function
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h216 vixl32::Label* Entry() { return &exception_entry_; } in Entry() function
/art/runtime/
Ddebugger.cc792 struct Entry { struct in art::StringTable
793 explicit Entry(const char* data_in) in Entry() function
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.cc7479 struct Entry { in CheckVTableHasNoDuplicates() struct
7480 size_t cached_hash = 0; in CheckVTableHasNoDuplicates()
7481 const char* name = nullptr; in CheckVTableHasNoDuplicates()
7482 Signature signature = Signature::NoSignature(); in CheckVTableHasNoDuplicates()
7483 uint32_t name_len = 0; in CheckVTableHasNoDuplicates()
7485 Entry(const DexFile* dex_file, const dex::MethodId& mid) in CheckVTableHasNoDuplicates() argument
7490 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