Home
last modified time | relevance | path

Searched full:again (Results 1 – 25 of 112) sorted by relevance

12345

/arkcompiler/ets_runtime/common_components/common/
Dscoped_object_access.h57 … // qemu use c++ thread local, it has issue with some cases for ZRT annotation, if reload again in ~ScopedObjectAccess()
58 // fail on O3 and pass on O0 if load mutator again, not figureout why yet in ~ScopedObjectAccess()
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-gc-func-list-gen.puactivity21 split again
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dstatic-analyzer-gc-func-list-gen-activity.plantuml21 split again
/arkcompiler/ets_frontend/arkguard/test/grammar/compact/
DnumericLiteralsWithTrailingDecimalPoints.ts49 var compactTest17 = 3. // comment time again
/arkcompiler/runtime_core/static_core/docs/
Dmemory-management-SW-requirements.md12 Garbage collector(GC) automatically recycles memory that it can prove will never be used again.
Dinspector.md27 The thread could be resumed when still remaining paused. In this case it suspends again. This oppor…
35 … request is executed, then the counter is increased and the thread is waiting for suspension again.
65 …e, since they allow only one location. Common breakpoints can be resolved again and new location w…
/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md12 Garbage collector(GC) automatically recycles memory that it can prove will never be used again.
/arkcompiler/ets_runtime/ecmascript/
Dfree_object.h65 // After operating any freeobject, need to marked poison again when is_asan is true
Dfree_object.cpp82 // After operating any freeobject, need to marked poison again when is_asan is true
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dtrace.cpp64 … LOG(ERROR, TRACE) << "Cannot write trace event. Try enabling tracing and run app again"; \
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dtrace.cpp62 … LOG(ERROR, TRACE) << "Cannot write trace event. Try enabling tracing and run app again"; \
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dabc_buffer_cache.h40 * This map can help use buffer to get *pf again.
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dfutex_test.cpp42 // After wake it modifies the shared data again
61 // After wake it modifies the shared data again under lock
/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp98 LOG_COMMON(FATAL) << "BaseRuntime has been initialized and don't need init again."; in Init()
132 LOG_COMMON(FATAL) << "BaseRuntime has been initialized and don't need init again."; in Fini()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp80 // process finalization queue once this coro gets scheduled again in AddCreatedCoroutineAndSwitchToIt()
149 // finalizee will never be scheduled again in RequestFinalization()
359 // ...this coro has been scheduled again: process finalization queue in BlockCurrentCoroAndScheduleNext()
373 // ...this coro has been scheduled again: process finalization queue in SuspendCurrentCoroAndScheduleNext()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/examples/finalization_registry/
Dfin_reg_test.cpp165 // Trigger GC once again and check that finalizers were called in TEST_F()
246 // Trigger GC once again and check that finalizers were called in TEST_F()
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl1.h93 … // GetLength() == 0 means it's an empty array.No need to computeHashCode again when hashseed is 0. in GetHashcode()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/containers/
DIteratorSetTest.ets81 // Calling next() again after iteration is done
DIteratorMapTest.ets81 // Calling next() again after iteration is done
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpygote_space_allocator-inl.h102 // try again in lock in Alloc()
118 // alloc object again in Alloc()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/HashMap/
DHashMapClearKeysValuesReplaceTest.ets27 …suite.addTest("Testing HashMap is empty check keys and set data check keys again", testKeysEmptyTh…
30 …suite.addTest("Testing HashMap is empty check values and set data check values again", testValuesE…
DHashMapConstructorIsEmptyClearTest.ets29 suite.addTest("HashMap clear data and set data again", testClearAndSetDataAgain)
/arkcompiler/runtime_core/static_core/runtime/tests/
Dfreelist_allocator_test.cpp317 // Allocate first element again in TEST_F()
321 // Allocate again in TEST_F()
328 // Free all elements again in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dredundant_loop_elimination.cpp86 // prevent trying to remove loop_exit_ from outside_succ preds again in DisconnectBlock in DeleteLoop()
/arkcompiler/ets_frontend/ets2panda/evaluate/
DentityDeclarator.cpp57 // and there is no need to create it once again. in CreateAndInsertImportStatement()

12345