Home
last modified time | relevance | path

Searched full:become (Results 1 – 25 of 81) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dbase_mem_stats.cpp65 // 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/
Dbase_mem_stats.cpp64 // become visible in GetAllocated()
71 // become visible in GetFreed()
82 // which should become visible in GetAllocatedHeap()
96 // which should become visible in GetFreedHeap()
112 // become visible in GetFootprint()
117 // should become visible in GetFootprint()
121 // should become visible in GetFootprint()
124 // become visible in GetFootprint()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h180 // should become visible in Method()
197 // store which should become visible acquire in Method()
374 // should become visible in GetCompiledEntryPoint()
381 // should become visible in GetCompiledEntryPoint()
388 // store which should become visible acquire in SetCompiledEntryPoint()
409 // should become visible in GetCompilationStatus()
422 // should become visible in SetCompilationStatus()
426 // which should become visible acquire in SetCompilationStatus()
433 // should become visible in AtomicSetCompilationStatus()
483 // should become visible in GetAccessFlags()
[all …]
Dobject_header.h86 // should become visible in SetClass()
92 // should become visible acquire in SetClass()
104 // should become visible in ClassAddr()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmem_stats.cpp120 // 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()
Drunslots_allocator-inl.h791 // should become visible acquire in Initialize()
799 // become visible in Initialize()
817 // should become visible in GetMemoryForRunSlots()
829 // should become visible in GetMemoryForRunSlots()
850 // become visible in IterateOverRunSlots()
871 // become visible in HasUsedMemory()
891 // become visible in GetOccupiedSize()
901 // become visible in IsInUsedMemory()
937 // become visible in HasMemoryForRunSlots()
Dregion_space.h334 // which should become visible in IsAllocating()
341 // should become visible in IsIterating()
351 // which should become visible acquire in SetAllocating()
362 // which should become visible acquire in SetIterating()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.cpp58 // should become visible in AtomicTestAndSetBit()
76 // should become visible in AtomicTestAndClearBit()
92 // become visible in AtomicTestBit()
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h58 // 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/ets_frontend/es2panda/test/patch/11/hotreload/hotreload-throwerror/add-lexenv-1/
Dbase_mod.js25 B(); // make B become a lexenv, and B is not in top scope
/arkcompiler/runtime_core/static_core/runtime/arch/amd64/
Dcommon_amd64.S19 // jumps to the given pc, thus, SP become unaligned.
/arkcompiler/ets_frontend/es2panda/test/patch/11/coldfix/coldfix-throwerror/add-lexenv-1/
Dbase_mod.js25 B(); // make B become a lexenv, and B is not in top scope
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotfix/hotfix-throwerror/add-lexenv-1/
Dbase_mod.js25 B(); // make B become a lexenv, and B is not in top scope
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/hotreload-throwerror/add-lexenv-1/
Dbase_mod.js25 B(); // make B become a lexenv, and B is not in top scope
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldfix/coldfix-throwerror/add-lexenv-1/
Dbase_mod.js25 B(); // make B become a lexenv, and B is not in top scope
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotfix/hotfix-throwerror/add-lexenv-1/
Dbase_mod.js25 B(); // make B become a lexenv, and B is not in top scope
/arkcompiler/ets_frontend/es2panda/test/patch/11/coldreload/add-lexenv-1/
Dbase_mod.js25 B(); // make B become a lexenv, and B is not in top scope
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldreload/add-lexenv-1/
Dbase_mod.js25 B(); // make B become a lexenv, and B is not in top scope
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_manager_map.h31 * of the provided interface - they can become invalid after the lock is released.
58 * Exposing iterators would be unsafe as they become invalid
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.h78 // the load which should become visible in GetAotStringRootsCount()
102 // the load which should become visible in VisitAotStringRoots()
/arkcompiler/ets_runtime/test/moduletest/datecase/
Ddatecase.js30 var d10 = new Date(2022, 2, 26, 23, 59); // dst become effective in GMT+02:00
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp101 * of the dictionary have become bigger.
132 * the dictionary have become smaller.
266 * of the dictionary have become bigger.
292 * the dictionary have become smaller.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dintro.rst26 As mobile devices continue to become more prevalent in our daily lives,
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcleanup_doc.md22 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.
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md22 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.

1234