Home
last modified time | relevance | path

Searched defs:alloc (Results 176 - 200 of 922) sorted by relevance

12345678910>>...37

/third_party/skia/src/core/
H A DSkDraw_atlas.cpp100 SkSTArenaAlloc<256> alloc; in drawAtlas() local
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DBuffer.cpp69 sk_sp<GrD3DAlloc> alloc; in Make() local
19 make_d3d_buffer(GrD3DGpu* gpu, size_t size, GrGpuBufferType intendedType, GrAccessPattern accessPattern, D3D12_RESOURCE_STATES* resourceState, sk_sp<GrD3DAlloc>* alloc) make_d3d_buffer() argument
81 GrD3DBuffer(GrD3DGpu* gpu, size_t size, GrGpuBufferType intendedType, GrAccessPattern accessPattern, gr_cp<ID3D12Resource> bufferResource, sk_sp<GrD3DAlloc> alloc, D3D12_RESOURCE_STATES resourceState) GrD3DBuffer() argument
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftsystem.h172 FT_Alloc_Func alloc; member
/third_party/python/Include/internal/
H A Dpycore_hashtable.h70 _Py_hashtable_allocator_t alloc; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_pointer_return_types.rs23 pub fn alloc() -> Self { in alloc() functions
40 pub fn alloc() -> Self { in alloc() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_array.h59 rte_mempool_alloc_t alloc; /**< Allocate private data. */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
H A Dmemory.h660 void ConstructRange(Allocator& alloc, Iterator first, Iterator last, in ConstructRange() argument
678 void CopyRange(Allocator& alloc, Iterator destination, InputIterator first, in CopyRange() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcommon.h109 allocator_type* alloc() { return std::addressof(*alloc_); } in alloc() function in absl::container_internal::node_handle_base
/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp49 SkPathExternalFunction(const char* name, SkSL::Compiler& compiler, const LinearizedPath& path, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) SkPathExternalFunction() argument
167 SkShaderExternalFunction(const char* name, SkSL::Compiler& compiler, sk_sp<SkShader> shader, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) SkShaderExternalFunction() argument
[all...]
/third_party/node/lib/
H A Dbuffer.js404 Buffer.alloc = function alloc(size, fill, encoding) { function
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_interference_graph_new_test.cpp62 InterferenceGraph BuildSubgraph(InterferenceGraph &orig_ig, ArenaAllocator *alloc, in BuildSubgraph() argument
/arkcompiler/runtime_core/libpandabase/mem/
H A Dalloc_tracker.cpp109 AllocInfo *alloc = it->second; in TrackFree() local
166 auto alloc = reinterpret_cast<AllocInfo *>(ptr + pos); in Dump() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Descape.cpp32 VirtualState(Inst *inst, StateId id, ArenaAllocator *alloc) in VirtualState() argument
170 PhiState(ArenaAllocator *alloc, DataType::Type type) : inputs_(alloc->Adapter()), type_(type) {} in PhiState() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dinterference_graph.h43 ColorNode(unsigned number, T alloc) : csPointSet_(alloc), number_(number) in ColorNode() argument
141 explicit GraphMatrix(ArenaAllocator *alloc) : matrix_(alloc->Adapter()), amatrix_(alloc->Adapter()) {} in GraphMatrix() argument
198 explicit InterferenceGraph(ArenaAllocator *alloc) : nodes_(alloc->Adapter()), matrix_(alloc), useSpillWeight_() {} in InterferenceGraph() argument
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dalloc_tracker.cpp109 AllocInfo *alloc = it->second; in TrackFree() local
166 auto alloc = reinterpret_cast<AllocInfo *>(ptr + pos); in Dump() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dthreaded_coroutine_manager.cpp60 auto alloc = Runtime::GetCurrent()->GetInternalAllocator(); in CreateCoroutineContext() local
66 auto alloc = Runtime::GetCurrent()->GetInternalAllocator(); in DeleteCoroutineContext() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Drunslots_allocator_test.cpp77 void ReleasePages(NonObjectAllocator &alloc) in ReleasePages() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dloop.h139 MapleAllocator &alloc; member in maplebe::LoopDesc
220 MapleAllocator alloc; member in maplebe::LoopAnalysis
[all...]
H A Dstackmap.h70 DeoptInfo(MapleAllocator &alloc) : deoptVreg2Opnd(alloc.Adapter()), deoptVreg2LocationInfo(alloc.Adapter()) {} in DeoptInfo() argument
131 ReferenceMap(MapleAllocator &alloc) : referenceLocations(alloc.Adapter()) {} in ReferenceMap() argument
175 StackMap(MapleAllocator &alloc) : deoptInfo(alloc), referenceMap(alloc) {} in StackMap() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dgcov_profile.h40 GcovFuncInfo(MapleAllocator *alloc, unsigned funcIdent, unsigned lineno_cs, unsigned cfg_cs) in GcovFuncInfo() argument
112 GcovProfileData(MapleAllocator *alloc) : funcsCounter(alloc->Adapter()) {} in GcovProfileData() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool.h244 void PushAllocator(const LocalMapleAllocator *alloc) in PushAllocator() argument
H A Dmaple_sparse_bitvector.h176 explicit MapleSparseBitVector(const MapleAllocator &alloc) in MapleSparseBitVector() argument
181 explicit MapleSparseBitVector(const MapleSparseBitVector &rhs, const MapleAllocator &alloc) in MapleSparseBitVector() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dscc.h28 SCCNode(uint32 index, MapleAllocator &alloc) in SCCNode() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmempool.cpp245 CheckTopAllocator(alloc); variable
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.h71 static T *NoSetParent(ArenaAllocator *alloc, Args &&...args) in NoSetParent() argument
77 static T *ForceSetParent(ArenaAllocator *alloc, Args &&...args) in ForceSetParent() argument
88 static T *Alloc(ArenaAllocator *alloc, Args &&...args) in Alloc() argument

Completed in 16 milliseconds

12345678910>>...37