Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dlibunwind.cpp82 switch (as->cpuType) { in unw_init_remote_thread()
115 as->cpuType = CPU_TYPE_X86_64; in unw_create_addr_space_for_task()
120 as->cpuType = CPU_TYPE_I386; in unw_create_addr_space_for_task()
131 switch (asp->cpuType) { in unw_destroy_addr_space()
DAddressSpace.hpp487 cpu_type_t cpuType; member