Searched refs:array_get (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | reflection.hpp | 79 static BasicType array_get(jvalue* value, arrayOop a, int index, TRAPS);
|
H A D | reflection.cpp | 206 BasicType Reflection::array_get(jvalue* value, arrayOop a, int index, TRAPS) { function in class:Reflection
|
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvm.cpp | 3503 BasicType type = Reflection::array_get(&value, a, index, CHECK_NULL); 3515 BasicType type = Reflection::array_get(&value, a, index, CHECK_(value));
|
Completed in 43 milliseconds