Home
last modified time | relevance | path

Searched refs:SEMI_GC (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapitriggergc_fuzzer/
H A Djsnapitriggergc_fuzzer.cpp42 JSNApi::TRIGGER_GC_TYPE gcType = JSNApi::TRIGGER_GC_TYPE::SEMI_GC; in JSNApiTriggerGCFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1513 // fixme: Rename SEMI_GC to YOUNG_GC
1515 SEMI_GC, member in panda::JSNApi::TRIGGER_GC_TYPE
1617 // fixme: Rename SEMI_GC to YOUNG_GC
1618 static void TriggerGC(const EcmaVM *vm, TRIGGER_GC_TYPE gcType = TRIGGER_GC_TYPE::SEMI_GC);
1620 TRIGGER_GC_TYPE gcType = TRIGGER_GC_TYPE::SEMI_GC);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4405 case TRIGGER_GC_TYPE::SEMI_GC: in TriggerGC()

Completed in 16 milliseconds