Home
last modified time | relevance | path

Searched full:storing (Results 1 – 25 of 51) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dlaunch_instr_array.ets19 // This test covers case of storing Promises returned from launch instruction
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
Devaluation_engine.h67 …* @param method pointer either providing the previously loaded method or used for storing the expr…
/arkcompiler/toolchain/tooling/static/evaluation/
Devaluation_engine.h67 …* @param method pointer either providing the previously loaded method or used for storing the expr…
/arkcompiler/ets_runtime/test/jittest/uncheck_float64_to_int32/
Duncheck_float64_to_int32.ts16 // Test scenario: No deopt check when storing a float value to an int typed array.
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp37 // delete instructions for storing array elements in RunImpl()
93 // find instructions for storing array elements in FillLiteralArray()
181 // until we meet the instruction for storing an array element in FindConstantArrays()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmem_stats.h38 …* raw memory for VM needs as well. This class uses CRTP for storing additional information in DEBU…
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dgc_ring_buffer_test.cpp28 …* @tc.desc: Define a fixed length container for storing int type data, call the push function to a…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dmemlayout.cpp24 * needed for storing the actuals based on the actual parameters and the ABI.
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md49 `AotManager` is responsible for storing PLT-slots containing references. It also provides methods t…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_context.h90 * @param klass pointer for storing result, must contain nullptr.
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md49 `AotManager` is responsible for storing PLT-slots containing references. It also provides methods t…
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h337 // keeps IRtoC GC PostWrb impl for storing one object
339 // keeps IRtoC GC PostWrb impl for storing two objects
/arkcompiler/runtime_core/taihe/compiler/taihe/driver/
Dcontexts.py86 """Helper class for storing key objects.
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dststatic.yaml254 …ype size is less than 32, then accumulator content will be trunctated to field size before storing.
316 …ype size is less than 32, then accumulator content will be trunctated to field size before storing.
Dstobj.yaml424 …ld type size is less than 32, accumulator content will be truncated to storage size before storing.
493 …ld type size is less than 32, accumulator content will be truncated to storage size before storing.
Dstobj.v.yaml425 …field type size is less than 32, register content will be truncated to storage size before storing.
559 …field type size is less than 32, register content will be truncated to storage size before storing.
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcall_conv.h35 uint8 regCount = 0; /* number of registers <= 2 storing the return value */
Dmemlayout.h177 * needed for storing the actuals based on the actual parameters and the ABI.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dstobj.yaml444 …ld type size is less than 32, accumulator content will be truncated to storage size before storing.
514 …ld type size is less than 32, accumulator content will be truncated to storage size before storing.
Dststatic.yaml289 …ype size is less than 32, then accumulator content will be trunctated to field size before storing.
352 …ype size is less than 32, then accumulator content will be trunctated to field size before storing.
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/validators/astchecker/
Dutil_astchecker.py57 Class for storing test case parsed from test file
83 Class for storing test cases parsed from one test file
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Dutil_astchecker.py51 Class for storing test case parsed from test file
75 Class for storing test cases parsed from one test file
/arkcompiler/runtime_core/static_core/plugins/ets/isa/
Disa.yaml81 …ld type size is less than 32, accumulator content will be truncated to storage size before storing.
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.cpp29 // Avoid repeatedly calling GetCurrentThreadId by storing tid locally
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md19 is used for storing local variables along with function arguments and doing function calls.

123