Searched full:initialization (Results 1 – 25 of 52) sorted by relevance
123
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | pool_map.h | 104 // initialization and reading. in Initialize() 106 // without initialization in the correct flow. in Initialize()
|
| /arkcompiler/runtime_core/libpandabase/mem/ringbuf/ |
| D | lock_free_ring_buffer.h | 39 // Atomic with release order reason: threads should see correct initialization in LockFreeBuffer() 41 // Atomic with release order reason: threads should see correct initialization in LockFreeBuffer()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | sta.yaml | 131 ##- v1 initialization with different types 133 ##- Accumulator initialization with incorrect types
|
| D | sta.64.yaml | 158 ##- v1 initialization with different types 160 ##- Accumulator initialization with incorrect types
|
| D | sta.obj.yaml | 235 ##- v1 initialization with different types 237 ##- Accumulator initialization with incorrect types
|
| D | newobj.yaml | 38 … object into register. The object should be initialized by calling initialization method before 1135 … object into register. The object should be initialized by calling initialization method before 1179 … object into register. The object should be initialized by calling initialization method before
|
| D | call.short.yaml | 166 # 3rd - possible initialization of registers 275 # 2nd - possible initialization of registers 319 # 3 - possible initialization of registers
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | resolvers.irt | 120 …# Second case occurs when class initialization is triggered again during static constructor execut… 122 # that the class is already initialized instead of waiting for its initialization.
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | loadable_agent.h | 86 …// (e.g. a new instance initialization won't be performed earlier than deinitialization of the old… in LoadInstance()
|
| D | runtime_options.h | 37 * adds some private options related to runtime initialization that cannot be controlled
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_interface.h | 73 * \brief called by the ecmavm when virtual machine start initialization
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | scheduler_doc.md | 30 … queue is based on so-called `ASAP` (as soon as possible) values. In initialization, `ready` is em… 149 // Initialization, add leafs into 'waiting' queue
|
| D | memory_barriers_doc.md | 5 …Array so that if the created objects are used in another thread, the initialization is fully compl…
|
| D | aot_cha.md | 61 is performed during Runtime initialization when only boot panda files are loaded. The verification …
|
| /arkcompiler/runtime_core/verification/util/ |
| D | saturated_enum.h | 28 …value UNDEFINED and any op will lead to fatal error, add constructors etc for proper initialization
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | assemblyDumper.ts | 79 /* the first parametersCount insns are move insn for argument initialization,
|
| /arkcompiler/runtime_core/runtime/ |
| D | options.yaml | 578 - name: verification-sync-on-class-initialization 581 description: Whether class initialization should wait until class verification is complete
|
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | debug_interface.h | 249 * \brief Method is called by the runtime when virtual machine start initialization 254 * \brief Method is called by the runtime when virtual machine finish initialization
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | code_sink.cpp | 154 …// For Bytecode Optimizer, it is not allowed to mix LoadStatic and class initialization (for anoth… in SinkInstruction()
|
| D | balance_expressions.cpp | 146 // Operator initialization: in AllocateSourcesRec()
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2abc_skip_tests.json | 113 "reason" : "parameter with default initialization of itself",
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | typeSystem.ts | 294 // record type before its initialization, so its index can be recorded 551 // record type before its initialization, so its index can be recorded 833 // record type before its initialization, so its index can be recorded
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_marker.h | 232 // If ClassAddr is not set - it means object header initialization is in progress now in MarkChecker()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_printer_test.cpp | 240 // Callconv for masm initialization
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 450 description: Calls initialization of the class before inlined function 466 description: Calls initialization of the class before LoadStatic and StoreStatc 475 …description: Calls initialization of the class that wasn't resolved during compilation before Load…
|
123