Home
last modified time | relevance | path

Searched refs:SetArch (Results 1 – 7 of 7) sorted by relevance

/system/core/libunwindstack/tests/
DDexFilesTest.cpp56 dex_files_->SetArch(arch); in Init()
264 dex_files_->SetArch(ARCH_ARM); in TEST_F()
273 dex_files_->SetArch(ARCH_ARM); in TEST_F()
304 dex_files_->SetArch(ARCH_ARM); in TEST_F()
333 dex_files_->SetArch(ARCH_ARM64); in TEST_F()
DJitDebugTest.cpp54 jit_debug_->SetArch(arch); in Init()
322 jit_debug_->SetArch(ARCH_ARM); in TEST_F()
336 jit_debug_->SetArch(ARCH_X86); in TEST_F()
398 jit_debug_->SetArch(ARCH_ARM); in TEST_F()
410 jit_debug_->SetArch(ARCH_ARM); in TEST_F()
/system/core/libunwindstack/include/unwindstack/
DGlobal.h43 void SetArch(ArchEnum arch);
/system/core/libbacktrace/
DUnwindStackMap.h63 void SetArch(unwindstack::ArchEnum arch) { arch_ = arch; } in SetArch() function
DUnwindStack.cpp53 stack_map->SetArch(regs->Arch()); in Unwind()
/system/core/libunwindstack/
DGlobal.cpp35 void Global::SetArch(ArchEnum arch) { in SetArch() function in unwindstack::Global
DUnwinder.cpp364 jit_debug->SetArch(arch); in SetJitDebug()
369 dex_files->SetArch(arch); in SetDexFiles()