Home | History | Annotate | Download | only in x86

Lines Matching refs:PhysicalReg_EAX

221     resolve_class2(PhysicalReg_EAX, true, PhysicalReg_EAX, true, 0);
223 resolve_method2(PhysicalReg_EAX, true, PhysicalReg_EAX, true, METHOD_VIRTUAL);
225 resolve_method2(PhysicalReg_EAX, true, PhysicalReg_EAX, true, METHOD_DIRECT);
227 resolve_method2(PhysicalReg_EAX, true, PhysicalReg_EAX, true, METHOD_STATIC);
229 resolve_inst_field2(PhysicalReg_EAX, true, PhysicalReg_EAX, true);
231 resolve_static_field2(PhysicalReg_EAX, true, PhysicalReg_EAX, true);
233 throw_exception_message(PhysicalReg_ECX, PhysicalReg_EAX, true, PhysicalReg_Null, true);
235 throw_exception(PhysicalReg_ECX, PhysicalReg_EAX, PhysicalReg_Null, true);