HomeSort by relevance Sort by last modified time
    Searched full:call_frame_info (Results 1 - 1 of 1) sorted by null

  /external/google-breakpad/src/processor/
cfi_frame_info_unittest.cc 474 CFIFrameInfo call_frame_info; member in struct:SimpleCFIWalkerFixture
521 call_frame_info.SetCFARule("sp 24 +");
522 call_frame_info.SetRARule(".cfa 8 - ^");
523 call_frame_info.SetRegisterRule("r0", ".cfa 24 - ^");
524 call_frame_info.SetRegisterRule("r1", "r2");
538 EXPECT_TRUE(walker.FindCallerRegisters(memory, call_frame_info,

Completed in 93 milliseconds