Lines Matching refs:methodOop

39 #include "oops/methodOop.hpp"
190 // The caller is responsible for validating the methodOop itself.
235 int kind = Interpreter::method_kind(methodOop(this));
254 // Invocation counter is reset when the methodOop is compiled.
404 BytecodeStream bcs(methodOop(this));
488 objArrayHandle methodOopDesc::resolved_checked_exceptions_impl(methodOop this_oop, TRAPS) {
645 xtty->method(methodOop(this));
823 return code == NULL || (code->method() == NULL) || (code->method() == (methodOop)this && !code->is_osr_method());
879 methodOop vt_m = ik->method_at_vtable(vtable_index());
880 return vt_m != methodOop(this);
885 // give advice about whether this methodOop should be cached or not
969 methodOop m_oop = oopFactory::new_method(0, accessFlags_from(flags_bits),
1016 // Allocate new methodOop
1024 methodOop newm_oop = oopFactory::new_method(new_code_length,
1041 // Create shallow copy of constMethodOopDesc, but be careful to preserve the methodOop
1261 methodOop m = (methodOop) methods->obj_at(i);
1272 methodOop m = (methodOop)oopDesc::decode_heap_oop_not_null(a);
1273 methodOop n = (methodOop)oopDesc::decode_heap_oop_not_null(b);
1277 methodOop m = (methodOop)a;
1278 methodOop n = (methodOop)b;
1299 methodOop m = (methodOop) methods->obj_at(i);
1333 methodOop m = (methodOop) methods->obj_at(i);
1387 methodHandle mh (thread, (methodOop)this);
1409 // See comment in methodOop.hpp which explains why this exists.
1472 static void clear_matches(methodOop m, int bci) {
1576 BreakpointInfo::BreakpointInfo(methodOop m, int bci) {
1586 void BreakpointInfo::set(methodOop method) {
1607 void BreakpointInfo::clear(methodOop method) {