Home
last modified time | relevance | path

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

1234567891011

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/StringDecoder/
DEncodingUtf8Test.ets23 …suite.addTest("Returns any remaining input stored in the internal buffer as a string.", testend002…
24 …suite.addTest("Returns any remaining input stored in the internal buffer as a string.", testend003…
25 …suite.addTest("Returns any remaining input stored in the internal buffer as a string.", testend004…
33 * comitted from the returned string and stored in an internal buffer.
49 * comitted from the returned string and stored in an internal buffer.
63 * @tc.desc: Returns any remaining input stored in the internal buffer as a string.
77 * @tc.desc: Returns any remaining input stored in the internal buffer as a string.
92 * @tc.desc: Returns any remaining input stored in the internal buffer as a string.
DEncodingTest.ets25 …suite.addTest("Returns any remaining input stored in the internal buffer as a string.", testend001…
39 * comitted from the returned string and stored in an internal buffer.
55 * comitted from the returned string and stored in an internal buffer.
71 * comitted from the returned string and stored in an internal buffer.
87 * comitted from the returned string and stored in an internal buffer.
102 * @tc.desc: Returns any remaining input stored in the internal buffer as a string.
/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/runtime/
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/plugins/ets/tests/ets-templates/03.types/16.array_types/
Darray_index.ets17 desc: The first element of the array is stored at the 0th index, 2nd element is stored on 1st index…
/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/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/libabckit/doc/
Dimplementation_description.md4 Compiled JS and ArkTS are stored in "dynamic" `abc` file format and static ArkTS in "static" `abc` …
38 All public API is stored in `./include/c` folder and has such structure:
56 Abckit APIs are pure C functions, all implementations are stored in `./src/` folder and written in …
60 C++ API is stored in `./include/cpp` folder and has such structure:
157 Runtime specific implementations are stored in `./src/adapter_dynamic/` and `./src/adapter_static/`
179 …ation types for these structures (implementation is hidden from user and stored in `./src/metadata…
207 Implementation of all `AbckitXXX` data structures is stored in `metadata_inspect_impl.h` and `ir_co…
255 For such cases we are using **wrappers** (they are stored in `./src/wrappers/`).
292 2. Stored inside `AbckitGraph` instance
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D20_implementation.rst66 Modules and packages are created and stored in a manner determined by the
67 host system. The exact manner modules and packages are stored in a file
73 - Module (package module) is stored in a single file.
75 - All package modules are stored in files of the same folder.
/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.
/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
/arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/
Dcommon.irt25 # Resolves a value of type 'ref_uint' stored in the memory by address 'base + offset', where 'offse…
35 # Resolves a value of type 'ref_uint' stored in the memory by address 'base + offset', and returns …
/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/runtime_core/common_interfaces/objects/string/
Dline_string.h44 // DATA_OFFSET: the string data stored after the string header.
45 // Data can be stored in utf8 or utf16 form according to compressed bit.
/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/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.ets and all re-exported variables should be stored in a separated re-…
/arkcompiler/ets_runtime/ecmascript/
Ddependent_infos.h31 * Index | Stored Content | Description
43 * DependentInfos are stored on the HClass as (function)-(collection) pairs.
/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_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/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/runtime_core/static_core/plugins/ets/tests/ets-templates/20.implementation_details/02.compilation_units_in_host_system/
Dcompilation_units_in_host_system_0.ets17 desc: Module is stored in a single file.

1234567891011