Searched defs:initialize_object (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp72 void StackMapFrame::initialize_object( function in class:StackMapFrame
179 // UninitializedThis before initialize_object() converted them) are unused.
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp237 initialize_object(obj, klass, noreg, obj_size * HeapWordSize, t1, t2);
240 void C1_MacroAssembler::initialize_object( function in class:C1_MacroAssembler
261 stop("bad size in initialize_object");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp243 initialize_object(obj, klass, noreg, object_size * HeapWordSize, t1, t2);
246 void C1_MacroAssembler::initialize_object(Register obj, Register klass, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2) { function in class:C1_MacroAssembler
H A DtemplateTable_x86_32.cpp3226 Label initialize_object; // including clearing the fields local
3279 __ jmp(initialize_object);
3316 __ bind(initialize_object);
H A DtemplateTable_x86_64.cpp3290 Label initialize_object; // including clearing the fields local
3341 __ jmp(initialize_object);
3389 __ bind(initialize_object);
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp1299 fast_oop_rawmem = initialize_object(alloc,
1547 PhaseMacroExpand::initialize_object(AllocateNode* alloc, function in class:PhaseMacroExpand

Completed in 47 milliseconds