Home
last modified time | relevance | path

Searched full:stored (Results 1 – 25 of 242) sorted by relevance

12345678910

/arkcompiler/runtime_core/static_core/runtime/
Dmark_word.cpp32 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()
Dobject_header_config.h44 // 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
Dhandle_base.h32 …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
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.h33 * "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/plugins/ets/tests/ets-templates/09.classes/11.local_classes_and_interfaces/
Daccess_parent_data.params.yaml17 // 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/plugins/ets/tests/ets-templates/03.types/08.reference_types/07.array_types/
Darray_index.sts17 desc: The first element of the array is stored at the 0th index, 2nd element is stored on 1st index…
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp111 …* @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…
Dprofile_type_info_test.cpp127 …en different profiletypeaccessor objects call the AddHandlerWithoutKey function,the handlers stored
128 …* in the array are different.Check whether the data stored in the array is the same as e…
182 …en different profiletypeaccessor objects call the AddHandlerWithoutKey function,the handlers stored
183 …* in the array are different.Check whether the data stored in the array is the same as e…
212 …* the handlers stored in the array are different.Check whether the data stored in the ar…
261 …* ProfileTypeAccessor objects call the "AddGlobalHandlerKey" function,the data stored in…
262 …he object is different.This function pass the key value/handler value,Check whether the data stored
302 …* ProfileTypeAccessor objects call the "AddGlobalRecordHandler" function,the data stored
303 … the object is the same.This function pass the handler value,Check whether the data stored
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dschedulable_task_queue_interface.h72 …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.
Dtask_queue.h135 …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/ets_frontend/testTs/
DREADME.md4 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/libabckit/doc/
Dimplementation_description.md4 Compiled JS and ArkTS1 are stored in "dynamic" `abc` file format and ArkTS2 in "static" `abc` file …
36 All public API is stored in `./include/c` folder and has such structure:
54 Abckit APIs are pure C functions, all implementations are stored in `./src/` folder and written in …
128 Runtime specific implementations are stored in `./src/adapter_dynamic/` and `./src/adapter_static/`
150 …ation types for these structures (implementation is hidden from user and stored in `./src/metadata…
178 Implementation of all `AbckitXXX` data structures is stored in `metadata_inspect_impl.h` and `ir_co…
226 For such cases we are using **wrappers** (they are stored in `./src/wrappers/`).
263 2. Stored inside `AbckitGraph` instance
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dliteral.h123 * @return uint16_t containing method affiliate оffset that is stored in the Literal.
129 * @brief Returns float value that is stored in Literal.
136 * @brief Returns double value that is stored in Literal.
150 * @brief Returns method descriptor that is stored in Literal.
Dfile.h143 * @param [ in ] value - Byte value that will be stored in the literal to be created.
152 * @param [ in ] value - Short value that will be stored in the literal to be created.
161 * @param [ in ] value - Integer value that will be stored in the literal to be created.
170 * @param [ in ] value - Long value that will be stored in the literal to be created.
179 * @param [ in ] value - Float value that will be stored in the literal to be created.
214 * @param [ in ] val - string that will be stored in the literal to be created.
223 * @param [ in ] function - Function that will be stored in the literal to be created.
Dvalue.h76 * @return Boolean value that is stored in the value.
84 * @return Double value that is stored in the value.
/arkcompiler/runtime_core/static_core/compiler/docs/
Dlse_doc.md25 `"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…
Descape_analysis.md20 …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
Daot_resolve_string.md34 - 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_frontend/ets2panda/linter/stats_calculator/
DREADME.md15 The file with the report is stored in the project's directory under the following path:
/arkcompiler/ets_frontend/ets2panda/docs/
Dimport_export.md51 ## 4. How variables are stored
61 …the global scope of the actual program. Similarly, all the variables are stored in the global scop…
94 Foreign marker can be improved. Since **Variable** objects are stored by pointers, it is not a solu…
96 Currently, all variables - locally defined or imported ones - are stored in `foreignBindings_`. It …
116 …on and whether the imported element has a declaration or not - , will be stored in an ImportSource…
204 * The definition is stored in the global scope of the given file
230 …lowed per module and since every parsed program uses the same binder it is stored there as a member
264 At this point these are only identifiers stored in an *ir::Identifier* node for each name.
280 * A multimap is introduced to handle aliasing, which is stored in the binder for every parsed file
385 … import all variables from C.sts and all re-exported variables should be stored in a separated re-…
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist.h89 … 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/runtime_core/static_core/docs/
Dimport-export.md50 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/
DREADME.md6 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcall_conv.h27 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 */
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md34 - 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…

12345678910