Searched full:again (Results 1 – 25 of 33) sorted by relevance
12
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-gc-func-list-gen.puactivity | 21 split again
|
| /arkcompiler/runtime_core/docs/ |
| D | memory-management-SW-requirements.md | 12 Garbage collector(GC) automatically recycles memory that it can prove will never be used again.
|
| D | glossary.md | 56 that it can prove will never be used again.
|
| D | rationale-for-bytecode.md | 180 applications (thus we again save encoding space).
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | trace.cpp | 64 … LOG(ERROR, TRACE) << "Cannot write trace event. Try enabling tracing and run app again"; \
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | free_object.h | 84 // After operating any freeobject, need to marked poison again when is_asan is true
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | freelist_allocator_test.cpp | 311 // Allocate first element again in TEST_F() 315 // Allocate again in TEST_F() 322 // Free all elements again in TEST_F()
|
| D | runslots_allocator_test.cpp | 150 // Try to allocate everything again in TEST_F() 310 // Alloc big obj again. in TEST_F()
|
| D | g1gc_fullgc_test.cpp | 415 // do explicit full and allocate the same size once again in TEST_F() 475 // then allocate the same size once again checking if we can handle it w/o OOM in TEST_F()
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | pygote_space_allocator-inl.h | 99 // try again in lock in Alloc() 115 // alloc object again in Alloc()
|
| D | runslots.h | 206 // We must unpoison again, because we can poison header somewhere inside a visitor in IterateOverOccupiedSlots()
|
| D | internal_allocator.cpp | 160 …LOG_INTERNAL_ALLOCATOR(DEBUG) << "RunSlotsAllocator try to allocate memory again after pool adding… in AllocInRunSlots()
|
| D | heap_manager.cpp | 148 // just this thread was unlucky to get some memory. We reset alloc_try_cnt to try again. in TryGCAndAlloc()
|
| /arkcompiler/runtime_core/runtime/mem/gc/gc-hung/ |
| D | gc_hung.cpp | 151 …dy_ = is_systemserver; // if is_systemserver == false, hung will be close and no way to open again in InitInternal() 305 LOG(ERROR, GC) << "GcHung Update Config failed, GetConfig again failed"; in UpdateConfig()
|
| /arkcompiler/runtime_core/runtime/ |
| D | compiler_queue_counter_priority.h | 161 // Again, as we pull from the end return reversed compare in operator()
|
| D | monitor.cpp | 96 // no longer taken), we restart lightlock acquisition policy again. in InflateThinLock() 187 // Inflate set up recursive counter to just current amount, loop again. in MonitorEnter()
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | resolvers.irt | 120 …# Second case occurs when class initialization is triggered again during static constructor execut…
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager_statistics.cpp | 108 …// Call `GetAllocator()->GetAllocatedSize()` again to exclude allocations caused by PassManagerSta… in ProcessBeforeRun()
|
| /arkcompiler/toolchain/inspector/ |
| D | inspector.cpp | 165 // no need to initialize again in case of multi-instance in InitializeArkFunctions()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 82 again.
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | regAllocator.ts | 265 // assign index to Vregs again
|
| /arkcompiler/runtime_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_arm.S | 367 // load shorty into r6 again
|
| /arkcompiler/runtime_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.cpp | 499 …// write to some fields in ConcurrentMark - need to iterate over all fields again, MarkObjectIfNot… in MarkRoots() 668 // Run monitor deflation again, to avoid object was reclaimed before monitor deflate. in ConcurrentSweep()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | cleanup_doc.md | 77 Finally, we visits basic blocks once again, and if:
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 211 // This is used only for native compilation (again, both JIT and AOT).
|
12