Home
last modified time | relevance | path

Searched refs:GetHeapLimitSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_gc.cpp26 auto size = heap->GetHeapLimitSize() - heap->GetHeapObjectSize(); in GetFreeHeapSize()
33 return JSTaggedValue(static_cast<int64_t>(heap->GetHeapLimitSize())); in GetReservedHeapSize()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h95 static size_t GetHeapLimitSize(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp1529 GetEcmaGCKeyStats()->SendSysEventBeforeDump("OOMDump", GetHeapLimitSize(), GetLiveObjectSize()); in DumpHeapSnapshotBeforeOOM()
2468 size_t Heap::GetHeapLimitSize() const in GetHeapLimitSize() function in panda::ecmascript::Heap
2675 size_t limitSize = GetHeapLimitSize(); in ThresholdReachedDump()
2698 GetHeapLimitSize(), GetLiveObjectSize()); in ThresholdReachedDump()
H A Dheap.h1255 size_t GetHeapLimitSize() const;
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp448 size_t DFXJSNApi::GetHeapLimitSize(const EcmaVM *vm) in GetHeapLimitSize() function in panda::DFXJSNApi
450 return vm->GetHeap()->GetHeapLimitSize(); in GetHeapLimitSize()

Completed in 10 milliseconds