Home
last modified time | relevance | path

Searched refs:GetJSObjectResizingStrategy (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.cpp453 localHeap_->GetJSObjectResizingStrategy()->UpdateGrowStep( in AdjustCapacity()
468 localHeap_->GetJSObjectResizingStrategy()->UpdateGrowStep(thread); in AdjustCapacity()
Dheap.h1154 JSObjectResizingStrategy *GetJSObjectResizingStrategy();
Dheap.cpp2145 JSObjectResizingStrategy *Heap::GetJSObjectResizingStrategy() in GetJSObjectResizingStrategy() function in panda::ecmascript::Heap
2147 return ecmaVm_->GetJSObjectResizingStrategy(); in GetJSObjectResizingStrategy()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h632 JSObjectResizingStrategy *GetJSObjectResizingStrategy() in GetJSObjectResizingStrategy() function