Home
last modified time | relevance | path

Searched full:initialization (Results 1 – 25 of 52) sorted by relevance

123

/arkcompiler/runtime_core/libpandabase/mem/
Dpool_map.h104 // initialization and reading. in Initialize()
106 // without initialization in the correct flow. in Initialize()
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h39 // 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/
Dsta.yaml131 ##- v1 initialization with different types
133 ##- Accumulator initialization with incorrect types
Dsta.64.yaml158 ##- v1 initialization with different types
160 ##- Accumulator initialization with incorrect types
Dsta.obj.yaml235 ##- v1 initialization with different types
237 ##- Accumulator initialization with incorrect types
Dnewobj.yaml38 … 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
Dcall.short.yaml166 # 3rd - possible initialization of registers
275 # 2nd - possible initialization of registers
319 # 3 - possible initialization of registers
/arkcompiler/runtime_core/irtoc/scripts/
Dresolvers.irt120 …# 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/
Dloadable_agent.h86 …// (e.g. a new instance initialization won't be performed earlier than deinitialization of the old… in LoadInstance()
Druntime_options.h37 * adds some private options related to runtime initialization that cannot be controlled
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_interface.h73 * \brief called by the ecmavm when virtual machine start initialization
/arkcompiler/runtime_core/compiler/docs/
Dscheduler_doc.md30 … queue is based on so-called `ASAP` (as soon as possible) values. In initialization, `ready` is em…
149 // Initialization, add leafs into 'waiting' queue
Dmemory_barriers_doc.md5 …Array so that if the created objects are used in another thread, the initialization is fully compl…
Daot_cha.md61 is performed during Runtime initialization when only boot panda files are loaded. The verification …
/arkcompiler/runtime_core/verification/util/
Dsaturated_enum.h28 …value UNDEFINED and any op will lead to fatal error, add constructors etc for proper initialization
/arkcompiler/ets_frontend/ts2panda/src/
DassemblyDumper.ts79 /* the first parametersCount insns are move insn for argument initialization,
/arkcompiler/runtime_core/runtime/
Doptions.yaml578 - name: verification-sync-on-class-initialization
581 description: Whether class initialization should wait until class verification is complete
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h249 * \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/
Dcode_sink.cpp154 …// For Bytecode Optimizer, it is not allowed to mix LoadStatic and class initialization (for anoth… in SinkInstruction()
Dbalance_expressions.cpp146 // Operator initialization: in AllocateSourcesRec()
/arkcompiler/ets_frontend/test262/
Des2abc_skip_tests.json113 "reason" : "parameter with default initialization of itself",
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts294 // 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/
Dgc_marker.h232 // If ClassAddr is not set - it means object header initialization is in progress now in MarkChecker()
/arkcompiler/runtime_core/compiler/tests/
Dasm_printer_test.cpp240 // Callconv for masm initialization
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml450 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