Home
last modified time | relevance | path

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

/art/compiler/linker/
Drelative_patcher_test.h59 error_msg_(), in RelativePatcherTest()
61 features_(InstructionSetFeatures::FromVariant(instruction_set, variant, &error_msg_)), in RelativePatcherTest()
70 CHECK(error_msg_.empty()) << instruction_set << "/" << variant; in RelativePatcherTest()
274 std::string error_msg_; variable
/art/runtime/openjdkjvmti/
Dti_redefine.h217 std::string* error_msg_; variable
226 error_msg_(error_msg) { } in Redefiner()
Dti_redefine.cc399 *error_msg_ = "Unable to get original dex file location!"; in AddRedefinition()
405 *error_msg_ = "Unable to get class signature!"; in AddRedefinition()
412 error_msg_)); in AddRedefinition()
416 << "in dex file " << original_dex_location << " because: " << *error_msg_; in AddRedefinition()
417 *error_msg_ = os.str(); in AddRedefinition()
421 *error_msg_ = "Could not read dex file header because dex_data was too short"; in AddRedefinition()
430 error_msg_)); in AddRedefinition()
432 os << "Unable to load modified dex file for " << def.GetName() << ": " << *error_msg_; in AddRedefinition()
433 *error_msg_ = os.str(); in AddRedefinition()
461 *error_msg_ = StringPrintf("Unable to perform redefinition of '%s': %s", in RecordFailure()
/art/dex2oat/
Ddex2oat_test.cc49 error_msg_ = ""; in TearDown()
116 error_msg_ = error_msg;
235 std::string error_msg_ = ""; member in art::Dex2oatTest