Searched full:inside (Results 1 – 25 of 84) sorted by relevance
1234
| /arkcompiler/runtime_core/runtime/ |
| D | mark_word.cpp | 32 LOG(ERROR, RUNTIME) << "Hash is not stored inside object header!"; in GetHashConfigured() 54 LOG(ERROR, RUNTIME) << "Hash is not stored inside object header!"; in DecodeFromHashConfigured() 66 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in SetHashedConfigured() 84 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in IsHashedConfigured()
|
| D | object_header_config.h | 44 // Config for High-end devices with hash stored inside object header and 32 bits pointer 54 // Config for High-end devices with hash stored inside object header and 64 bits pointer 64 // Config for Low-end devices with hash stored inside object header and 32 bits pointer
|
| D | deoptimization.cpp | 32 * FreeFrame inside this function 35 * FreeFrame inside this function 45 * FreeFrame inside this function 48 * FreeFrame inside this function
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | unix_signal_test.cpp | 128 // Wait for the signals inside the cycle in TEST_F() 169 // Wait for the signals inside the cycle in TEST_F() 187 // Wait for the signals inside the cycle in TEST_F() 208 // Wait for the signals inside the cycle in TEST_F() 226 // Wait for the signals inside the cycle in TEST_F() 244 // Wait for the signals inside the cycle in TEST_F() 262 // Wait for the signals inside the cycle in TEST_F()
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | diagnosticMessages.json | 170 "The 'const' declarations can only be declared inside a block.": { 178 "The 'let' declarations can only be declared inside a block.": { 310 …"Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.… 314 …"Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.… 318 …"Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'.… 394 …"Super calls are not permitted outside constructors or in nested functions inside constructors.": { 527 "In strict mode code, functions can only be declared at top level or inside a block.": { 531 "Class Declaration can only be declared at top level or inside a block.": {
|
| /arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.h | 58 // This element (or map) can be used to get the first object address, which starts inside this page… 104 * @return Returns the first object which starts inside an interval, 160 // We have some object that starts inside this page, 163 // We have some object that starts inside this page, 232 // We must be sure that we can use such type for all possible obj offsets inside one page
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena.h | 86 * @return A pointer to the raw memory inside arena 104 * \brief Check that \param mem is stored inside this Arena 110 …* \brief Mark all memory after \param mem as free. Check that \param mem is stored inside this are…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 35 …then each resolution attempt will increment value inside the slot until it either get replaced wit… 47 String pointers stored inside PLT-slots have to be treated as GC-roots to prevent its scavenge in c…
|
| D | aot_cha.md | 87 …](./plt.md) help to avoid this resolution on each call and cache result (index inside virtual table 91 because the MethodPtr is needed only to obtain the virtual table index. The indices inside virtual …
|
| D | avoid-calculating-start-of-array.md | 27 Do not process array accesses that are not inside a loop as optimizing
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | reference.h | 41 …* Local references which can be used inside Frame. If Frame was removed all references inside this…
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.h | 33 * Each spill-fill's source and destination is described by index inside these locations; 106 // Fetch location type and element number inside this location from table index
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | tlab.h | 101 // After that the Compiler should initialize class word inside new object and 111 // GC::InitGCBitsForAllocationInTLAB() - method for initialize GC bits inside the object header 113 // TLAB::TLABFreePointerOffset() - an offset of a free pointer field inside TLAB. 114 // TLAB::TLABEndAddrOffset() - an offset of a end buffer pointer field inside TLAB.
|
| D | runslots.h | 46 * A class for free slots inside RunSlots object. 68 * The RunSlots header is stored inside the first slot (or slots) of this RunSlots instance. 206 // We must unpoison again, because we can poison header somewhere inside a visitor in IterateOverOccupiedSlots()
|
| D | humongous_obj_allocator.h | 270 * \brief Try to insert \param pool inside ReservedMemoryPools. 307 // RW lock which allows only one thread to change smth inside allocator
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-gc-func-list-gen.puactivity | 20 :List of functions which can have GC inside;
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | astutils.ts | 32 …throw new Error("VariableDeclaration inside " + ts.SyntaxKind[decl.parent] + " is not implemented"…
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 115 ProcessAllCards(); // Process all cards inside gc in WaitUntilTasksEnd() 127 ProcessAllCards(); // Process all cards inside gc in WaitUntilTasksEnd() 152 ProcessAllCards(); // Process all cards inside gc in ThreadLoop()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | visitor.inc | 16 // This file should be included inside each Visitor class
|
| /arkcompiler/runtime_core/cmake/ |
| D | README.md | 16 …oject has its own subdirectory. For example, the vixl library is located inside the `third_party/v…
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager_statistics.h | 86 …// We use list because the elements inside this container are referred by pointers in other places.
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 26 …* Fast path code supports only native calls, that hasn't safepoints inside. Compiler has specific …
|
| D | codegen_interpreter.h | 24 * Code generation for functions that should be called inside interpreter
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 46 Classes and methods are uniquely identified (inside one file) by their panda file id (`panda_file::… 125 Paoc uses Panda runtime inside, thus, runtime's options are also may be specified. If paoc is ran n…
|
| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | arguments.test.ts | 35 it('arguments: Array-like object accessible inside functions', function () {
|
1234