Home
last modified time | relevance | path

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

/art/compiler/linker/
Drelative_patcher_test.h57 error_msg_(), in RelativePatcherTest()
59 features_(InstructionSetFeatures::FromVariant(instruction_set, variant, &error_msg_)), in RelativePatcherTest()
68 CHECK(error_msg_.empty()) << instruction_set << "/" << variant; in RelativePatcherTest()
272 std::string error_msg_; variable
/art/openjdkjvmti/
Dti_redefine.h223 std::string* error_msg_; variable
234 error_msg_(error_msg) { } in Redefiner()
Dti_redefine.cc427 *error_msg_ = "Unable to get original dex file location!"; in AddRedefinition()
433 *error_msg_ = "Unable to get class signature!"; in AddRedefinition()
440 error_msg_)); in AddRedefinition()
444 << "in dex file " << original_dex_location << " because: " << *error_msg_; in AddRedefinition()
445 *error_msg_ = os.str(); in AddRedefinition()
449 *error_msg_ = "Could not read dex file header because dex_data was too short"; in AddRedefinition()
459 error_msg_)); in AddRedefinition()
461 os << "Unable to load modified dex file for " << def.GetName() << ": " << *error_msg_; in AddRedefinition()
462 *error_msg_ = os.str(); in AddRedefinition()
513 *error_msg_ = StringPrintf("Unable to perform redefinition of '%s': %s", in RecordFailure()
/art/dex2oat/
Ddex2oat_test.cc61 error_msg_ = ""; in TearDown()
154 error_msg_ = error_msg; in GenerateOdexForTest()
277 std::string error_msg_ = ""; member in art::Dex2oatTest