Home
last modified time | relevance | path

Searched refs:ARCH_X86 (Results 1 – 16 of 16) sorted by relevance

/system/core/libunwindstack/
DRegs.cpp76 case ARCH_X86: in CreateFromUcontext()
100 return ARCH_X86; in CurrentArch()
170 case ARCH_X86: in GetPcAdjustment()
DDexFiles.cpp68 case ARCH_X86: in ProcessArch()
DRegsX86.cpp34 return ARCH_X86; in Arch()
DJitDebug.cpp147 case ARCH_X86: in ProcessArch()
DElf.cpp276 arch_ = ARCH_X86; in CreateInterfaceFromMemory()
/system/core/libunwindstack/tests/
DRegsTest.cpp103 EXPECT_EQ(1U, GetPcAdjustment(0x100, elf_.get(), ARCH_X86)); in TEST_F()
104 EXPECT_EQ(1U, GetPcAdjustment(0x2, elf_.get(), ARCH_X86)); in TEST_F()
105 EXPECT_EQ(1U, GetPcAdjustment(0x1, elf_.get(), ARCH_X86)); in TEST_F()
106 EXPECT_EQ(0U, GetPcAdjustment(0x0, elf_.get(), ARCH_X86)); in TEST_F()
184 EXPECT_EQ(1U, GetPcAdjustment(0x700U, invalid_elf, ARCH_X86)); in TEST_F()
266 EXPECT_EQ(ARCH_X86, x86_regs.Arch()); in TEST_F()
DElfCacheTest.cpp148 Elf* elf100_1 = info100_1.GetElf(memory_, ARCH_X86); in VerifyWithinSameMap()
150 EXPECT_EQ(ARCH_X86, elf100_1->arch()); in VerifyWithinSameMap()
151 Elf* elf100_2 = info100_2.GetElf(memory_, ARCH_X86); in VerifyWithinSameMap()
153 EXPECT_EQ(ARCH_X86, elf100_2->arch()); in VerifyWithinSameMap()
DRegsFake.h54 return fake_arch_ == ARCH_ARM || fake_arch_ == ARCH_X86 || fake_arch_ == ARCH_MIPS; in Is32Bit()
DJitDebugTest.cpp329 Init(ARCH_X86); in TEST_F()
336 jit_debug_->SetArch(ARCH_X86); in TEST_F()
DUnwindOfflineTest.cpp108 case ARCH_X86: { in Init()
304 ASSERT_NO_FATAL_FAILURE(Init("jit_debug_x86/", ARCH_X86)); in TEST_F()
997 ASSERT_NO_FATAL_FAILURE(Init("debug_frame_first_x86/", ARCH_X86)); in TEST_F()
1590 ASSERT_NO_FATAL_FAILURE(Init("eh_frame_bias_x86/", ARCH_X86)); in TEST_F()
DMapInfoGetElfTest.cpp120 Elf* elf = info.GetElf(process_memory_, ARCH_X86); in TEST_F()
DUnwinderTest.cpp1407 } else if (arch == ARCH_X86) { in ArchToString()
1459 case ARCH_X86: in TEST_F()
/system/core/libunwindstack/tools/
Dunwind.cpp71 case unwindstack::ARCH_X86: in DoUnwind()
/system/core/libunwindstack/include/unwindstack/
DElf.h45 ARCH_X86, enumerator
/system/core/libbacktrace/include/backtrace/
DBacktrace.h111 ARCH_X86, enumerator
/system/core/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp29 case unwindstack::ARCH_X86: { in GetRegisters()