/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-struct.cc | 42 int num_properties = static_cast<int>(num_properties_double); in BUILTIN() local 45 num_properties, 0, AllocationType::kSharedOld); in BUILTIN() 48 for (int i = 0; i < num_properties; ++i) { in BUILTIN() 82 num_properties, &instance_size, in BUILTIN()
|
H A D | builtins-regexp-gen.cc | 332 TNode<IntPtrT> num_properties = WordSar(names_length, 1); in ConstructNewResultFromMatchInfo() local 337 properties = AllocateSwissNameDictionary(num_properties); in ConstructNewResultFromMatchInfo() 340 num_properties, AllocationFlag::kAllowLargeObjectAllocation); in ConstructNewResultFromMatchInfo()
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
H A D | v8-debug-helper-interop.cc | 84 std::vector<Property> GetPropertiesAsVector(size_t num_properties, in GetPropertiesAsVector() argument 87 for (size_t property_index = 0; property_index < num_properties; in GetPropertiesAsVector() 138 GetPropertiesAsVector(props->num_properties, props->properties); in GetHeapObject() 175 return GetPropertiesAsVector(props->num_properties, props->properties); in GetStackFrame()
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.cc | 1673 uint32_t num_properties; in ReadJSObject() local 1676 .To(&num_properties) || in ReadJSObject() 1678 num_properties != expected_num_properties) { in ReadJSObject() 1700 uint32_t num_properties; in ReadSparseJSArray() local 1704 .To(&num_properties) || in ReadSparseJSArray() 1707 num_properties != expected_num_properties || length != expected_length) { in ReadSparseJSArray() 1758 uint32_t num_properties; in ReadDenseJSArray() local 1762 .To(&num_properties) || in ReadDenseJSArray() 1765 num_properties != expected_num_properties || length != expected_length) { in ReadDenseJSArray() 2274 uint32_t num_properties in ReadJSObjectProperties() local 2441 SetPropertiesFromKeyValuePairs(Isolate* isolate, Handle<JSObject> object, Handle<Object>* data, uint32_t num_properties) SetPropertiesFromKeyValuePairs() argument 2490 uint32_t num_properties; ReadObjectUsingEntireBufferForLegacyFormat() local 2518 uint32_t num_properties; ReadObjectUsingEntireBufferForLegacyFormat() local [all...] |
/third_party/node/deps/v8/tools/debug_helper/ |
H A D | debug-helper.h | 133 size_t num_properties; member 148 size_t num_properties; member
|
H A D | debug-helper-internal.h | 148 public_view_.num_properties = properties_.size(); in GetPublicView() 190 public_view_.num_properties = properties_.size(); in GetPublicView()
|
H A D | get-object-properties.cc | 523 int num_properties = instance_size.value - start_offset.value; variable 524 if (num_properties > 0) { 528 num_properties, i::kTaggedSize,
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_local.h | 32 int num_properties; member
|
H A D | property_query.c | 33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
|
/third_party/openssl/crypto/property/ |
H A D | property_local.h | 32 int num_properties; member
|
H A D | property_query.c | 33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_perf.c | 151 param.num_properties = p / 2; in anv_device_perf_open()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | freetype.h | 3974 * num_properties :: 3978 * A handle to an @FT_Parameter array with `num_properties` elements. 4034 FT_UInt num_properties,
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 3889 FT_UInt num_properties, in FT_EXPORT_DEF() 3895 if ( num_properties > 0 && !properties ) in FT_EXPORT_DEF() 3901 for ( ; num_properties > 0; num_properties-- ) in FT_EXPORT_DEF()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | i915_drm.h | 2745 __u32 num_properties; member
|
/third_party/libdrm/include/drm/ |
H A D | i915_drm.h | 1713 __u32 num_properties; member
|
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_query.c | 405 .num_properties = p / 2, in intel_perf_open()
|