Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h72 static size_t GetHeapTotalSize(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp281 size_t heapTotalSize = DFXJSNApi::GetHeapTotalSize(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp243 size_t DFXJSNApi::GetHeapTotalSize(const EcmaVM *vm) in GetHeapTotalSize() function in panda::DFXJSNApi
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp169 *totalSize = static_cast<double>(DFXJSNApi::GetHeapTotalSize(vm_)); in GetHeapUsage()