Home
last modified time | relevance | path

Searched refs:wait_for_sample (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/base/profiler/
Dstack_sampling_profiler_test_util.cc99 OnceClosure* wait_for_sample = static_cast<OnceClosure*>(arg); in OtherLibraryCallback() local
101 std::move(*wait_for_sample).Run(); in OtherLibraryCallback()
254 CallWithPlainFunction(OnceClosure wait_for_sample) { in CallWithPlainFunction() argument
257 if (!wait_for_sample.is_null()) in CallWithPlainFunction()
258 std::move(wait_for_sample).Run(); in CallWithPlainFunction()
266 NOINLINE FunctionAddressRange CallWithAlloca(OnceClosure wait_for_sample) { in CallWithAlloca() argument
278 if (!wait_for_sample.is_null()) in CallWithAlloca()
279 std::move(wait_for_sample).Run(); in CallWithAlloca()
288 CallThroughOtherLibrary(NativeLibrary library, OnceClosure wait_for_sample) { in CallThroughOtherLibrary() argument
291 if (!wait_for_sample.is_null()) { in CallThroughOtherLibrary()
[all …]
Dstack_sampling_profiler_test_util.h133 FunctionAddressRange CallWithPlainFunction(OnceClosure wait_for_sample);
137 FunctionAddressRange CallWithAlloca(OnceClosure wait_for_sample);
143 OnceClosure wait_for_sample);
/external/cronet/stable/base/profiler/
Dstack_sampling_profiler_test_util.cc99 OnceClosure* wait_for_sample = static_cast<OnceClosure*>(arg); in OtherLibraryCallback() local
101 std::move(*wait_for_sample).Run(); in OtherLibraryCallback()
254 CallWithPlainFunction(OnceClosure wait_for_sample) { in CallWithPlainFunction() argument
257 if (!wait_for_sample.is_null()) in CallWithPlainFunction()
258 std::move(wait_for_sample).Run(); in CallWithPlainFunction()
266 NOINLINE FunctionAddressRange CallWithAlloca(OnceClosure wait_for_sample) { in CallWithAlloca() argument
278 if (!wait_for_sample.is_null()) in CallWithAlloca()
279 std::move(wait_for_sample).Run(); in CallWithAlloca()
288 CallThroughOtherLibrary(NativeLibrary library, OnceClosure wait_for_sample) { in CallThroughOtherLibrary() argument
291 if (!wait_for_sample.is_null()) { in CallThroughOtherLibrary()
[all …]
Dstack_sampling_profiler_test_util.h133 FunctionAddressRange CallWithPlainFunction(OnceClosure wait_for_sample);
137 FunctionAddressRange CallWithAlloca(OnceClosure wait_for_sample);
143 OnceClosure wait_for_sample);