Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dlaunch_instr_array.sts16 // This test covers case of storing Promises returned from launch instruction
/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/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/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/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/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/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.h371 // keeps IRtoC GC PostWrb impl for storing one object
373 // keeps IRtoC GC PostWrb impl for storing two objects
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dlexer.h81 // for storing the different types of constant values
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Dutil_astchecker.py40 Class for storing test case parsed from test file
56 Class for storing test cases parsed from one test file
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dststatic.yaml276 …ype size is less than 32, then accumulator content will be trunctated to field size before storing.
338 …ype size is less than 32, then accumulator content will be trunctated to field size before storing.
Dstobj.yaml423 …ld type size is less than 32, accumulator content will be truncated to storage size before storing.
492 …ld type size is less than 32, accumulator content will be truncated to storage size before storing.
Dstobj.v.yaml429 …field type size is less than 32, register content will be truncated to storage size before storing.
563 …field type size is less than 32, register content will be truncated to storage size before storing.
/arkcompiler/runtime_core/static_core/plugins/ets/isa/
Disa.yaml123 …ld type size is less than 32, accumulator content will be truncated to storage size before storing.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
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.
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.
Dstobj.v.yaml774 …field type size is less than 32, register content will be truncated to storage size before storing.
911 …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/static_core/plugins/ets/tests/checked/
DCMakeLists.txt133 # CallLaunch isn't supported for arm32 (need to fix storing args in stack)
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.cpp29 // Avoid repeatedly calling GetCurrentThreadId by storing tid locally
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTestRunner.ts61 * Set the IDE mode manually to enable storing information
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md19 is used for storing local variables along with function arguments and doing function calls.
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md19 is used for storing local variables along with function arguments and doing function calls.
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectLiteralLowering.cpp173 …// Double-ended queue for storing nested block expressions that have already been processed earlier in HandleObjectLiteralLowering()

12