Searched refs:ForceEarlyReturn (Results 1 – 7 of 7) sorted by relevance
/art/test/1969-force-early-return-void/ |
D | info.txt | 3 Checks that we can call the ForceEarlyReturn functions successfully and force
|
/art/test/1970-force-early-return-long/ |
D | info.txt | 3 Checks that we can call the ForceEarlyReturn functions successfully and force
|
/art/test/1971-multi-force-early-return/ |
D | info.txt | 3 Checks that we can call the ForceEarlyReturn functions successfully and force
|
/art/test/1968-force-early-return/ |
D | info.txt | 3 Checks that we can call the ForceEarlyReturn functions successfully and force
|
/art/openjdkjvmti/ |
D | ti_stack.h | 89 static jvmtiError ForceEarlyReturn(
|
D | ti_stack.cc | 1381 StackUtil::ForceEarlyReturn(jvmtiEnv* env, EventHandler* event_handler, jthread thread, T value) { in ForceEarlyReturn() function in openjdkjvmti::StackUtil 1429 template jvmtiError StackUtil::ForceEarlyReturn(jvmtiEnv*, EventHandler*, jthread, jint); 1430 template jvmtiError StackUtil::ForceEarlyReturn(jvmtiEnv*, EventHandler*, jthread, jlong); 1431 template jvmtiError StackUtil::ForceEarlyReturn(jvmtiEnv*, EventHandler*, jthread, jfloat); 1432 template jvmtiError StackUtil::ForceEarlyReturn(jvmtiEnv*, EventHandler*, jthread, jdouble); 1433 template jvmtiError StackUtil::ForceEarlyReturn(jvmtiEnv*, EventHandler*, jthread, jobject); 1434 template jvmtiError StackUtil::ForceEarlyReturn(jvmtiEnv*, EventHandler*, jthread, nullptr_t);
|
D | OpenjdkJvmTi.cc | 352 return StackUtil::ForceEarlyReturn(env, gEventHandler, thread, value); in ForceEarlyReturnObject() 358 return StackUtil::ForceEarlyReturn(env, gEventHandler, thread, value); in ForceEarlyReturnInt() 364 return StackUtil::ForceEarlyReturn(env, gEventHandler, thread, value); in ForceEarlyReturnLong() 370 return StackUtil::ForceEarlyReturn(env, gEventHandler, thread, value); in ForceEarlyReturnFloat() 376 return StackUtil::ForceEarlyReturn(env, gEventHandler, thread, value); in ForceEarlyReturnDouble() 382 return StackUtil::ForceEarlyReturn<nullptr_t>(env, gEventHandler, thread, nullptr); in ForceEarlyReturnVoid()
|