Home
last modified time | relevance | path

Searched refs:thresholds (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/mem/
H A Dheap.cpp2664 void Heap::SetJsDumpThresholds(size_t thresholds) const in SetJsDumpThresholds()
2666 if (thresholds < MIN_JSDUMP_THRESHOLDS || thresholds > MAX_JSDUMP_THRESHOLDS) { in SetJsDumpThresholds()
2667 LOG_GC(INFO) << "SetJsDumpThresholds thresholds is invaild" << thresholds; in SetJsDumpThresholds()
2670 g_threshold = thresholds; in SetJsDumpThresholds()
H A Dheap.h912 void SetJsDumpThresholds(size_t thresholds) const;
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp505 void DFXJSNApi::SetJsDumpThresholds([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] size_t thresholds) in SetJsDumpThresholds() argument
508 vm->GetHeap()->SetJsDumpThresholds(thresholds); in SetJsDumpThresholds()
510 LOG_ECMA(ERROR) << "Not support set jsdump thresholds"; in SetJsDumpThresholds()

Completed in 9 milliseconds