Searched refs:GetCapacity (Results 1 – 15 of 15) sorted by relevance
37 VIXL_CHECK(code_buffer.GetCapacity() == 2); in TEST()41 VIXL_CHECK(code_buffer.GetCapacity() == 2); in TEST()48 VIXL_CHECK(code_buffer.GetCapacity() > 2); in TEST()
94 return GetOffsetAddress<T>(GetCapacity()); in GetEndAddress()141 size_t GetCapacity() const { return capacity_; } in GetCapacity() function143 return GetCapacity();
255 T* pNewArray = new T[other.GetCapacity()]; in Copy()271 m_uiCapacity = other.GetCapacity(); in Copy()350 unsigned int GetCapacity() const in GetCapacity() function
131 function GetCapacity: Integer;179 property Capacity: Integer read GetCapacity write SetCapacity;220 function GetCapacity: Integer;468 function TList<T>.GetCapacity: Integer; in GetCapacity() function
72 size_t GetCapacity() const { return _capacity; } in GetCapacity() function
149 virtual uint32_t GetCapacity(JSObject* holder,
956 Node* GetCapacity(Node* dictionary);
4418 Node* CodeStubAssembler::GetCapacity(Node* dictionary) { in GetCapacity() function in v8::internal::CodeStubAssembler4448 Node* capacity = SmiUntag(GetCapacity<Dictionary>(dictionary)); in NameDictionaryLookup()4535 Node* capacity = SmiUntag(GetCapacity<Dictionary>(dictionary)); in NumberDictionaryLookup()4662 Node* capacity = GetCapacity<Dictionary>(dictionary); in Add()
1236 uint32_t GetCapacity(JSObject* holder, FixedArrayBase* backing_store) final { in GetCapacity() function in v8::internal::__anon51de3a750111::ElementsAccessorBase
8196 object->GetElementsAccessor()->GetCapacity(*object, object->elements()); in FastGetOwnValuesOrEntries()
227 ReturnValue := FIList.GetCapacity;
445 return static_cast<ptrdiff_t>(GetBuffer().GetCapacity());449 return GetBuffer().GetCapacity();473 (offset < static_cast<ptrdiff_t>(GetBuffer()->GetCapacity()))); in GetInstructionOffset()3059 return GetBuffer().GetCapacity();3062 return GetBuffer().GetCapacity();
2884 static_cast<ptrdiff_t>(GetBuffer().GetCapacity())); in GetNextCheckPoint()
3555 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()3568 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()3573 VIXL_CHECK(masm.GetBuffer()->GetCapacity() > kBaseBufferSize); in TEST_NOASM()3585 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()3609 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
454 size_t buffer_size = GetBuffer()->GetCapacity(); in ComputeCheckpoint()