Searched refs:cfa_value (Results 1 – 2 of 2) sorted by relevance
/system/core/libunwindstack/ |
D | DwarfCfa.cpp | 69 uint8_t cfa_value; in GetLocationInfo() local 70 if (!memory_->ReadBytes(&cfa_value, 1)) { in GetLocationInfo() 75 uint8_t cfa_low = cfa_value & 0x3f; in GetLocationInfo() 77 switch (cfa_value >> 6) { in GetLocationInfo() 284 uint8_t cfa_value; in Log() local 285 if (!memory_->ReadBytes(&cfa_value, 1)) { in Log() 290 uint8_t cfa_low = cfa_value & 0x3f; in Log() 291 switch (cfa_value >> 6) { in Log() 299 log(indent, "Raw Data: 0x%02x", cfa_value); in Log() 309 log(indent, "Raw Data: 0x%02x", cfa_value); in Log()
|
/system/core/libunwindstack/tests/ |
D | DwarfSectionImplTest.cpp | 140 TypeParam cfa_value = 0x12345; in TYPED_TEST_P() local 141 this->memory_.SetMemory(0x80000000, &cfa_value, sizeof(cfa_value)); in TYPED_TEST_P() 466 TypeParam cfa_value = 0x12345; in TYPED_TEST_P() local 467 this->memory_.SetMemory(0x80000000, &cfa_value, sizeof(cfa_value)); in TYPED_TEST_P()
|