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.cpp85 switch (as->cpuType) { in unw_init_remote_thread()
118 as->cpuType = CPU_TYPE_X86_64; in unw_create_addr_space_for_task()
123 as->cpuType = CPU_TYPE_I386; in unw_create_addr_space_for_task()
134 switch (asp->cpuType) { in unw_destroy_addr_space()
DAddressSpace.hpp547 cpu_type_t cpuType; member