Home
last modified time | relevance | path

Searched refs:SetJsDumpThresholds (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h116 static void SetJsDumpThresholds(EcmaVM *vm, size_t thresholds);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp505 void DFXJSNApi::SetJsDumpThresholds([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] size_t thresholds) in SetJsDumpThresholds() function in panda::DFXJSNApi
508 vm->GetHeap()->SetJsDumpThresholds(thresholds); in SetJsDumpThresholds()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.h912 void SetJsDumpThresholds(size_t thresholds) const;
H A Dheap.cpp2664 void Heap::SetJsDumpThresholds(size_t thresholds) const in SetJsDumpThresholds() function in panda::ecmascript::Heap
2667 LOG_GC(INFO) << "SetJsDumpThresholds thresholds is invaild" << thresholds; in SetJsDumpThresholds()

Completed in 9 milliseconds