Home
last modified time | relevance | path

Searched refs:Reallocate (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp26 GetDynamicOperands()->Reallocate(capacity); in ReserveInputs()
55 void DynamicOperands::Reallocate([[maybe_unused]] size_t new_capacity /* =0 */) in Reallocate() function in panda::compiler::DynamicOperands
105 Reallocate(); in Append()
H A Dinst.h596 /// Reallocate inputs/users storage to a new one with specified capacity.
597 void Reallocate(size_t new_capacity = 0);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp185 GetDynamicOperands()->Reallocate(capacity); in ReserveInputs()
220 void DynamicOperands::Reallocate([[maybe_unused]] size_t newCapacity /* =0 */) in Reallocate() function in ark::compiler::DynamicOperands
269 Reallocate(); in Append()
H A Dinst.h659 /// Reallocate inputs/users storage to a new one with specified capacity.
660 void Reallocate(size_t newCapacity = 0);

Completed in 18 milliseconds