Searched refs:degree (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 1466 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 D | heap.cpp | 1674 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 D | heap.h | 1143 bool CheckAndTriggerHintGC(MemoryReduceDegree degree, GCReason reason = GCReason::OTHER);
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 1621 static void HintGC(const EcmaVM *vm, MemoryReduceDegree degree, ecmascript::GCReason reason);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 4428 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 D | cocos_worker_test.js | [all...] |
Completed in 59 milliseconds