Searched full:created (Results 1 – 25 of 113) sorted by relevance
12345
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 37 …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 …]
|
| D | lda.str.yaml | 143 …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.
|
| D | lda.type.yaml | 220 …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/ |
| D | memory_barriers_doc.md | 5 …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…
|
| D | ir_builder.md | 102 # 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/ |
| D | thread_manager.h | 199 // 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
|
| D | handle_scope.h | 24 …* Handles are only valid within a HandleScope. When a handle is created for an object a cell is al…
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 21 ….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…
|
| D | on-stack-replacement.md | 81 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.
|
| D | irtoc.md | 3 **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…
|
| D | design-of-interpreter.md | 128 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/ |
| D | symbol_table_test.cpp | 156 * 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/ |
| D | allure_reporter.rb | 135 @output << "\nCore dump was created." if core 141 @output << "\nCore dump was created." if core
|
| D | test_reporter.rb | 118 @logger.log 1, 'Core dump was created' if core 125 @logger.log 1, 'Core dump was created' if core
|
| D | jtr_reporter.rb | 131 @output << "\nCore dump was created." if core 137 @output << "\nCore dump was created." if core
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | thread_status.h | 22 CREATED, enumerator
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | g1gc-gc-activity.puactivity | 22 - last time when this region participated in GC or when it was created
|
| /arkcompiler/ets_frontend/ts2panda/src/statement/ |
| D | loopStatement.ts | 116 // 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/ |
| D | gc_trigger.cpp | 64 …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/ |
| D | builtins_ark_tools.h | 33 // return whether the hclass used for object is created by static ts type
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | reference_storage.h | 68 …* 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/ |
| D | type_system.md | 10 - Top() - supertype of all types, subtyping rel is created implicitly.
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | validation.rb | 19 # Object of `CompiledMethod` is created for each method, defined in the `validation.yaml`, which lo…
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | mutex.h | 53 …// 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/ |
| D | README.md | 46 * Functions cannot be dynamically created using strings, such as new Function("console.log(1);")).
|
12345