Home
last modified time | relevance | path

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

/third_party/jerryscript/docs/
D04.INTERNALS.md242 ### Compressed Pointers
254 ### Number
264 ### String
268 ### Object / Lexical Environment
282 ### Properties of Objects
311 ### LCache
321 ### Collections
325 ### Exception Handling
329 ### Value Management and Ownership
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown80 ### Values
91 ### Nodes
273 ### Indirect addressing
/third_party/node/deps/v8/src/objects/
Dproperty-details.h112 constexpr Representation() : kind_(kNone) {} in Representation() function
232 explicit constexpr Representation(Kind k) : kind_(k) {} in Representation() function
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h62 enum Representation : uint32_t { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h111 PointerToMemberRepresentation Representation) in MemberPointerInfo()
120 PointerToMemberRepresentation Representation; variable