Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h39 … ColorNode(unsigned number, T alloc) : cs_point_set_(alloc), number_(number), physical_(), fixed_() in ColorNode()
122 explicit GraphMatrix(ArenaAllocator *alloc) : matrix_(alloc->Adapter()) {} in GraphMatrix()
184 explicit InterferenceGraph(ArenaAllocator *alloc) : nodes_(alloc->Adapter()), matrix_(alloc) {} in InterferenceGraph()
/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.cpp109 AllocInfo *alloc = it->second; in TrackFree() local
166 auto alloc = reinterpret_cast<AllocInfo *>(ptr + pos); in Dump() local
/arkcompiler/runtime_core/scripts/
Dmemdump.py67 def alloc(self, size): member in AllocInfo
/arkcompiler/runtime_core/libpandabase/tests/
Dalloc_tracker_test.cpp110 AllocInfo alloc; in TEST() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp230 for (const auto &alloc : node->allocations_) { in CalNodeSelfSize() local
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_interference_graph_test.cpp123 InterferenceGraph BuildSubgraph(InterferenceGraph &orig_gr, ArenaAllocator *alloc, in BuildSubgraph()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp586 LifeIntervals *LifeIntervals::SplitAt(LifeNumber ln, ArenaAllocator *alloc) in SplitAt()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js19804 alloc() { method in anonymousFunction47c28f4639900.anonymousFunction47c28f4639a00.$r