Searched refs:wait_for_sample (Results 1 – 4 of 4) sorted by relevance
99 OnceClosure* wait_for_sample = static_cast<OnceClosure*>(arg); in OtherLibraryCallback() local101 std::move(*wait_for_sample).Run(); in OtherLibraryCallback()254 CallWithPlainFunction(OnceClosure wait_for_sample) { in CallWithPlainFunction() argument257 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() argument278 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() argument291 if (!wait_for_sample.is_null()) { in CallThroughOtherLibrary()[all …]
133 FunctionAddressRange CallWithPlainFunction(OnceClosure wait_for_sample);137 FunctionAddressRange CallWithAlloca(OnceClosure wait_for_sample);143 OnceClosure wait_for_sample);