Searched defs:object_size (Results 26 - 30 of 30) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp218 int methodOopDesc::object_size(bool is_native) { function in class:methodOopDesc
1038 int new_const_method_size = newm->constMethod()->object_size();
H A DmethodOop.hpp542 static int object_size(bool is_native);
544 int object_size() const { return method_size(); } function in class:methodOopDesc
H A DinstanceKlass.hpp756 int klass_oop_size() const { return object_size(); }
780 int object_size() const function in class:instanceKlass
782 return object_size(align_object_offset(vtable_length()) +
792 static int object_size(int extra) { return align_object_size(header_size() + extra); } function in class:instanceKlass
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1336 int header_size, int object_size, LIR_Opr klass, bool init_check, CodeStub* stub) {
1345 object_size,
1931 out->print("[obj:%d]", object_size()); out->print(" ");
1335 allocate_object(LIR_Opr dst, LIR_Opr t1, LIR_Opr t2, LIR_Opr t3, LIR_Opr t4, int header_size, int object_size, LIR_Opr klass, bool init_check, CodeStub* stub) argument
H A Dc1_LIR.hpp1482 int object_size() const { return _obj_size; } function in class:LIR_OpAllocObj
2091 void allocate_object(LIR_Opr dst, LIR_Opr t1, LIR_Opr t2, LIR_Opr t3, LIR_Opr t4, int header_size, int object_size, LIR_Opr klass, bool init_check, CodeStub* stub);

Completed in 51 milliseconds

12