Home
last modified time | relevance | path

Searched refs:Decl (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/dexter/
Ddissasembler.cc32 ss << (first ? "" : ", ") << type->Decl(); in MethodDeclaration()
37 ss << proto->return_type->Decl(); in MethodDeclaration()
200 printf("%s", ir_type->Decl().c_str()); in Visit()
207 printf("%s.%s", ir_field->parent->Decl().c_str(), ir_field->name->c_str()); in Visit()
215 ir_method->parent->Decl().c_str(), in Visit()
244 printf("\t catch(%s) : Label_%d\n", handler.ir_type->Decl().c_str(), in Visit()
319 ir_method->decl->parent->Decl().c_str(), in DumpMethod()
Dexperimental.cc385 ir_method->decl->parent->Decl().c_str(), in CodeCoverage()
/tools/dexter/slicer/
Ddex_ir.cc78 std::string Type::Decl() const { in Decl() function in ir::Type
/tools/dexter/slicer/export/slicer/
Ddex_ir.h180 std::string Decl() const;