Searched full:stored (Results 1 – 25 of 95) sorted by relevance
1234
| /arkcompiler/runtime_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 | 108 …* @tc.desc: Call "StoreElement" function,check whether the Element is stored successfully by check… 136 …* @tc.desc: Call "StoreProperty" function,check whether the Property is stored successfully by che… 137 …* according to the ObjectOperation object,the stored Property is different,the stored Ob… 178 …* @tc.desc: Call "StoreTransition" function,check whether the Transition is stored successfully by… 206 * according to the ObjectOperation object,the stored Property is different. 244 …* @tc.desc: Call StorePrototype function,check whether the Prototype is stored successfully by che… 245 …* according to the ObjectOperation object,the stored Property is different.the stored Ob…
|
| D | profile_type_info_test.cpp | 117 …en different profiletypeaccessor objects call the AddHandlerWithoutKey function,the handlers stored 118 …* in the array are different.Check whether the data stored in the array is the same as e… 176 …en different profiletypeaccessor objects call the AddHandlerWithoutKey function,the handlers stored 177 …* in the array are different.Check whether the data stored in the array is the same as e… 209 …* 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 304 …* ProfileTypeAccessor objects call the "AddGlobalRecordHandler" function,the data stored… 305 … the object is the same.This function pass the handler value,Check whether the data stored
|
| /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/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_runtime/ecmascript/ts_types/ |
| D | global_ts_type_ref.h | 133 // MAX_LOCAL_ID types in one ts file can be stored in TSTypeTable 135 …// (MAX_MODULE_ID - TSModuleTable::DEFAULT_NUMBER_OF_TABLES) ts files with types can be stored in …
|
| /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…
|
| D | plt.md | 49 XX+04: ldr x0, [x0] ; Load value stored in ThirdSlot ; (&FirstSlot)-48 ; Method Pointer 60 When we have `Method pointer`, it is stored into `ThirdSlot`, allow to load proper executable addre… 161 Another entrypoint is called here - `ResolveClass`. Gathered `Class pointer` value is stored into `…
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | analysis.cpp | 61 ASSERT_PRINT(inst->IsStore(), "Attempt to take a stored value on non-store instruction"); in InstStoredValue() 71 // Last input is a stored value in InstStoredValue()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena.h | 104 * \brief Check that \param mem is stored inside this Arena 110 …* \brief Mark all memory after \param mem as free. Check that \param mem is stored inside this are…
|
| D | gc_barrier.h | 32 …IER_POSITION_PRE = 0x1, // Should be inserted before each store/load when reference stored/loaded 33 …BARRIER_POSITION_POST = 0x0, // Should be inserted after each store/load when reference stored/lo…
|
| /arkcompiler/runtime_core/runtime/bridge/arch/x86/ |
| D | interpreter_to_compiled_code_bridge_x86.S | 73 // reserve space for the pointer to which the result will be stored 299 // memory where the result must be stored 354 // push the pointer to memory where the result must be stored
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_handle.h | 30 …andleStorage is the storage structure of the object pointer. GC will use the stored pointer as root 31 * and update the stored value after the object is moved
|
| /arkcompiler/runtime_core/verification/config/context/ |
| D | context.h | 42 …// note: this is assumed to be small so stored as a vector (not even sorted, so we use a linear se…
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_barrier_set.h | 63 * @param pre_val_addr - reference currently(before store/load happened) stored in the field 70 * @param val_addr - reference stored into or loaded from the field
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | gc_ring_buffer_test.cpp | 76 * @tc.desc: The "Sum" function calculates the sum of stored data by calling the callback function.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | stobj.v.yaml | 73 … register content into object field by field_id. For non-object variant the size of actually stored 772 description: Check that register value is stored in field. Unsigned cases. 836 description: Check that register value is stored in field. 909 description: Check that register value is stored in field. Version for signed types.
|
| D | ststatic.64.yaml | 51 …cumulator content into static field by field_id. For non-object variant the size of actually stored 283 description: Check that accumulator value is stored in field
|
| D | stobj.64.yaml | 54 …cumulator content into object field by field_id. For non-object variant the size of actually stored 417 description: Check that accumulator value is stored in field
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | string.h | 343 // A pointer to the string data stored after the string header. 344 // Data can be stored in mutf8 or utf16 form according to compressed bit.
|
| /arkcompiler/ets_frontend/ts2panda/src/expression/ |
| D | memberAccessExpression.ts | 32 // make sure "this" is stored in lexical env if needed
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 139 …* Get the current file offset opened with OpenCurrentFile. The offset will be stored into entry->o…
|
1234