Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.cpp456 localHeap_->GetJSObjectResizingStrategy()->UpdateGrowStep( in AdjustCapacity()
471 localHeap_->GetJSObjectResizingStrategy()->UpdateGrowStep(thread); in AdjustCapacity()
Dheap.cpp2187 JSObjectResizingStrategy *Heap::GetJSObjectResizingStrategy() in GetJSObjectResizingStrategy() function in panda::ecmascript::Heap
2189 return ecmaVm_->GetJSObjectResizingStrategy(); in GetJSObjectResizingStrategy()
Dheap.h1187 JSObjectResizingStrategy *GetJSObjectResizingStrategy();
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h632 JSObjectResizingStrategy *GetJSObjectResizingStrategy() in GetJSObjectResizingStrategy() function