Home
last modified time | relevance | path

Searched refs:GetCapacity (Results 1 – 16 of 16) sorted by relevance

/external/vixl/test/
Dtest-code-buffer.cc37 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()
54 VIXL_CHECK(buffer.GetCapacity() == CodeBuffer::kDefaultCapacity); in TestDefaultsHelper()
80 VIXL_ASSERT(buffer.GetCapacity() == CodeBuffer::kDefaultCapacity); in TEST()
92 VIXL_CHECK(buffer.GetCapacity() == initial_capacity); in TEST()
97 VIXL_CHECK(buffer.GetCapacity() > initial_capacity); in TEST()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTArray.h255 T* pNewArray = new T[other.GetCapacity()]; in Copy()
271 m_uiCapacity = other.GetCapacity(); in Copy()
350 unsigned int GetCapacity() const in GetCapacity() function
/external/vixl/src/
Dcode-buffer-vixl.h146 size_t GetCapacity() const { return capacity_; } in GetCapacity() function
148 return GetCapacity();
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas131 function GetCapacity: Integer; in GetCapacity() function
179 property Capacity: Integer read GetCapacity write SetCapacity;
220 function GetCapacity: Integer; in GetCapacity() function
468 function TList<T>.GetCapacity: Integer; in TList() function
/external/lzma/CPP/7zip/Common/
DStreamObjects.h72 size_t GetCapacity() const { return _capacity; } in GetCapacity() function
/external/v8/src/
Delements.h148 virtual uint32_t GetCapacity(JSObject* holder,
Dkeys.cc488 uint32_t length = accessor->GetCapacity(*result, result->elements()); in FilterForEnumerableProperties()
Dcode-stub-assembler.cc3406 TNode<IntPtrT> capacity = SmiUntag(GetCapacity<NameDictionary>(dictionary)); in CopyNameDictionary()
7646 TNode<IntPtrT> capacity = SmiUntag(GetCapacity<Dictionary>(dictionary)); in NameDictionaryLookup()
7737 TNode<IntPtrT> capacity = SmiUntag(GetCapacity<NumberDictionary>(dictionary)); in NumberDictionaryLookup()
7911 TNode<Smi> capacity = GetCapacity<Dictionary>(dictionary); in Add()
Dcode-stub-assembler.h2256 TNode<Smi> GetCapacity(TNode<Dictionary> dictionary) { in GetCapacity() function
Delements.cc1291 uint32_t GetCapacity(JSObject* holder, FixedArrayBase* backing_store) final { in GetCapacity() function in v8::internal::__anon402a89d60111::ElementsAccessorBase
Dobjects.cc8977 object->GetElementsAccessor()->GetCapacity(*object, object->elements()); in FastGetOwnValuesOrEntries()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas227 ReturnValue := FIList.GetCapacity;
/external/vixl/src/aarch64/
Dassembler-aarch64.h450 return static_cast<ptrdiff_t>(GetBuffer().GetCapacity());
454 return GetBuffer().GetCapacity();
478 (offset < static_cast<ptrdiff_t>(GetBuffer()->GetCapacity()))); in GetInstructionOffset()
4070 return GetBuffer().GetCapacity();
4073 return GetBuffer().GetCapacity();
Dmacro-assembler-aarch64.h3326 static_cast<ptrdiff_t>(GetBuffer().GetCapacity())); in GetNextCheckPoint()
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc3898 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3911 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3916 VIXL_CHECK(masm.GetBuffer()->GetCapacity() > kBaseBufferSize); in TEST_NOASM()
3928 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3951 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3973 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc475 TNode<Smi> capacity = GetCapacity<NameDictionary>(properties); in DeleteDictionaryProperty()