Searched full:get_element (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/arrays/ |
| D | new_array.sts | 17 function get_element() { 22 let elem : int = get_element(); 28 // function get_element() { 34 // let elem : int = get_element();
|
| D | load_array.sts | 17 function get_element() { 23 let elem = get_element(); 29 // function get_element() { 35 // let elem = get_element();
|
| D | load_const_array.sts | 15 function get_element(): int[] { 20 console.log(get_element()[0]);
|
| D | arrays_static.cpp | 195 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/load_array_modified.abc", "get_element", in TEST_F() 232 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/load_array_modified_neg.abc", "get_element", in TEST_F() 307 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/load_const_array_modified.abc", "get_element", in TEST_F()
|
| /arkcompiler/runtime_core/libabckit/scripts/ |
| D | abckit_status.py | 400 def get_element(array, i): function 413 csv += f'{get_element(mock_tests_apis, i)},{get_element(api_tests_apis, i)}\n'
|
| /arkcompiler/ets_frontend/ets2panda/compiler/templates/ |
| D | signatures.h.erb | 192 <%= generate(:get_element, 'GetElement') %>
|
| /arkcompiler/ets_frontend/ets2panda/compiler/scripts/ |
| D | signatures.yaml | 1546 get_element:
|