Home
last modified time | relevance | path

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

/art/runtime/
Dtype_lookup_table.h99 struct Entry { struct
104 Entry() : str_offset(0), data(0), next_pos_delta(0) {} in Entry() argument
106 bool IsEmpty() const { in IsEmpty()
110 bool IsLast() const { in IsLast()
/art/compiler/utils/arm64/
Dassembler_arm64.h71 vixl::Label* Entry() { return &exception_entry_; } in Entry() function
/art/compiler/utils/
Dassembler.h71 Label* Entry() { return &entry_; } in Entry() function
/art/compiler/utils/mips64/
Dassembler_mips64.h94 Mips64Label* Entry() { return &exception_entry_; } in Entry() function
/art/compiler/utils/mips/
Dassembler_mips.h94 MipsLabel* Entry() { return &exception_entry_; } in Entry() function