Searched defs:nof_descriptors (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-classes.cc | 272 int nof_descriptors = properties_template->number_of_descriptors(); in UpdateProtectors() local 284 int nof_descriptors = descriptors_template->number_of_descriptors(); in AddDescriptorsByTemplate() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | keys.cc | 69 int nof_descriptors = map.NumberOfOwnDescriptors(); in CombineKeys() local 989 int nof_descriptors = map.NumberOfOwnDescriptors(); in CollectOwnPropertyNames() local 50 AddKey(Object key, Handle<FixedArray> combined_keys, Handle<DescriptorArray> descs, int nof_descriptors, int target) AddKey() argument
|
H A D | map.cc | 1484 int nof_descriptors = descriptors->number_of_descriptors(); in AddMissingTransitions() local
|
H A D | objects.cc | 3971 bool DescriptorArray::IsEqualUpTo(DescriptorArray desc, int nof_descriptors) { in IsEqualUpTo() argument 4404 Allocate(IsolateT* isolate, int nof_descriptors, int slack, AllocationType allocation) Allocate() argument 4420 Initialize(EnumCache empty_enum_cache, HeapObject undefined_value, int nof_descriptors, int slack) Initialize() argument [all...] |
Completed in 16 milliseconds