Home
last modified time | relevance | path

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

/art/runtime/
Dtype_lookup_table.h100 struct Entry { struct
105 Entry() : str_offset(0), data(0), next_pos_delta(0) {} in Entry() function
107 bool IsEmpty() const { in IsEmpty()
111 bool IsLast() const { in IsLast()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h186 vixl::aarch64::Label* Entry() { return &exception_entry_; } in Entry() function
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h210 vixl32::Label* Entry() { return &exception_entry_; } in Entry() function
/art/compiler/utils/
Dassembler.h73 Label* Entry() { return &entry_; } in Entry() function
/art/compiler/utils/mips/
Dassembler_mips.h171 MipsLabel* Entry() { return &exception_entry_; } in Entry() function
/art/compiler/utils/mips64/
Dassembler_mips64.h404 Mips64Label* Entry() { return &exception_entry_; } in Entry() function