Home
last modified time | relevance | path

Searched defs:err (Results 1 – 25 of 28) sorted by relevance

12

/art/test/918-fields/
Dfields.cc41 char* err; in Java_art_Test918_getFieldName() local
73 char* err; in Java_art_Test918_getFieldName() local
90 char* err; in Java_art_Test918_getFieldDeclaringClass() local
107 char* err; in Java_art_Test918_getFieldModifiers() local
124 char* err; in Java_art_Test918_isFieldSynthetic() local
/art/test/920-objects/
Dobjects.cc36 char* err; in Java_art_Test920_getObjectSize() local
52 char* err; in Java_art_Test920_getObjectHashCode() local
/art/openjdkjvmti/
Dti_thread.cc172 /*out*/ jvmtiError* err) { in GetNativeThread()
188 /*out*/ jvmtiError* err) { in GetAliveNativeThread()
212 jvmtiError err = ERR(INTERNAL); in GetThreadInfo() local
524 jvmtiError err = ERR(INTERNAL); in GetThreadState() local
652 jvmtiError err = ERR(INTERNAL); in SetThreadLocalStorage() local
679 jvmtiError err = ERR(INTERNAL); in GetThreadLocalStorage() local
838 jvmtiError err = ERR(INTERNAL); in SuspendOther() local
900 jvmtiError err = ERR(INTERNAL); in SuspendThread() local
936 jvmtiError err = ERR(INTERNAL); in ResumeThread() local
1055 jvmtiError err = ERR(INTERNAL); in StopThread() local
[all …]
Dti_redefine.h142 void RecordFailure(jvmtiError e, const std::string& err) { in RecordFailure()
Dti_method.cc135 jvmtiError err = env->Allocate(*size_ptr, bytecode_ptr); in GetBytecodes() local
583 jvmtiError err = GetSlotType(method, pc, &descriptor, &slot_type); in Run() local
791 jvmtiError err = ERR(INTERNAL); in GetLocalVariableGeneric() local
927 jvmtiError err = ERR(INTERNAL); in SetLocalVariableGeneric() local
989 jvmtiError err = ERR(INTERNAL); in GetLocalInstance() local
1065 jvmtiError err = GetLocalVariableGeneric(env, thread, depth, slot, type, &v); in GetLocalVariable() local
Dti_stack.cc920 jvmtiError err = ERR(INTERNAL); in GetOwnedMonitorInfoCommon() local
964 jvmtiError err = GetOwnedMonitorInfoCommon(soa, thread, handle_fun); in GetOwnedMonitorStackDepthInfo() local
998 jvmtiError err = GetOwnedMonitorInfoCommon(soa, thread, handle_fun); in GetOwnedMonitorInfo() local
1034 jvmtiError err = ERR(INTERNAL); in NotifyFramePop() local
Dti_extension.cc401 jvmtiError err = art_env->event_callbacks->Set(extension_event_index, callback); in SetExtensionEventCallback() local
Dti_monitor.cc348 jvmtiError err = ERR(INTERNAL); in GetCurrentContendedMonitor() local
Dti_redefine.cc813 std::string err; in CheckRedefinable() local
/art/runtime/
Djava_vm_ext_test.cc45 jint err = JNI_GetDefaultJavaVMInitArgs(nullptr); in TEST_F() local
134 jint err = vm_->DetachCurrentThread(); in TEST_F() local
Druntime.cc1544 std::string err; in Init() local
1587 std::string err = ""; in Init() local
/art/test/907-get-loaded-classes/
Dget_loaded_classes.cc49 char* err; in Java_art_Test907_getLoadedClasses() local
/art/test/ti-agent/
Djvmti_helper.cc120 char* err; in JvmtiErrorToException() local
Dtrace_helper.cc359 jvmtiError err = jvmti_env->GetClassFields(k, &nfields, &fields); in Java_art_Trace_watchAllFieldAccesses() local
399 jvmtiError err = jvmti_env->GetClassFields(k, &nfields, &fields); in Java_art_Trace_watchAllFieldModifications() local
623 ScopedLocalRef<jthrowable> err(env, nullptr); in Java_art_Trace_disableTracing() local
Dredefinition_helper.cc43 std::stringstream err; in throwCommonRedefinitionError() local
276 std::stringstream err; in Java_art_Redefinition_popTransformationFor() local
/art/runtime/mirror/
Dclass_ext.cc109 void ClassExt::SetVerifyError(ObjPtr<Object> err) { in SetVerifyError()
/art/test/922-properties/src/art/
DTest922.java94 String err = null; in checkProperty() local
/art/dt_fd_forward/
Ddt_fd_forward.cc95 jdwpTransportError err = SetupListen(listen_fd); in PerformAttach() local
642 jdwpTransportError FdForwardTransport::GetLastError(/*out*/char** err) { in GetLastError()
682 jdwpTransportError err = ParseAddress(address, &listen_fd); in Attach() local
696 jdwpTransportError err = ParseAddress(address, &listen_fd); in StartListening() local
/art/tools/breakpoint-logger/
Dbreakpoint_logger.cc41 jvmtiError err = jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&all_targets)); in VMInitCB() local
200 jvmtiError err = jvmti_env_->GetLineNumberTable(method_, &nlines, &lines); in Init() local
/art/test/901-hello-ti-agent/
Dbasics.cc176 static void CallJvmtiFunction(jvmtiEnv* env, jclass klass, jvmtiError* err) { in CallJvmtiFunction()
/art/openjdkjvm/
DOpenjdkJvm.cc87 int err = errno; in JVM_Open() local
169 const int err = errno; in JVM_GetLastErrorString() local
/art/tools/dmtracedump/
Dcreatetesttrace.cc410 int32_t err = 0; in parseOptions() local
/art/test/ti-stress/
Dstress.cc244 jvmtiError err = jvmtienv_->GetLineNumberTable(method_, &nlines, &lines); in Init() local
750 jvmtiError err = jvmti->GetClassFields(k, &nfields, &fields); in WatchAllFields() local
/art/tools/common/
Dcommon.py184 def RunCommand(cmd, out, err, timeout=5): argument
/art/test/449-checker-bce/src/
DMain.java1759 Exception err = null; in testExceptionMessage() local

12