Home
last modified time | relevance | path

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

/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.py70 def print_sizes_dict(sizes): argument
75 def calc_statistics(sizes): argument
/arkcompiler/runtime_core/scripts/
Dmemdump.py120 def pretty_alloc_sizes(sizes): argument
/arkcompiler/runtime_core/static_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 __anon1fd462d00202()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp174 size_t *sizes, uint32_t num) in CreateMultiArrayRecEntrypoint()
329 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.cpp4052 auto sizes = ctor->CreateAllocaForArgs(ctor->builder_.getInt64Ty(), sizesCount); in VisitMultiArray() local