Searched defs:Representation (Results 1 – 5 of 5) sorted by relevance
242 ### Compressed Pointers254 ### Number264 ### String268 ### Object / Lexical Environment282 ### Properties of Objects311 ### LCache321 ### Collections325 ### Exception Handling329 ### Value Management and Ownership
80 ### Values91 ### Nodes273 ### Indirect addressing
112 constexpr Representation() : kind_(kNone) {} in Representation() function232 explicit constexpr Representation(Kind k) : kind_(k) {} in Representation() function
62 enum Representation : uint32_t { enum
111 PointerToMemberRepresentation Representation) in MemberPointerInfo()120 PointerToMemberRepresentation Representation; variable