Home
last modified time | relevance | path

Searched full:arrays (Results 1 – 25 of 67) sorted by relevance

123

/ark/runtime_core/tests/cts-generator/cts-template/
Disinstance.yaml51 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou…
157 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root
220 # O and T are of the same type, both arrays, std object
228 # O and T are of the same type, both arrays, custom object
236 # O and T are of the same type, both arrays, string
245 # O is a subtype of T, both arrays, std object
253 # O is a subtype of T, both arrays, custom object
282 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root
333 # O and T are of unrelated types, both arrays, std object
341 # O and T are of unrelated types, both arrays, custom object
[all …]
Dcheckcast.yaml220 … of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can be cast
254 For arrays O can be cast
292 For arrays O can be cast
328 … of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can be cast
382 … of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can be cast
/ark/runtime_core/runtime/include/mem/
Dpanda_smart_pointers.h45 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
49 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
51 … NOLINTNEXTLINE(google-explicit-constructor, readability-named-parameter, modernize-avoid-c-arrays)
57 … NOLINTNEXTLINE(google-explicit-constructor, readability-named-parameter, modernize-avoid-c-arrays)
/ark/ts2abc/ts2panda/
DREADME.md6 * translate TypeScript AST into panda instruction arrays
7 * apply several passes with the instruction arrays, including:
/ark/js_runtime/ecmascript/base/
Derror_helper.h25 constexpr char DEFAULT_EMPTY_STACK_TRACE[] = "stack is empty"; // NOLINT (modernize-avoid-c-arrays)
26 constexpr char INTRINSIC_METHOD_NAME[] = "Intrinsic method"; // NOLINT (modernize-avoid-c-arrays)
Dnumber_helper.h25 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
/ark/runtime_core/cmake/
DClangTidy.cmake126 "-hicpp-avoid-c-arrays" # alias for modernize-avoid-c-arrays
127 "-cppcoreguidelines-avoid-c-arrays" # alias for modernize-avoid-c-arrays
/ark/runtime_core/libpandabase/trace/unix/
Dtrace.cpp23 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
25 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
/ark/runtime_core/tests/
DCMakeLists.txt630 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-01.pa" CTS_TEST)
631 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-02.pa" CTS_TEST)
632 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-03.pa" CTS_TEST)
633 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-04.pa" CTS_TEST)
634 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-05.pa" CTS_TEST)
635 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-06.pa" CTS_TEST)
636 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-07.pa" CTS_TEST)
637 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-08.pa" CTS_TEST)
638 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-09.pa" CTS_TEST VERIFIER_FAIL_T…
639 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/arrays-10.pa" CTS_TEST VERIFIER_FAIL_T…
[all …]
/ark/runtime_core/docs/bc_verification/
Dtypes_n_values.md101 #### Arrays subsubsection
104 which are resolved by using arrays of `java.lang.Object` and upcasting.
Dabsint_checks.md21 The checks eliminate calls of methods with incorrect this, wrong access to arrays, etc.
/ark/runtime_core/tests/cts-assembly/
Darrays-01.pa14 # Assert that operations with i64 arrays work properly.
/ark/runtime_core/libpandabase/
Dconcepts.h116 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays)
130 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays)
/ark/runtime_core/verification/debug/
Ddefault_config.cpp20 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
/ark/runtime_core/runtime/entrypoints/
Dentrypoints_compiler.inl.erb25 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
/ark/runtime_core/libpandabase/utils/
Dspan.h50 // NOLINTNEXTLINE(google-explicit-constructor,modernize-avoid-c-arrays)
252 Span(U (&)[N])->Span<U>; // NOLINT(modernize-avoid-c-arrays)
/ark/js_runtime/ecmascript/vmstat/
Druntime_stat.h27 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
Druntime_stat.cpp24 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
/ark/runtime_core/docs/
Dassembly_format.md232 ### Arrays subsection
234 Platform supports arrays of primitive and aggregate data types. Array of type `T` has type name `T[…
488arrays** can be thought as `external` record with some manipulating functions. There is no support…
/ark/runtime_core/runtime/include/coretypes/
Ddyn_objects.h49 __extension__ uint8_t klass_[0]; // NOLINT(modernize-avoid-c-arrays)
/ark/js_runtime/ecmascript/base/tests/
Djson_parser_test.cpp117 * Test with for Nesting of numbers, strings, objects, arrays, Booleans.
137 * Test with for Nesting of numbers, strings, arrays.
/ark/runtime_core/runtime/core/
Dcore_vm.cpp190 const char class_name[] = "[Lpanda/String;"; // NOLINT(modernize-avoid-c-arrays) in CheckEntrypointSignature()
199 const char class_name[] = "[Lpanda/String;"; // NOLINT(modernize-avoid-c-arrays) in CreateArgumentsArray()
/ark/js_runtime/ecmascript/
Decma_string.h182 // NOLINTNEXTLINE(modernize-avoid-c-arrays)
188 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in GetCString()
/ark/runtime_core/runtime/jit/
Dprofiling_data.h145 __extension__ CallSiteInlineCache inline_caches_[0]; // NOLINT(modernize-avoid-c-arrays)
/ark/runtime_core/libpandafile/
Dfile.cpp48 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays)
50 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays)
56 // NOLINTNEXTLINE(readability-identifier-naming, modernize-avoid-c-arrays)

123