| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method.h | 170 // should become visible in Method() 187 // store which should become visible acquire in Method() 362 // should become visible in GetCompiledEntryPoint() 369 // should become visible in GetCompiledEntryPoint() 376 // store which should become visible acquire in SetCompiledEntryPoint() 397 // should become visible in GetCompilationStatus() 410 // should become visible in SetCompilationStatus() 414 // which should become visible acquire in SetCompilationStatus() 421 // should become visible in AtomicSetCompilationStatus() 469 // should become visible in GetAccessFlags() [all …]
|
| D | object_header.h | 83 // should become visible acquire in SetClass() 94 // should become visible in ClassAddr()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | base_mem_stats.cpp | 65 // become visible in GetAllocated() 72 // become visible in GetFreed() 83 // which should become visible in GetAllocatedHeap() 97 // which should become visible in GetFreedHeap() 113 // become visible in GetFootprint() 118 // should become visible in GetFootprint() 122 // should become visible in GetFootprint() 125 // become visible in GetFootprint()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | base_mem_stats.cpp | 66 // become visible in GetAllocated() 73 // become visible in GetFreed() 84 // which should become visible in GetAllocatedHeap() 98 // which should become visible in GetFreedHeap() 114 // become visible in GetFootprint() 119 // should become visible in GetFootprint() 123 // should become visible in GetFootprint() 126 // become visible in GetFootprint()
|
| /arkcompiler/runtime_core/static_core/runtime/jit/ |
| D | profiling_data.h | 58 // should become visible in UpdateInlineCaches() 78 // should become visible acquire in UpdateInlineCaches() 85 // should become visible in GetBytecodePc() 92 // which should become visible acquire in SetBytecodePc() 102 // should become visible in GetClassesCopy() 118 // should become visible in GetClassesCount() 132 // should become visible in IsMegamorphic()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | mem_stats.cpp | 120 // which should become visible in GetTotalObjectsAllocated() 128 // should become visible in GetTotalObjectsFreed() 148 // load which should become visible in GetTotalHumongousObjectsAllocated() 156 // load which should become visible in GetTotalHumongousObjectsFreed() 182 // the load which should become visible in GetLastYoungObjectsMovedBytes()
|
| D | runslots_allocator-inl.h | 764 // should become visible acquire in Initialize() 772 // become visible in Initialize() 788 // should become visible in GetMemoryForRunSlots() 800 // should become visible in GetMemoryForRunSlots() 821 // become visible in IterateOverRunSlots() 842 // become visible in HasUsedMemory() 862 // become visible in GetOccupiedSize() 872 // become visible in IsInUsedMemory() 907 // become visible in HasMemoryForRunSlots()
|
| D | region_space.h | 338 // which should become visible in IsAllocating() 345 // should become visible in IsIterating() 355 // which should become visible acquire in SetAllocating() 366 // which should become visible acquire in SetIterating()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | bitmap.cpp | 58 // should become visible in AtomicTestAndSetBit() 76 // should become visible in AtomicTestAndClearBit() 92 // become visible in AtomicTestBit()
|
| D | gc.cpp | 289 // should become visible in NeedRunGCAfterWaiting() 293 // should become visible in NeedRunGCAfterWaiting() 303 // should become visible in RunPhases() 313 // should become visible acquire in RunPhases() 658 // should become visible in WaitForGC()
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/add-lexenv-1/ |
| D | base_mod.js | 25 B(); // make B become a lexenv, and B is not in top scope
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/add-lexenv-1/ |
| D | base_mod.js | 25 B(); // make B become a lexenv, and B is not in top scope
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-throwerror/add-lexenv-1/ |
| D | base_mod.js | 25 B(); // make B become a lexenv, and B is not in top scope
|
| /arkcompiler/runtime_core/static_core/runtime/arch/amd64/ |
| D | common_amd64.S | 19 // jumps to the given pc, thus, SP become unaligned.
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| D | aot_manager.h | 73 // the load which should become visible in GetAotStringRootsCount() 97 // the load which should become visible in VisitAotStringRoots()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_dictionary_test.cpp | 125 * of the dictionary have become bigger. 156 * the dictionary have become smaller. 289 * of the dictionary have become bigger. 315 * the dictionary have become smaller.
|
| /arkcompiler/ets_runtime/test/moduletest/datecase/ |
| D | datecase.js | 30 var d10 = new Date(2022, 2, 26, 23, 59); // dst become effective in GMT+02:00
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | intro.rst | 26 As mobile devices continue to become more prevalent in our daily lives,
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | cleanup_doc.md | 22 After any optimization which deletes instructions some basic blocks may become empty or may contain… 71 …n "special triangle" case is resolved conditional branch instruction (`If` or `IfImm`) become dead. 73 stages until IR become stable.
|
| D | interface_inline_cache.md | 56 …` is no move in ark, so we do not need to worry that the saved class will become invalid addresses.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | cleanup_doc.md | 22 After any optimization which deletes instructions some basic blocks may become empty or may contain… 71 …n "special triangle" case is resolved conditional branch instruction (`If` or `IfImm`) become dead. 73 stages until IR become stable.
|
| D | interface_inline_cache.md | 56 …` is no move in ark, so we do not need to worry that the saved class will become invalid addresses.
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | task_queue_interface.h | 98 // load which should become visible in GetPriority()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | opAssignment.cpp | 77 // Then this function will become unnecessary. in AdjustBoxingUnboxingFlags() 202 // Then this code will become unnecessary. in HandleOpAssignment()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/ |
| D | interop_intrinsic_opt_doc.md | 37 …e moved into some local scope, and scopes which were its neighbours will become the same scope. No…
|