Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.h35 V("hintGC", HintGC, 0, INVALID) \
193 static JSTaggedValue HintGC(EcmaRuntimeCallInfo *info);
H A Dbuiltins_ark_tools.cpp226 JSTaggedValue BuiltinsArkTools::HintGC(EcmaRuntimeCallInfo *info) in HintGC() function in panda::ecmascript::builtins::BuiltinsArkTools
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_third_test.cpp64 JSTaggedValue result = builtins::BuiltinsArkTools::HintGC(ecmaRuntimeCallInfo); in HWTEST_F_L0()
71 // Test HintGC() when sensitive. in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1467 JSNApi::HintGC(vm_, degree, GCReason::HINT_GC); in HWTEST_F_L0()
1469 JSNApi::HintGC(vm_, degree, GCReason::HINT_GC); in HWTEST_F_L0()
1471 JSNApi::HintGC(vm_, degree, GCReason::HINT_GC); in HWTEST_F_L0()
/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() function in panda::JSNApi

Completed in 22 milliseconds