Home
last modified time | relevance | path

Searched refs:Big (Results 1 – 2 of 2) sorted by relevance

/system/utest/fbl/
A Dfunction_tests.cpp18 struct Big { struct
31 constexpr size_t HugeCallableSize = sizeof(Big) + sizeof(void*) * 4;
66 ClosureFunction fheap([&fheap_value, big = Big() ] { fheap_value++; }); in closure()
273 BinaryOpFunction fheap([&fheap_value, big = Big() ](int a, int b) { in binary_op()
458 fcheckheap.SetTarget([&fcheck_value, big = Big() ](int a, int b) { in binary_op()
486 auto big = [ big = Big(), x = 1 ] { (void)x; }; in sized_function_size_bounds()
501 fsmall = [ big = Big(), x = 1 ] { (void)x; }; in sized_function_size_bounds()
502 fbig = [ big = Big(), x = 1, y = 2 ] { in sized_function_size_bounds()
525 auto big = [ big = Big(), x = 1 ] { (void)x; }; in inline_function_size_bounds()
540 fsmall = [ big = Big(), x = 1 ] { (void)x; }; in inline_function_size_bounds()
[all …]
/system/utest/fit/
A Dfunction_tests.cpp27 struct Big { struct
30 constexpr size_t HugeCallableSize = sizeof(Big) + sizeof(void*) * 4;
119 ClosureFunction fheap([&fheap_value, big = Big()] { fheap_value++; }); in closure()
162 ClosureFunction fmutheap([&fmutheap_value, big = Big(), x = 1]() mutable { in closure()
306 BinaryOpFunction fheap([&fheap_value, big = Big()](int a, int b) { in binary_op()
482 auto big = [big = Big(), x = 1] { (void)x; }; in sized_function_size_bounds()
497 fsmall = [big = Big(), x = 1] { (void)x; }; in sized_function_size_bounds()
498 fbig = [big = Big(), x = 1, y = 2] { in sized_function_size_bounds()
521 auto big = [big = Big(), x = 1] { (void)x; }; in inline_function_size_bounds()
536 fsmall = [ big = Big(), x = 1 ] { (void)x; }; in inline_function_size_bounds()
[all …]

Completed in 7 milliseconds