Home
last modified time | relevance | path

Searched refs:degree (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1466 JSNApi::MemoryReduceDegree degree = JSNApi::MemoryReduceDegree::LOW; in HWTEST_F_L0() local
1467 JSNApi::HintGC(vm_, degree, GCReason::HINT_GC); in HWTEST_F_L0()
1468 degree = JSNApi::MemoryReduceDegree::MIDDLE; in HWTEST_F_L0()
1469 JSNApi::HintGC(vm_, degree, GCReason::HINT_GC); in HWTEST_F_L0()
1470 degree = JSNApi::MemoryReduceDegree::HIGH; in HWTEST_F_L0()
1471 JSNApi::HintGC(vm_, degree, GCReason::HINT_GC); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp1674 bool Heap::CheckAndTriggerHintGC(MemoryReduceDegree degree, GCReason reason) in CheckAndTriggerHintGC() argument
1679 LOG_GC(INFO) << "HintGC degree:"<< static_cast<int>(degree) << " reason:" << GCStats::GCReasonToString(reason); in CheckAndTriggerHintGC()
1680 switch (degree) { in CheckAndTriggerHintGC()
1723 LOG_GC(INFO) << "HintGC invalid degree value: " << static_cast<int>(degree); in CheckAndTriggerHintGC()
H A Dheap.h1143 bool CheckAndTriggerHintGC(MemoryReduceDegree degree, GCReason reason = GCReason::OTHER);
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1621 static void HintGC(const EcmaVM *vm, MemoryReduceDegree degree, ecmascript::GCReason reason);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4428 void JSNApi::HintGC(const EcmaVM *vm, MemoryReduceDegree degree, ecmascript::GCReason reason) in HintGC() argument
4433 const_cast<ecmascript::Heap *>(vm->GetHeap())->CheckAndTriggerHintGC(degree, reason); in HintGC()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 72 milliseconds