Searched refs:HintGC (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_ark_tools.h | 35 V("hintGC", HintGC, 0, INVALID) \ 193 static JSTaggedValue HintGC(EcmaRuntimeCallInfo *info);
|
H A D | builtins_ark_tools.cpp | 226 JSTaggedValue BuiltinsArkTools::HintGC(EcmaRuntimeCallInfo *info) in HintGC() function in panda::ecmascript::builtins::BuiltinsArkTools
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | gc_third_test.cpp | 64 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 D | jsnapi_first_tests.cpp | 1467 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 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() function in panda::JSNApi
|
Completed in 22 milliseconds