Searched refs:JVMTI_ERROR_NONE (Results 1 - 22 of 22) sorted by relevance

/art/test/920-objects/
H A Dobjects.cc35 if (result != JVMTI_ERROR_NONE) {
51 if (result != JVMTI_ERROR_NONE) {
/art/test/936-search-onload/
H A Dsearch_onload.cc50 if (result != JVMTI_ERROR_NONE) {
56 if (result != JVMTI_ERROR_NONE) {
/art/test/918-fields/
H A Dfields.cc40 if (result != JVMTI_ERROR_NONE) {
72 if (result2 != JVMTI_ERROR_NONE) {
89 if (result != JVMTI_ERROR_NONE) {
106 if (result != JVMTI_ERROR_NONE) {
123 if (result != JVMTI_ERROR_NONE) {
/art/tools/breakpoint-logger/
H A Dbreakpoint_logger.cc42 if (err != JVMTI_ERROR_NONE || all_targets == nullptr) {
63 if (err != JVMTI_ERROR_NONE) {
78 } else if (jvmti_env->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) {
131 return jvmti_env_->GetClassSignature(class_, &name_, &generic_) == JVMTI_ERROR_NONE &&
194 if (jvmti_env_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) {
201 if (err == JVMTI_ERROR_NONE) {
211 (jvmti_env_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE);
355 jvmtiError error = JVMTI_ERROR_NONE;
369 if (error != JVMTI_ERROR_NONE) {
376 if (error != JVMTI_ERROR_NONE) {
[all...]
/art/test/ti-stress/
H A Dstress.cc92 if (JVMTI_ERROR_NONE != jvmti_env_->Allocate(size, &out)) {
123 } else if (jvmtienv->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) {
176 return jvmtienv_->GetClassSignature(class_, &name_, &generic_) == JVMTI_ERROR_NONE &&
238 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) {
245 if (err == JVMTI_ERROR_NONE) {
255 (jvmtienv_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE);
317 declaring_class_, field_, &name_, &type_, &generic_) == JVMTI_ERROR_NONE);
391 if (jvmtienv->GetClassSignature(klass, &cname, &cgen) != JVMTI_ERROR_NONE) {
585 JVMTI_ERROR_NONE);
589 if (jvmtienv->GetClassFields(klass, &nfields, &fields) != JVMTI_ERROR_NONE) {
[all...]
/art/test/903-hello-tagging/
H A Dtagging.cc119 CHECK_EQ(JVMTI_ERROR_NONE, error);
126 CHECK_EQ(JVMTI_ERROR_NONE, ret);
132 CHECK_EQ(JVMTI_ERROR_NONE, ret);
153 CHECK_EQ(JVMTI_ERROR_NONE, envs[i]->DisposeEnvironment());
/art/test/ti-agent/
H A Djvmti_helper.cc33 if (error != JVMTI_ERROR_NONE) {
36 if (name_error != JVMTI_ERROR_NONE) {
110 if (error == JVMTI_ERROR_NONE) {
131 case JVMTI_ERROR_NONE:
H A Dredefinition_helper.cc119 if (res != JVMTI_ERROR_NONE) {
250 CHECK_EQ(JVMTI_ERROR_NONE, jvmti_env->Allocate(desired_array.size(), &new_data));
289 if (res != JVMTI_ERROR_NONE) {
309 if (res != JVMTI_ERROR_NONE) {
318 if (caps_err != JVMTI_ERROR_NONE) {
386 CHECK_EQ(res, JVMTI_ERROR_NONE);
400 CHECK_EQ(res, JVMTI_ERROR_NONE);
/art/tools/wrapagentproperties/
H A Dwrapagentproperties.cc146 if (res != JVMTI_ERROR_NONE) {
150 return JVMTI_ERROR_NONE;
162 if (res != JVMTI_ERROR_NONE) {
177 if (res != JVMTI_ERROR_NONE) {
184 if (res != JVMTI_ERROR_NONE) {
191 return JVMTI_ERROR_NONE;
198 if (res != JVMTI_ERROR_NONE) {
204 return JVMTI_ERROR_NONE;
211 if (JVMTI_ERROR_NONE != real_env->Allocate(sizeof(ExtraJvmtiInterface),
/art/test/901-hello-ti-agent/
H A Dbasics.cc36 if (error != JVMTI_ERROR_NONE) {
63 CHECK_EQ(jenv->GetCurrentThread(&cur_thr), JVMTI_ERROR_NONE);
76 if (ret != JVMTI_ERROR_NONE) {
145 if (phase_result != JVMTI_ERROR_NONE) {
184 jvmtiError res = JVMTI_ERROR_NONE;
/art/test/907-get-loaded-classes/
H A Dget_loaded_classes.cc48 if (result != JVMTI_ERROR_NONE) {
/art/openjdkjvmti/
H A Djvmti_allocator.h122 CHECK(alloc_error == JVMTI_ERROR_NONE);
131 CHECK(dealloc_error == JVMTI_ERROR_NONE);
H A Dart_jvmti.h118 static constexpr jvmtiError OK = JVMTI_ERROR_NONE;
H A Dti_stack.cc426 DCHECK(translate_result == JVMTI_ERROR_NONE);
588 DCHECK(translate_result == JVMTI_ERROR_NONE);
/art/test/1919-vminit-thread-start-timing/
H A Dvminit.cc51 if (error != JVMTI_ERROR_NONE) {
121 if (ret != JVMTI_ERROR_NONE) {
/art/test/986-native-method-bind/
H A Dnative_bind.cc110 if (res != JVMTI_ERROR_NONE) {
/art/test/911-get-stack-trace/
H A Dstack_trace.cc78 if (line_result != JVMTI_ERROR_NONE) {
/art/test/924-threads/
H A Dthreads.cc198 if (result != JVMTI_ERROR_NONE) {
/art/tools/titrace/
H A Dtitrace.cc28 CHECK_EQ(JVMTI_ERROR_NONE, (errnum)) << GetJvmtiErrorString((jvmti), (errnum)) << (" ")
/art/test/912-classes/
H A Dclasses.cc225 if (result != JVMTI_ERROR_NONE) {
346 if (result != JVMTI_ERROR_NONE) {
/art/test/913-heaps/
H A Dheaps.cc1017 CHECK_EQ(result, JVMTI_ERROR_NONE);
1056 CHECK_EQ(result, JVMTI_ERROR_NONE);
/art/openjdkjvmti/include/
H A Djvmti.h338 JVMTI_ERROR_NONE = 0, enumerator in enum:__anon69

Completed in 439 milliseconds