Home
last modified time | relevance | path

Searched defs:sizes (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/public/
Dmanifest.json7 "sizes": "64x64 32x32 24x24 16x16", string
13 "sizes": "192x192" string
18 "sizes": "512x512" string
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py69 def print_sizes_dict(sizes): argument
74 def calc_statistics(sizes): argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py71 def print_sizes_dict(sizes): argument
76 def calc_statistics(sizes): argument
/arkcompiler/runtime_core/static_core/scripts/
Dmemdump.py120 def pretty_alloc_sizes(sizes): argument
/arkcompiler/runtime_core/scripts/
Dmemdump.py120 def pretty_alloc_sizes(sizes): argument
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dset_operations_property_test.cpp57 auto stat = [&intervals](const std::initializer_list<size_t> &sizes) { in __anonb818e2710202()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp176 size_t *sizes, uint32_t num) in CreateMultiArrayRecEntrypoint()
347 extern "C" coretypes::Array *CreateMultiArrayEntrypoint(Class *klass, uint32_t nargs, size_t *sizes) in CreateMultiArrayEntrypoint()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4394 auto sizes = ctor->CreateAllocaForArgs(ctor->builder_.getInt64Ty(), sizesCount); in VisitMultiArray() local