Home
last modified time | relevance | path

Searched refs:num_properties (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-struct.cc42 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 Dbuiltins-regexp-gen.cc332 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 Dv8-debug-helper-interop.cc84 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 Dvalue-serializer.cc1673 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 Ddebug-helper.h133 size_t num_properties; member
148 size_t num_properties; member
H A Ddebug-helper-internal.h148 public_view_.num_properties = properties_.size(); in GetPublicView()
190 public_view_.num_properties = properties_.size(); in GetPublicView()
H A Dget-object-properties.cc523 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 Dproperty_local.h32 int num_properties; member
H A Dproperty_query.c33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
/third_party/openssl/crypto/property/
H A Dproperty_local.h32 int num_properties; member
H A Dproperty_query.c33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_perf.c151 param.num_properties = p / 2; in anv_device_perf_open()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfreetype.h3974 * 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 Dftobjs.c3889 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 Di915_drm.h2745 __u32 num_properties; member
/third_party/libdrm/include/drm/
H A Di915_drm.h1713 __u32 num_properties; member
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_query.c405 .num_properties = p / 2, in intel_perf_open()

Completed in 61 milliseconds