Lines Matching refs:is_vtable_stub
51 VtableStub(bool is_vtable_stub, int index)
52 : _next(NULL), _is_vtable_stub(is_vtable_stub),
65 bool matches(bool is_vtable_stub, int index) const {
66 return _index == index && _is_vtable_stub == is_vtable_stub;
81 static int pd_code_size_limit(bool is_vtable_stub);
94 bool is_vtable_stub() { return _is_vtable_stub; }
121 static VtableStub* lookup (bool is_vtable_stub, int vtable_index);
122 static void enter (bool is_vtable_stub, int vtable_index, VtableStub* s);
123 static inline uint hash (bool is_vtable_stub, int vtable_index);
126 static address create_stub(bool is_vtable_stub, int vtable_index, methodOop method); // return the entry point of a stub for this call