Lines Matching refs:address

190 // __kernel_dmb on ARM which is accessed via an absolute address.
191 Value* SharkBuilder::make_function(address func,
203 (address) SharkRuntime::find_exception_handler, "TIi", "i");
207 return make_function((address) SharkRuntime::monitorenter, "TM", "v");
211 return make_function((address) SharkRuntime::monitorexit, "TM", "v");
215 return make_function((address) SharkRuntime::new_instance, "Ti", "v");
219 return make_function((address) SharkRuntime::newarray, "Tii", "v");
223 return make_function((address) SharkRuntime::anewarray, "Tii", "v");
227 return make_function((address) SharkRuntime::multianewarray, "TiiI", "v");
231 return make_function((address) SharkRuntime::register_finalizer, "TO", "v");
235 return make_function((address) SafepointSynchronize::block, "T", "v");
240 (address) SharkRuntime::throw_ArithmeticException, "TCi", "v");
245 (address) SharkRuntime::throw_ArrayIndexOutOfBoundsException, "TCii", "v");
250 (address) SharkRuntime::throw_ClassCastException, "TCi", "v");
255 (address) SharkRuntime::throw_NullPointerException, "TCi", "v");
261 return make_function((address) SharedRuntime::f2i, "f", "i");
265 return make_function((address) SharedRuntime::f2l, "f", "l");
269 return make_function((address) SharedRuntime::d2i, "d", "i");
273 return make_function((address) SharedRuntime::d2l, "d", "l");
277 return make_function((address) SharkRuntime::is_subtype_of, "OO", "c");
281 return make_function((address) os::javaTimeMillis, "", "l");
293 return make_function((address) ::tan, "d", "d");
297 return make_function((address) ::atan2, "dd", "d");
321 return make_function((address) ::fabs, "d", "d");
326 return make_function((address) Unsafe_field_offset_to_byte_offset, "l", "l");
330 return make_function((address) SharedRuntime::OSR_migration_end, "C", "v");
336 return make_function((address) ZeroStack::handle_overflow, "T", "v");
340 return make_function((address) SharkRuntime::uncommon_trap, "Ti", "i");
344 return make_function((address) CppInterpreter::main_loop, "iT", "v");
351 (address) JavaThread::check_special_condition_for_native_trans,
381 (address) zero_cmpxchg_int,
399 (address) zero_cmpxchg_ptr,
413 (address) 0xffff0fa0, // __kernel_dmb
431 return make_function((address) report_unimplemented, "Ci", "v");
435 return make_function((address) report_should_not_reach_here, "Ci", "v");
439 return make_function((address) SharkRuntime::dump, "Cx", "v");