Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampling_profiler_test_util.cc227 const void* volatile end_program_counter = GetProgramCounter(); in InvokeSetupFunction() local
228 return {start_program_counter, end_program_counter}; in InvokeSetupFunction()
243 const void* volatile end_program_counter = GetProgramCounter(); in WaitForSample() local
244 return {start_program_counter, end_program_counter}; in WaitForSample()
256 const void* volatile end_program_counter = GetProgramCounter(); in CallWithPlainFunction() local
257 return {start_program_counter, end_program_counter}; in CallWithPlainFunction()
277 const void* volatile end_program_counter = GetProgramCounter(); in CallWithAlloca() local
278 return {start_program_counter, end_program_counter}; in CallWithAlloca()
297 const void* volatile end_program_counter = GetProgramCounter(); in CallThroughOtherLibrary() local
298 return {start_program_counter, end_program_counter}; in CallThroughOtherLibrary()
H A Dstack_sampling_profiler_java_test_util.cc31 const void* volatile end_program_counter = GetProgramCounter(); in JNI_TestSupport_InvokeCallbackFunction() local
33 params->range = {start_program_counter, end_program_counter}; in JNI_TestSupport_InvokeCallbackFunction()