Searched refs:cfa_value (Results 1 – 2 of 2) sorted by relevance
/system/core/libunwindstack/ |
D | DwarfCfa.cpp | 67 uint8_t cfa_value; in GetLocationInfo() local 68 if (!memory_->ReadBytes(&cfa_value, 1)) { in GetLocationInfo() 73 uint8_t cfa_low = cfa_value & 0x3f; in GetLocationInfo() 75 switch (cfa_value >> 6) { in GetLocationInfo() 278 uint8_t cfa_value; in Log() local 279 if (!memory_->ReadBytes(&cfa_value, 1)) { in Log() 284 uint8_t cfa_low = cfa_value & 0x3f; in Log() 285 switch (cfa_value >> 6) { in Log() 293 log(indent, "Raw Data: 0x%02x", cfa_value); in Log() 303 log(indent, "Raw Data: 0x%02x", cfa_value); in Log()
|
/system/core/libunwindstack/tests/ |
D | DwarfSectionImplTest.cpp | 139 TypeParam cfa_value = 0x12345; in TYPED_TEST_P() local 140 this->memory_.SetMemory(0x80000000, &cfa_value, sizeof(cfa_value)); in TYPED_TEST_P() 465 TypeParam cfa_value = 0x12345; in TYPED_TEST_P() local 466 this->memory_.SetMemory(0x80000000, &cfa_value, sizeof(cfa_value)); in TYPED_TEST_P()
|