/third_party/vixl/src/aarch64/ |
H A D | decoder-aarch64.cc | 66 auto msg = String("Can't find decode node ", GetAllocator().Adapter()) + name.data() + ".\n"; in GetDecodeNode() 93 auto root_node{String("Root", GetAllocator().Adapter())}; in ConstructDecodeGraph() 460 CompileNodeForBits(decoder, String("unallocated", GetAllocator().Adapter()), 0); in TryCompileOptimisedDecodeTable() 463 CompileNodeForBits(decoder, String(pattern_table_[0].handler, GetAllocator().Adapter()), 1); in TryCompileOptimisedDecodeTable() 478 String otherwise("unallocated", GetAllocator().Adapter()); in Compile() 482 Vector<MaskValuePair> matches(GetAllocator().Adapter()); in Compile() 505 CompileNodeForBits(decoder, String(pattern_table_[i].handler, GetAllocator().Adapter()), bits); in Compile() 514 CompileNodeForBits(decoder, String(otherwise, GetAllocator().Adapter()), bits); in Compile()
|
H A D | decoder-aarch64.h | 340 auto GetAllocator() { in GetAllocator() function in vixl::aarch64::Decoder 395 auto GetAllocator() const { in GetAllocator() function in vixl::aarch64::Decoder 580 allocator_(decoder->GetAllocator()), 593 allocator_(decoder->GetAllocator()), 618 auto GetAllocator() const { in GetAllocator() function 642 auto allocator{decoder_->GetAllocator()}; in CreateCompiledNode() 653 auto allocator{decoder_->GetAllocator()}; in CreateVisitorNode()
|
H A D | debugger-aarch64.cc | 45 , debugger_cmds_(sim->GetAllocator().Adapter()) in Debugger() 46 , breakpoints_(sim->GetAllocator().Adapter()) in Debugger() 66 auto* new_command = sim_->GetAllocator().New<T>(sim_); in RegisterCmd() 111 PrintDisassembler print_disasm = PrintDisassembler(sim_->GetAllocator(), ostream_); in Debug() 318 allocator_(sim->GetAllocator()), in DebuggerCmd()
|
H A D | simulator-aarch64.h | 1259 AllocatorWrapper GetAllocator() const { in GetAllocator() function in vixl::aarch64::Simulator
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | gc-info-table.cc | 32 PageAllocator* GetAllocator(PageAllocator* page_allocator) { in GetAllocator() function 53 static v8::base::LeakyObject<GCInfoTable> table(GetAllocator(page_allocator)); in Initialize()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | inlined_vector.h | 206 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction() 213 AllocatorType& GetAllocator() { return alloc_data_.template get<0>(); } in GetAllocator() function in absl::inlined_vector_internal::AllocationTransaction 219 GetData() = AllocatorTraits::allocate(GetAllocator(), capacity); in Allocate() 246 inlined_vector_internal::DestroyElements(std::addressof(GetAllocator()), in ~ConstructionTransaction() 254 AllocatorType& GetAllocator() { return alloc_data_.template get<0>(); } in GetAllocator() function in absl::inlined_vector_internal::ConstructionTransaction 261 inlined_vector_internal::ConstructElements(std::addressof(GetAllocator()), in Construct()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | angle_system_info_tests_main.cpp | 105 js::Document::AllocatorType &allocator = doc.GetAllocator(); in main()
|
/third_party/skia/third_party/externals/angle2/src/common/serializer/ |
H A D | JsonSerializer.cpp | 25 JsonSerializer::JsonSerializer() : mDoc(js::kObjectType), mAllocator(mDoc.GetAllocator()) {} in JsonSerializer()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
H A D | HistogramWriter.cpp | 91 js::Document::AllocatorType &allocator = doc->GetAllocator(); in getAsJSON()
|
H A D | TestSuite.cpp | 255 js::Document::AllocatorType &allocator = doc.GetAllocator(); in WriteResultsFile()
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_pin.c | 204 SETVTBL(imemvtbl, meminputpin, GetAllocator); in ff_dshow_pin_Setup()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.cpp | 162 js::Document::AllocatorType &allocator = doc.GetAllocator(); in DumpTraceEventsToJSONFile()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.cpp | 3915 AllocatorPimpl* GetAllocator() const { return m_Allocator; }
4013 D3D12MA_DELETE(m_Pimpl->GetAllocator()->GetAllocs(), this);
4051 m_Pimpl->GetAllocator()->UnregisterPool(this, m_Pimpl->GetDesc().HeapType);
4053 D3D12MA_DELETE(m_Pimpl->GetAllocator()->GetAllocs(), m_Pimpl);
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 6902 VmaAllocator GetAllocator() const { return m_hAllocator; } in GetAllocator() function 12491 const VkAllocationCallbacks* allocs = m_BlockVector.GetAllocator()->GetAllocationCallbacks(); in SetName()
|