Searched full:storing (Results 1 – 25 of 46) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | launch_instr_array.sts | 16 // This test covers case of storing Promises returned from launch instruction
|
| /arkcompiler/ets_runtime/test/jittest/uncheck_float64_to_int32/ |
| D | uncheck_float64_to_int32.ts | 16 // Test scenario: No deopt check when storing a float value to an int typed array.
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/ |
| D | evaluation_engine.h | 67 …* @param method pointer either providing the previously loaded method or used for storing the expr…
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | const_array_resolver.cpp | 37 // 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/ |
| D | mem_stats.h | 38 …* raw memory for VM needs as well. This class uses CRTP for storing additional information in DEBU…
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | gc_ring_buffer_test.cpp | 28 …* @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/ |
| D | memlayout.cpp | 24 * needed for storing the actuals based on the actual parameters and the ABI.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_resolve_string.md | 49 `AotManager` is responsible for storing PLT-slots containing references. It also provides methods t…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 49 `AotManager` is responsible for storing PLT-slots containing references. It also provides methods t…
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | thread.h | 371 // keeps IRtoC GC PostWrb impl for storing one object 373 // keeps IRtoC GC PostWrb impl for storing two objects
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | ststatic.yaml | 276 …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.
|
| D | stobj.yaml | 423 …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.
|
| D | stobj.v.yaml | 429 …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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | call_conv.h | 35 uint8 regCount = 0; /* number of registers <= 2 storing the return value */
|
| D | memlayout.h | 177 * needed for storing the actuals based on the actual parameters and the ABI.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/isa/ |
| D | isa.yaml | 123 …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/ |
| D | stobj.yaml | 444 …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.
|
| D | ststatic.yaml | 289 …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.
|
| D | stobj.v.yaml | 774 …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/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/ |
| D | util_astchecker.py | 51 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/platforms/unix/libpandabase/futex/ |
| D | mutex.cpp | 29 // Avoid repeatedly calling GetCurrentThreadId by storing tid locally
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | rationale-for-bytecode.md | 19 is used for storing local variables along with function arguments and doing function calls.
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 19 is used for storing local variables along with function arguments and doing function calls.
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | objectLiteralLowering.cpp | 173 …// Double-ended queue for storing nested block expressions that have already been processed earlier in HandleObjectLiteralLowering()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | CMakeLists.txt | 142 # CallLaunch isn't supported for arm32 (need to fix storing args in stack)
|
12