Home
last modified time | relevance | path

Searched refs:GetCapacity (Results 1 - 14 of 14) sorted by relevance

/third_party/vixl/test/
H A 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()
/third_party/vixl/src/
H A Dcode-buffer-vixl.h165 size_t GetCapacity() const { return capacity_; } in GetCapacity() function in vixl::CodeBuffer
166 VIXL_DEPRECATED("GetCapacity", size_t capacity() const) {
167 return GetCapacity();
/third_party/lzma/CPP/7zip/Common/
H A DStreamObjects.h68 size_t GetCapacity() const { return _capacity; }
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h206 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction()
215 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function in absl::inlined_vector_internal::AllocationTransaction
220 GetCapacity() = capacity; in Allocate()
226 GetCapacity() = 0; in Reset()
460 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
/third_party/node/deps/v8/src/objects/
H A Delements.h140 virtual size_t GetCapacity(JSObject holder, FixedArrayBase backing_store) = 0;
187 // and GetCapacity. Indices refer to elements in terms of the value that would
H A Dkeys.cc664 size_t length = accessor->GetCapacity(*result, result->elements()); in FilterForEnumerableProperties()
H A Delements.cc1278 size_t GetCapacity(JSObject holder, FixedArrayBase backing_store) final {
H A Djs-objects.cc2098 object->GetElementsAccessor()->GetCapacity(*object, object->elements()); in FastGetOwnValuesOrEntries()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc3913 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3926 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3931 VIXL_CHECK(masm.GetBuffer()->GetCapacity() > kBaseBufferSize); in TEST_NOASM()
3943 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3966 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3988 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h472 VIXL_DEPRECATED("GetBuffer().GetCapacity()",
474 return static_cast<ptrdiff_t>(GetBuffer().GetCapacity());
476 VIXL_DEPRECATED("GetBuffer().GetCapacity()",
478 return GetBuffer().GetCapacity();
502 (offset < static_cast<ptrdiff_t>(GetBuffer()->GetCapacity()))); in GetInstructionOffset()
7801 VIXL_DEPRECATED("GetBuffer().GetCapacity()",
7803 return GetBuffer().GetCapacity();
7805 VIXL_DEPRECATED("GetBuffer().GetCapacity()", size_t BufferCapacity() const) {
7806 return GetBuffer().GetCapacity();
H A Dmacro-assembler-aarch64.h8015 static_cast<ptrdiff_t>(GetBuffer().GetCapacity())); in GetNextCheckPoint()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-internal-gen.cc627 TNode<Smi> capacity = GetCapacity<NameDictionary>(properties); in DictionarySpecificDelete()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc3684 TNode<IntPtrT> capacity = SmiUntag(GetCapacity<NameDictionary>(dictionary));
8534 TNode<IntPtrT> capacity = SmiUntag(GetCapacity<Dictionary>(dictionary));
8624 TNode<IntPtrT> capacity = SmiUntag(GetCapacity<NumberDictionary>(dictionary));
8773 TNode<Smi> capacity = GetCapacity<Dictionary>(dictionary);
H A Dcode-stub-assembler.h3116 TNode<Smi> GetCapacity(TNode<Dictionary> dictionary) { in GetCapacity() function in v8::internal::ExtractFixedArrayFlag

Completed in 74 milliseconds