Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Ddecoder-aarch64.cc66 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 Ddecoder-aarch64.h340 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 Ddebugger-aarch64.cc45 , 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 Dsimulator-aarch64.h1259 AllocatorWrapper GetAllocator() const { in GetAllocator() function in vixl::aarch64::Simulator
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.cc32 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 Dinlined_vector.h206 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 Dangle_system_info_tests_main.cpp105 js::Document::AllocatorType &allocator = doc.GetAllocator(); in main()
/third_party/skia/third_party/externals/angle2/src/common/serializer/
H A DJsonSerializer.cpp25 JsonSerializer::JsonSerializer() : mDoc(js::kObjectType), mAllocator(mDoc.GetAllocator()) {} in JsonSerializer()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DHistogramWriter.cpp91 js::Document::AllocatorType &allocator = doc->GetAllocator(); in getAsJSON()
H A DTestSuite.cpp255 js::Document::AllocatorType &allocator = doc.GetAllocator(); in WriteResultsFile()
/third_party/ffmpeg/libavdevice/
H A Ddshow_pin.c204 SETVTBL(imemvtbl, meminputpin, GetAllocator); in ff_dshow_pin_Setup()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp162 js::Document::AllocatorType &allocator = doc.GetAllocator(); in DumpTraceEventsToJSONFile()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp3915 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 Dvk_mem_alloc.h6902 VmaAllocator GetAllocator() const { return m_hAllocator; } in GetAllocator() function
12491 const VkAllocationCallbacks* allocs = m_BlockVector.GetAllocator()->GetAllocationCallbacks(); in SetName()

Completed in 44 milliseconds