Home
last modified time | relevance | path

Searched refs:error (Results 51 – 75 of 179) sorted by relevance

12345678

/art/test/143-string-value/
Dinfo.txt1 Test to ensure we emit an error message when being asked
/art/test/901-hello-ti-agent/
Dbasics.cc35 jvmtiError error = env->SetEventNotificationMode(JVMTI_ENABLE, evt, nullptr); in EnableEvent() local
36 if (error != JVMTI_ERROR_NONE) { in EnableEvent()
191 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jint error) { in Java_art_Test901_getErrorName() argument
193 jvmtiError res = jvmti_env->GetErrorName(static_cast<jvmtiError>(error), &name); in Java_art_Test901_getErrorName()
/art/test/1957-error-ext/
DAndroid.bp3 name: "art-run-test-1957-error-ext",
/art/runtime/arch/x86_64/
Dasm_support_x86_64.S130 .error "Unsupported offset"
136 .error "Size should be positive"
139 .error "Unsupported offset"
146 .error "Unsupported size"
316 #error "FRAME_SIZE_SAVE_REFS_ONLY(X86_64) size not as expected."
372 #error "FRAME_SIZE_SAVE_REFS_AND_ARGS(X86_64) size not as expected."
440 #error "FRAME_SIZE_SAVE_ALL_CALLEE_SAVES(X86_64) size not as expected."
/art/test/1969-force-early-return-void/
Dinfo.txt4 returns of objects. It also checks some of the basic error modes.
/art/test/1970-force-early-return-long/
Dinfo.txt4 returns of objects. It also checks some of the basic error modes.
/art/libdexfile/dex/
Dcompact_dex_level.h35 #error ART_DEFAULT_COMPACT_DEX_LEVEL not specified.
/art/test/1971-multi-force-early-return/
Dinfo.txt4 returns of objects. It also checks some of the basic error modes.
/art/test/1968-force-early-return/
Dinfo.txt4 returns of objects. It also checks some of the basic error modes.
/art/test/024-illegal-access/
Dinfo.txt2 error. Also try to access a non-public class in a different package with
/art/test/ti-agent/
Djvmti_helper.h42 void CheckJvmtiError(jvmtiEnv* env, jvmtiError error);
46 bool JvmtiErrorToException(JNIEnv* env, jvmtiEnv* jvmtienv, jvmtiError error);
/art/libartbase/base/
Dlogging.h122 int error) in VlogMessage() argument
125 msg_.emplace<::android::base::LogMessage>(file, line, severity, tag, error); in VlogMessage()
Dlogging_test.cc43 #error Unexpected NDEBUG
Dstring_view_cpp20.h27 #error "When upgrading to C++20, remove this error and file a bug to remove this workaround."
/art/runtime/arch/
Dcontext-inl.h38 #error unimplemented
/art/tools/
Dprebuilt_libjdwp_art_failures.txt28 description: "Tests fail with assertion error on slot number",
35 description: "Test fails with assertion error 'Invalid Path' for class path.",
47 …description: "Test fails with OPAQUE_FRAME error due to attempting a GetLocalReference on a proxy …
53 description: "Test fails with unexpected TYPE_MISMATCH error",
59 description: "Tests that fail only on ART with INVALID_SLOT error",
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc425 jvmtiError error = SetupCapabilities(jvmti); in AgentStart() local
426 if (error != JVMTI_ERROR_NONE) { in AgentStart()
432 error = jvmti->SetEventCallbacks(&kLogCallbacks, static_cast<jint>(sizeof(kLogCallbacks))); in AgentStart()
433 if (error != JVMTI_ERROR_NONE) { in AgentStart()
437 error = jvmti->SetEventNotificationMode(JVMTI_ENABLE, in AgentStart()
440 if (error != JVMTI_ERROR_NONE) { in AgentStart()
/art/libprofile/profile/
Dprofile_compilation_info.h783 std::string* error);
812 /*out*/std::string* error);
842 /*out*/ std::string* error);
847 std::string* error,
857 /*out*/std::string* error);
862 /*out*/std::string* error);
868 /*out*/std::string* error);
877 /*out*/std::string* error);
882 /*out*/std::string* error);
889 /*out*/std::string* error);
[all …]
/art/test/984-obsolete-invoke/
Dexpected.txt10 Caught expected error from attempting to invoke an obsolete method.
/art/test/1950-unprepared-transform/
Djvm-expected.patch2 < Trying to redefine: class Transform. Caught error class java.lang.Exception: Failed to retransfor…
/art/test/1929-exception-catch-exception/
Dexpected.txt9 Test "art.Test1929$DoThrowClass": Caught error art.Test1929$TestException:"doThrow" with handler "a…
23 Test "art.Test1929$DoThrowCatchBaseTestException": No error caught with handler "art.Test1929$DoNot…
37 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": No error caught with handler "art.Test1929$…
51 Test "art.Test1929$DoThrowCatchTestException": No error caught with handler "art.Test1929$DoNothing…
65 Test "art.Test1929$DoThrowCatchTestExceptionTwice": No error caught with handler "art.Test1929$DoNo…
75 Test "art.Test1929$DoThrowCatchTestExceptionNoRethrow": Caught error art.Test1929$TestException:"th…
85 Test "art.Test1929$DoThrowClass": Caught error art.Test1929$TestException:"doThrow" with handler "a…
100 Test "art.Test1929$DoThrowCatchBaseTestException": No error caught with handler "art.Test1929$Throw…
114 Test "art.Test1929$DoThrowCatchBaseTestExceptionTwice": No error caught with handler "art.Test1929$…
129 Test "art.Test1929$DoThrowCatchTestException": No error caught with handler "art.Test1929$ThrowCatc…
[all …]
/art/test/401-optimizing-compiler/src/
DMain.java22 Error error = null; in main() local
26 error = e; in main()
28 System.out.println(error); in main()
/art/runtime/gc/
Dcollector_type.h72 #error "ART default GC type must be set"
/art/openjdkjvmti/
Dti_class_definition.cc70 std::string error; in InitializeMemory() local
71 CHECK(dex_data_mmap_.ReplaceWith(&source, &error)) << "Failed to replace mmap for " in InitializeMemory()
72 << name_ << " because " << error; in InitializeMemory()
248 std::string error; in InitWithDex() local
253 &error); in InitWithDex()
259 &error); in InitWithDex()
/art/profman/
Dprofile_assistant_test.cc207 std::string error; in ProcessProfiles() local
208 return ExecAndReturnCode(argv_str, &error); in ProcessProfiles()
216 std::string error; in GenerateTestProfile() local
217 return ExecAndReturnCode(argv_str, &error); in GenerateTestProfile()
228 std::string error; in GenerateTestProfileWithInputDex() local
229 return ExecAndReturnCode(argv_str, &error); in GenerateTestProfileWithInputDex()
247 std::string error; in CreateProfile() local
248 EXPECT_EQ(ExecAndReturnCode(argv_str, &error), 0); in CreateProfile()
264 std::string error; in RunProfman() local
265 EXPECT_EQ(ExecAndReturnCode(argv_str, &error), 0); in RunProfman()
[all …]

12345678