Home
last modified time | relevance | path

Searched refs:c_str (Results 1 – 9 of 9) sorted by relevance

/tools/dexter/dexter/
Ddissasembler.cc171 for (const char* p = ir_string->c_str(); *p != '\0'; ++p) { in Visit()
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()
216 ir_method->name->c_str(), in Visit()
217 MethodDeclaration(ir_method->prototype).c_str()); in Visit()
244 printf("\t catch(%s) : Label_%d\n", handler.ir_type->Decl().c_str(), in Visit()
260 printf("\"%s\"", paramName ? paramName->c_str() : "?"); in Visit()
319 ir_method->decl->parent->Decl().c_str(), in DumpMethod()
320 ir_method->decl->name->c_str(), in DumpMethod()
[all …]
Dexperimental.cc209 ::strcmp(ir_method->decl->prototype->return_type->descriptor->c_str(), "V") == 0; in StressExitHook()
365 if (std::strcmp(ir_method->decl->parent->descriptor->c_str(), kTracerClass) == 0) { in CodeCoverage()
385 ir_method->decl->parent->Decl().c_str(), in CodeCoverage()
386 ir_method->decl->name->c_str(), in CodeCoverage()
387 ir_method->decl->prototype->Signature().c_str()); in CodeCoverage()
450 ir::MethodId method_id(class_descriptor->c_str(), decl->name->c_str(), signature.c_str()); in StressFindMethod()
544 printf(" %s\n", e.first.c_str()); in ListExperiments()
Ddexter.cc253 printf(" %s\n", dex::DescriptorToDecl(descriptor).c_str()); in ListClasses()
362 dex::u4 class_idx = reader.FindClassIndex(descriptor.c_str()); in ProcessDex()
/tools/dexter/slicer/
Ddex_ir.cc46 return dex::Utf8Cmp(string_key, string->c_str()) == 0; in Compare()
50 return HashString(proto_key.c_str()); in Hash()
79 return dex::DescriptorToDecl(descriptor->c_str()); in Decl()
83 switch (*descriptor->c_str()) { in GetCategory()
104 ss << type->descriptor->c_str(); in Signature()
108 ss << return_type->descriptor->c_str(); in Signature()
201 return dex::Utf8Cmp(a->c_str(), b->c_str()) < 0; in Normalize()
Ddex_ir_builder.cc25 return ::strcmp(class_descriptor, method_decl->parent->descriptor->c_str()) == 0 in Match()
26 && ::strcmp(method_name, method_decl->name->c_str()) == 0 in Match()
137 ss << dex::DescriptorToShorty(return_type->descriptor->c_str()); in CreateShorty()
140 ss << dex::DescriptorToShorty(param_type->descriptor->c_str()); in CreateShorty()
148 auto shorty = GetAsciiString(CreateShorty(return_type, param_types).c_str()); in GetProto()
Dinstrumentation.cc39 switch (*(type->descriptor)->c_str()) { in BoxValue()
341 bool return_void = (::strcmp(declared_return_type->descriptor->c_str(), "V") == 0); in Apply()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h165 const char* c_str() const { in c_str() function
330 const char* GetKey(const String* string) const { return string->c_str(); } in GetKey()
/tools/security/fuzzing/example_fuzzer/
Dexample_fuzzer.cpp33 BuggyCode(null_terminated_string.c_str()); in LLVMFuzzerTestOneInput()
/tools/test/graphicsbenchmark/apps/alloc_stress_app/src/cpp/
Dalloc_stress_activity.cpp45 LOG(ss.str().c_str()); in Java_com_android_game_qualification_allocstress_MainActivity_cmain()