Home
last modified time | relevance | path

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

123

/ark/runtime_core/runtime/
Dmark_word.cpp30 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()
Dobject_header_config.h45 // 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
Dhandle_base.h31 …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/
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…
/ark/js_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp108 …* @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/
Dfreelist.h90 … 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/
Dprofile_processor.cpp63 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()
Dprofile_generator.cpp142 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/
Darena.h97 * \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…
Dgc_barrier.h30 …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…
Dmmap_mem_pool.h62 …// 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/
Dinterpreter_to_compiled_code_bridge_x86.S73 // 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/
Dgc_barrier_set.h58 * @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/
Dstobj.v.yaml73 … 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.
Dststatic.64.yaml51 …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
Dstobj.64.yaml54 …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
Dststatic.yaml51 …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
Dstobj.yaml54 …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/
Decma_string.h274 // 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/
Dstring.h330 // 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/
DmemberAccessExpression.ts32 // make sure "this" is stored in lexical env if needed
/ark/runtime_core/libpandabase/events/
Devents.yaml16 # - fields - data fields that will be stored within event. The type of each field should be a real …
/ark/runtime_core/libziparchive/
Dzip_archive.h138 …* Get the current file offset opened with OpenCurrentFile. The offset will be stored into entry->o…
/ark/runtime_core/libpandabase/utils/
Djson_parser.h191 // String representation is stored additionally as a "source" of scalar values:
/ark/runtime_core/docs/
Druntime-compiled_code-interaction.md139 … 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