Home
last modified time | relevance | path

Searched defs:class_type (Results 1 – 8 of 8) sorted by relevance

/system/core/libunwindstack/
DElf.cpp215 uint8_t class_type; in GetInfo() local
307 uint8_t class_type; in GetLoadBias() local
399 uint8_t class_type; in GetBuildID() local
/system/core/libunwindstack/tools/
Dunwind_reg_info.cpp51 void PrintExpression(Memory* memory, uint8_t class_type, uint64_t end, uint64_t length) { in PrintExpression()
66 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type) { in PrintRegInformation()
/system/tools/aidl/
Dast_java_unittest.cpp44 Type class_type(&types, "TestClass", ValidatableType::KIND_GENERATED, false); in TEST() local
Daidl_to_cpp_common.cpp51 std::string HeaderFile(const AidlDefinedType& defined_type, ClassNames class_type, in HeaderFile()
/system/core/libunwindstack/include/unwindstack/
DElf.h90 uint8_t class_type() { return class_type_; } in class_type() function
/system/core/libunwindstack/tests/
DJitDebugTest.cpp86 void CreateElf(uint64_t offset, uint8_t class_type, uint8_t machine_type, uint32_t pc, in CreateElf()
DMapInfoCreateMemoryTest.cpp45 static void InitElf(int fd, uint64_t file_offset, uint64_t sh_offset, uint8_t class_type) { in InitElf()
DMapInfoGetElfTest.cpp52 static void InitElf(uint64_t sh_offset, Ehdr* ehdr, uint8_t class_type, uint8_t machine_type) { in InitElf()