Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h91 // GetHeapUsedSize only support running on vm thread and provide an accurate value.
93 static size_t GetHeapUsedSize(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp123 std::string args = "{\"data\":{\"jsHeapSizeUsed\":" + std::to_string(DFXJSNApi::GetHeapUsedSize(vm_)) + "}}"; in TraceEventRecordMemory()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp291 size_t heapUsedSize = DFXJSNApi::GetHeapUsedSize(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp437 size_t DFXJSNApi::GetHeapUsedSize(const EcmaVM *vm) in GetHeapUsedSize() function in panda::DFXJSNApi
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp167 *usedSize = static_cast<double>(DFXJSNApi::GetHeapUsedSize(vm_)); in GetHeapUsage()

Completed in 7 milliseconds