Home
last modified time | relevance | path

Searched refs:num_properties (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dvalue-serializer.cc1277 uint32_t num_properties; in ReadJSObject() local
1280 .To(&num_properties) || in ReadJSObject()
1282 num_properties != expected_num_properties) { in ReadJSObject()
1304 uint32_t num_properties; in ReadSparseJSArray() local
1308 .To(&num_properties) || in ReadSparseJSArray()
1311 num_properties != expected_num_properties || length != expected_length) { in ReadSparseJSArray()
1359 uint32_t num_properties; in ReadDenseJSArray() local
1363 .To(&num_properties) || in ReadDenseJSArray()
1366 num_properties != expected_num_properties || length != expected_length) { in ReadDenseJSArray()
1684 uint32_t num_properties = 0; in ReadJSObjectProperties() local
[all …]
/external/libdrm/include/drm/
Di915_drm.h1351 __u32 num_properties; member