Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.cpp449 localHeap_->GetJSObjectResizingStrategy()->UpdateGrowStep( in AdjustCapacity()
464 localHeap_->GetJSObjectResizingStrategy()->UpdateGrowStep(thread); in AdjustCapacity()
Dheap.h1145 JSObjectResizingStrategy *GetJSObjectResizingStrategy();
Dheap.cpp2142 JSObjectResizingStrategy *Heap::GetJSObjectResizingStrategy() in GetJSObjectResizingStrategy() function in panda::ecmascript::Heap
2144 return ecmaVm_->GetJSObjectResizingStrategy(); in GetJSObjectResizingStrategy()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h632 JSObjectResizingStrategy *GetJSObjectResizingStrategy() in GetJSObjectResizingStrategy() function