Searched refs:array_get (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.hpp79 static BasicType array_get(jvalue* value, arrayOop a, int index, TRAPS);
H A Dreflection.cpp206 BasicType Reflection::array_get(jvalue* value, arrayOop a, int index, TRAPS) { function in class:Reflection
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp3503 BasicType type = Reflection::array_get(&value, a, index, CHECK_NULL);
3515 BasicType type = Reflection::array_get(&value, a, index, CHECK_(value));

Completed in 41 milliseconds