Searched full:stored (Results 1 – 25 of 70) sorted by relevance
123
| /ark/runtime_core/runtime/ |
| D | mark_word.cpp | 30 LOG(ERROR, RUNTIME) << "Hash is not stored inside object header!"; in GetHashConfigured() 52 LOG(ERROR, RUNTIME) << "Hash is not stored inside object header!"; in DecodeFromHashConfigured() 64 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in SetHashedConfigured() 82 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in IsHashedConfigured()
|
| D | object_header_config.h | 45 // Config for High-end devices with hash stored inside object header and 32 bits pointer 55 // Config for High-end devices with hash stored inside object header and 64 bits pointer 65 // Config for Low-end devices with hash stored inside object header and 32 bits pointer
|
| D | handle_base.h | 31 …andleStorage is the storage structure of the object pointer. GC will use the stored pointer as root 32 * and update the stored value after the object is moved
|
| /ark/ts2abc/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…
|
| /ark/js_runtime/ecmascript/ic/tests/ |
| D | ic_handler_test.cpp | 108 …* @tc.desc: Call "StoreElement" function,check wether the Element is stored successfully by checki… 136 …* @tc.desc: Call "StoreProperty" function,check wether the Property is stored successfully by chec… 137 …* according to the ObjectOperation object,the stored Property is different,the stored Ob… 178 …* @tc.desc: Call "StoreTransition" function,check wether the Transition is stored successfully by …
|
| /ark/runtime_core/runtime/mem/ |
| D | freelist.h | 90 … is some hidden header and we have some extra header where all correct information has been stored. 112 // padding size, which is stored after this header. 297 // A common header with object stored just after the header 301 // the common header of this memory and place where the object is stored. 304 // The padding size is stored in size_t variable just after the common header 307 // The padding header is stored just after the common header
|
| /ark/js_runtime/ecmascript/cpu_profiler/ |
| D | profile_processor.cpp | 63 if (generator_->GetMethodNodes().size() >= 10 || // 10:Number of nodes currently stored in Run() 64 generator_->GetSamples().size() == 100) { // 100:Number of Samples currently stored in Run()
|
| D | profile_generator.cpp | 142 if (methodNodes_.size() >= 10) { // 10:Number of nodes currently stored in WriteMethodsAndSampleInfo() 147 } else if (samples_.size() == 100 || timeEnd) { // 100:Number of samples currently stored in WriteMethodsAndSampleInfo()
|
| /ark/runtime_core/libpandabase/mem/ |
| D | arena.h | 97 * \brief Check that \param mem is stored inside this Arena 103 …* \brief Mark all memory after \param mem as free. Check that \param mem is stored inside this are…
|
| D | gc_barrier.h | 30 …IER_POSITION_PRE = 0x1, // Should be inserted before each store/load when reference stored/loaded 31 …BARRIER_POSITION_POST = 0x0, // Should be inserted after each store/load when reference stored/lo…
|
| D | mmap_mem_pool.h | 62 …// A free pool will be stored in the free_pools_, and it's iterator will be recorded in the free_p…
|
| /ark/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
|
| /ark/runtime_core/runtime/mem/gc/ |
| D | gc_barrier_set.h | 58 * @param pre_val_addr - reference currently(before store/load happened) stored in the field 65 * @param val_addr - reference stored into or loaded from the field
|
| /ark/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 718 description: Check that register value is stored in field. Unsigned cases. 781 description: Check that register value is stored in field. 853 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 313 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 412 description: Check that accumulator value is stored in field
|
| D | ststatic.yaml | 51 …cumulator content into static field by field_id. For non-object variant the size of actually stored 322 description: Check that accumulator value is properly stored in field
|
| D | stobj.yaml | 54 …cumulator content into object field by field_id. For non-object variant the size of actually stored 393 description: Check that accumulator value is stored in field
|
| /ark/js_runtime/ecmascript/ |
| D | ecma_string.h | 274 // DATA_OFFSET: the string data stored after the string header. 275 // Data can be stored in utf8 or utf16 form according to compressed bit.
|
| /ark/runtime_core/runtime/include/coretypes/ |
| D | string.h | 330 // A pointer to the string data stored after the string header. 331 // Data can be stored in mutf8 or utf16 form according to compressed bit.
|
| /ark/ts2abc/ts2panda/src/expression/ |
| D | memberAccessExpression.ts | 32 // make sure "this" is stored in lexical env if needed
|
| /ark/runtime_core/libpandabase/events/ |
| D | events.yaml | 16 # - fields - data fields that will be stored within event. The type of each field should be a real …
|
| /ark/runtime_core/libziparchive/ |
| D | zip_archive.h | 138 …* Get the current file offset opened with OpenCurrentFile. The offset will be stored into entry->o…
|
| /ark/runtime_core/libpandabase/utils/ |
| D | json_parser.h | 191 // String representation is stored additionally as a "source" of scalar values:
|
| /ark/runtime_core/docs/ |
| D | runtime-compiled_code-interaction.md | 139 … pointer` register contains a pointer to the place in the stack where the return address is stored. 308 To do that the runtime uses information about callee-saved registers stored on the stack. This info… 400 1. Determine the return address to the boundary frame. The return address is stored in the followin…
|
123