Searched full:stored (Results 1 – 25 of 232) sorted by relevance
12345678910
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/11.local_classes_and_interfaces/ |
| D | access_parent_data.params.yaml | 17 // Local class has access to class scope it is stored at. Field check. 37 // Local class has access to class scope it is stored at. Const field check. 57 // Local class has access to class scope it is stored at. Readonly field check. 77 // Local class has access to class scope it is stored at. Static field check. 97 // Local class has access to class scope it is stored at. Protected method check. 121 // Local class has access to class scope it is stored at. Private method check.
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lse.h | 33 * "Memory Instruction" -> "Value stored at location pointed by instruction" 37 * been been stored by a previous store 39 * stored (optimization keep track what was stored previously) 43 * - if the instruction is a store and a stored value is equal to value from 46 * absent or differs from new stored value then the new stored value is written
|
| /arkcompiler/runtime_core/static_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 | handle_base.h | 32 …andleStorage is the storage structure of the object pointer. GC will use the stored pointer as root 33 * and update the stored value after the object is moved
|
| D | compiler_queue_interface.h | 31 … // Empty ctx element may only returned if the queue is empty, it must not be stored into the queue in GetTaskDescription()
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_handler_test.cpp | 111 …* @tc.desc: Call "StoreElement" function,check whether the Element is stored successfully by check… 139 …* @tc.desc: Call "StoreProperty" function,check whether the Property is stored successfully by che… 140 …* according to the ObjectOperation object,the stored Property is different,the stored Ob… 181 …* @tc.desc: Call "StoreTransition" function,check whether the Transition is stored successfully by… 209 * according to the ObjectOperation object,the stored Property is different. 247 …* @tc.desc: Call StorePrototype function,check whether the Prototype is stored successfully by che… 248 …* according to the ObjectOperation object,the stored Property is different.the stored Ob…
|
| D | profile_type_info_test.cpp | 115 …en different profiletypeaccessor objects call the AddHandlerWithoutKey function,the handlers stored 116 …* in the array are different.Check whether the data stored in the array is the same as e… 170 …en different profiletypeaccessor objects call the AddHandlerWithoutKey function,the handlers stored 171 …* in the array are different.Check whether the data stored in the array is the same as e… 200 …* the handlers stored in the array are different.Check whether the data stored in the ar… 249 …* ProfileTypeAccessor objects call the "AddGlobalHandlerKey" function,the data stored in… 250 …he object is different.This function pass the key value/handler value,Check whether the data stored 290 …* ProfileTypeAccessor objects call the "AddGlobalRecordHandler" function,the data stored… 291 … the object is the same.This function pass the handler value,Check whether the data stored
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | schedulable_task_queue_interface.h | 72 …ze - Count of tasks you want to pop. If it is greater then count of tasks that are stored in queue, 73 * method will not wait and will pop all stored tasks. 82 …ze - Count of tasks you want to pop. If it is greater then count of tasks that are stored in queue, 83 * method will not wait and will pop all stored tasks.
|
| D | task_queue.h | 135 …ze - Count of tasks you want to pop. If it is greater then count of tasks that are stored in queue, 136 * method will not wait and will pop all stored tasks. 155 …ze - Count of tasks you want to pop. If it is greater then count of tasks that are stored in queue, 156 * method will not wait and will pop all stored tasks.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/08.reference_types/06.array_types/ |
| D | array_index.sts | 17 desc: The first element of the array is stored at the 0th index, 2nd element is stored on 1st index…
|
| /arkcompiler/ets_frontend/testTs/ |
| D | README.md | 4 1. skip_tests.json:avoids code files and does not perform operations on TS files stored in the file. 5 2. import_tests.json:Is the path to the TS code file where import files are stored to add import fi…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | lse_doc.md | 25 `"Memory Instruction" -> "Value stored at location pointed by instruction"` 35 - if the instruction is a store and a stored value is equal to value from heap for this store then … 36 …ue from heap for this store is absent or differs from a new stored value then the new stored value… 178 // If a value stored on the heap is already there, we eliminate this store instruction 195 // Record a stored value to heap[block] 218 ### Loading stored value in `if` block 238 …instruction `v15` and `v20` load a values stored by `v7`. As a result we can substitute these load…
|
| D | escape_analysis.md | 20 …y created for and mapping between fields and instructions whose values were stored to these fields. 24 - replace LoadObject from virtual object with the instruction that was stored in the field. 108 materialize stored instruction
|
| D | aot_resolve_string.md | 34 - checks the value already stored in `STRING_SLOT` PLT-slot - after AOT-file loading all such slots… 47 String pointers stored inside PLT-slots have to be treated as GC-roots to prevent its scavenge in c…
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | freelist.h | 89 … is some hidden header and we have some extra header where all correct information has been stored. 111 // padding size, which is stored after this header. 304 // A common header with object stored just after the header 308 // the common header of this memory and place where the object is stored. 311 // The padding size is stored in size_t variable just after the common header 314 // The padding header is stored just after the common header
|
| /arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/ |
| D | README.md | 15 The file with the report is stored in the project's directory under the following path:
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | import-export.md | 50 Which paths included in this list are stored in a vector that can be retrieved via the *Helpers::St… 74 …ule compiler option. If it is not specified, the module name will not be stored in the record tabl… 165 ## 4. How variables are stored 175 …the global scope of the actual program. Similarly, all the variables are stored in the global scop… 208 Foreign marker can be imprvoed. Since **Variable** objects are stored by pointers, it is not a solu… 210 Currently, each variables - locally defined or imported ones - are stored in `foreignBindings_`. It… 230 …on and whether the imported element has a declaration or not - , will be stored in an ImportSource… 318 * The definition is stored in the global scope of the given file 344 …lowed per module and since every parsed program uses the same binder it is stored there as a member 379 At this point these are only identifiers stored in an *ir::Identifier* node for each name. [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/benchmark/ |
| D | README.md | 6 By default, test cases are stored in the 'test_cases' directory, and run results are stored in the … 53 The generated test results are stored in the 'output' directory, and the command line prints basic …
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 34 - checks the value already stored in `STRING_SLOT` PLT-slot - after AOT-file loading all such slots… 47 String pointers stored inside PLT-slots have to be treated as GC-roots to prevent its scavenge in c…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | call_conv.h | 27 regno_t reg0 = 0; /* 0 means parameter is stored on the stack */ 36 PrimType primTypeOfReg0; /* the primitive type stored in reg0 */ 37 PrimType primTypeOfReg1; /* the primitive type stored in reg1 */
|
| D | memlayout.h | 40 * may need be stored in stack. 42 * where all the values are initially stored in the memory and 43 * loaded into registers when needed, and stored back to the memory when
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | global_ts_type_ref.h | 164 // MAX_LOCAL_ID types in one ts file can be stored in TSTypeTable 166 …// (MAX_MODULE_ID - ModuleTableIdx::NUM_OF_DEFAULT_TABLES) ts files with types can be stored in TS…
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.h | 122 // A Mutant of TaggedArray which has numbers directly stored in Data section. 136 // With raw numbers stored in Data section.
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena.h | 90 * @brief Check that @param mem is stored inside this Arena 95 …/// @brief Mark all memory after @param mem as free. Check that @param mem is stored inside this a…
|
12345678910