Home
last modified time | relevance | path

Searched full:created (Results 1 – 25 of 113) sorted by relevance

12345

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml37 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
200 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
202 …description: Check type of object created by 'newobj' instruction with valid type in PandaAssembly…
241 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
243 …description: Check type of object created by 'newobj' instruction with valid type in PandaAssembly…
284 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
286 …description: Check that two objects created by 'newobj' instructions are different in PandaAssembl…
345 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
347 …description: Check that two objects created by 'newobj' instructions are different in PandaAssembl…
413 …efault values (i.e. 0 for primitives and null for objects) and put a reference to the newly created
[all …]
Dlda.str.yaml143 …description: Check type of object created by 'lda.str' instruction with valid string in PandaAssem…
182 …description: Check type of object created by 'lda.str' instruction with valid string in PandaAssem…
222 …description: Check value of object created by 'lda.str' instruction with valid string in PandaAsse…
274 …description: Check value of object created by 'lda.str' instruction with valid string in PandaAsse…
333 …description: Check that two strings created by 'lda.str' instructions are the same in the string c…
386 …description: Check that two strings created by 'lda.str' instructions are different in the string …
427 description: Check that a string created by 'lda.str' instruction has the expected content.
Dlda.type.yaml220 …description: Check type of object created by 'lda.type' instruction with valid type in PandaAssemb…
271 …description: Check type of object created by 'lda.type' instruction with valid type in PandaAssemb…
343 …description: Check that two types created by 'lda.type' instructions are the same in the type cons…
400 …description: Check that two types created by 'lda.type' instructions are the same in the type cons…
477 …description: Check that two types created by 'lda.type' instructions are different in the type con…
697 …description: Check that two types created by 'lda.type' instructions are different in the type con…
/arkcompiler/runtime_core/compiler/docs/
Dmemory_barriers_doc.md5 …after the instructions NewArray, NewObject, NewMultiArray so that if the created objects are used …
6 We can remove the barrier if we prove that the created object cannot be passed to another thread be…
25 So we will only set the barrier in the last instruction before potentially passing the created obje…
Dir_builder.md102 # Add control flow edges between created basic blocks
136 …de write resutl to the accumulator, so update definition of the accumulator by created instruction.
/arkcompiler/runtime_core/runtime/
Dthread_manager.h199 // Newly created threads are using flag suspend new count. in SatisfyTheMask()
243 …// * CREATED - wait until threads finish initializing which requires communication with ThreadMana… in CanDeregister()
244 …// * BLOCKED - it means we are trying to acquire lock in Monitor, which was created in internalAll… in CanDeregister()
254 // Counter used to suspend newly created threads after SuspendAllThreads/SuspendDaemonThreads
272 // A specific counter of threads, which are not completely created
Dhandle_scope.h24 …* Handles are only valid within a HandleScope. When a handle is created for an object a cell is al…
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md21 ….h) is loaded, which usually represents a debugger shared library. It is created by the VM (see `P…
23 …ling/debug_interface.h) - the point of interaction with the runtime - is created. The agent may ac…
Don-stack-replacement.md81 No code is generated in place of OsrSaveState, but a special OsrEntryStub entity is created,
144 New cframe is created in place of `c2i` frame, which is just dropped
152 New cframe is created in the current stack position. But before it we need to insert i2c bridge.
Dirtoc.md3 **Irtoc**(Ir-To-Code) tool is aimed to compile a manually created IR (intermediate representation) …
41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
Ddesign-of-interpreter.md128 to managed code is performed, no new host frame is created for the interpreter itself.
209 1. A compliance test suite for the Panda Assembly language is created. The core part of the suite
218 Lots of things are being created in parallel, and currently there is no stable front-end for Panda
/arkcompiler/ets_runtime/ecmascript/tests/
Dsymbol_table_test.cpp156 * If it is created successfully, the pointer variable is not equal to null,
172 …* CaseDescription: Judge whether the key value can be found in the key value in your own created s…
208 …aseDescription: This function obtains the value in the key of symbol table pointer variable created
234 …ion: This function compares the key value in the symboltable pointer variable created by the create
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dallure_reporter.rb135 @output << "\nCore dump was created." if core
141 @output << "\nCore dump was created." if core
Dtest_reporter.rb118 @logger.log 1, 'Core dump was created' if core
125 @logger.log 1, 'Core dump was created' if core
Djtr_reporter.rb131 @output << "\nCore dump was created." if core
137 @output << "\nCore dump was created." if core
/arkcompiler/runtime_core/runtime/include/
Dthread_status.h22 CREATED, enumerator
/arkcompiler/runtime_core/docs/diagrams/
Dg1gc-gc-activity.puactivity22 - last time when this region participated in GC or when it was created
/arkcompiler/ets_frontend/ts2panda/src/statement/
DloopStatement.ts116 // determine if loopenv need to be created
121 // determine the location where loopenv should be created
254 // determine the location where env should be created
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_trigger.cpp64 …LOG(DEBUG, GC_TRIGGER) << "GCTriggerHeap created, min heap size " << min_heap_size << ", percent t… in GCTriggerHeap()
251 LOG(DEBUG, GC_TRIGGER) << "GCTriggerDebug created"; in GCTriggerDebug()
281 LOG(DEBUG, GC_TRIGGER) << "GCTriggerHeapOccupancy created"; in GCTriggerHeapOccupancy()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.h33 // return whether the hclass used for object is created by static ts type
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference_storage.h68 …* Creates a new frame with at least given number of local references which can be created in this …
200 * and the reference is created in caller scope and not used by any other place
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md10 - Top() - supertype of all types, subtyping rel is created implicitly.
/arkcompiler/runtime_core/irtoc/lang/
Dvalidation.rb19 # Object of `CompiledMethod` is created for each method, defined in the `validation.yaml`, which lo…
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h53 …// Should be used only in monitor. Intended to be used with just created mutexes which aren't in u…
57 …// Should be used only in monitor. Intended to be used with just created mutexes which aren't in u…
/arkcompiler/ets_runtime/
DREADME.md46 * Functions cannot be dynamically created using strings, such as new Function("console.log(1);")).

12345