Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/test/msan/
H A Dmmap_below_shadow.cc20 const uintptr_t app_start = 0x000000000000ULL; in main() local
23 const uintptr_t app_start = 0x600000000000ULL; in main()
26 const uintptr_t app_start = 0x6000000000ULL; in main()
29 const uintptr_t app_start = 0x300000000000ULL; in main()
32 const uintptr_t app_start = 0x7000000000ULL; in main()
40 assert(p >= app_start); in main()
/aosp_15_r20/trusty/user/base/app/apploader/tests/
Dapploader_test.c100 char* app_start, in load_test_app() argument
105 ptrdiff_t app_size = app_end - app_start; in load_test_app()
109 handle = memref_create(app_start, aligned_app_size, MMAP_FLAG_PROT_READ); in load_test_app()
/aosp_15_r20/external/webrtc/tools_webrtc/android/profiling/
H A Dutilities.sh96 function app_start() { function
H A Dperf_setup.sh249 app_start "${APP_NAME}"