Home | History | Annotate | Download | only in src

Lines Matching refs:Method

19 import java.lang.reflect.Method;
219 // Using non-constant index here (assuming that this method wasn't inlined).
1352 static Method address_of;
1353 static Method new_non_movable_array;
1354 static Method peek_byte;
1355 static Method peek_short;
1356 static Method peek_int;
1357 static Method peek_long;
1358 static Method poke_byte;
1359 static Method poke_short;
1360 static Method poke_int;
1361 static Method poke_long;
1365 Method get_runtime = vm_runtime.getDeclaredMethod("getRuntime");