Lines Matching full:pc
23 void ProfilerStubBuilder::PGOProfiler(GateRef glue, GateRef pc, GateRef func, GateRef profileTypeIn… in PGOProfiler() argument
28 ProfileCall(glue, pc, func, values[0]); in PGOProfiler()
31 ProfileOpType(glue, pc, func, profileTypeInfo, values[0]); in PGOProfiler()
34 ProfileDefineClass(glue, pc, func, values[0]); in PGOProfiler()
37 ProfileCreateObject(glue, pc, func, values[0]); in PGOProfiler()
40 ProfileObjLayout(glue, pc, func, values[0], Int32(1)); in PGOProfiler()
43 ProfileObjLayout(glue, pc, func, values[0], Int32(0)); in PGOProfiler()
50 void ProfilerStubBuilder::ProfileOpType(GateRef glue, GateRef pc, GateRef func, GateRef profileType… in ProfileOpType() argument
65 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileOpType()
76 GateRef slotId = ZExtInt8ToInt32(Load(VariableType::INT8(), pc, IntPtr(1))); in ProfileOpType()
100 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileOpType()
109 void ProfilerStubBuilder::ProfileDefineClass(GateRef glue, GateRef pc, GateRef func, GateRef constr… in ProfileDefineClass() argument
118 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileDefineClass()
124 void ProfilerStubBuilder::ProfileCreateObject(GateRef glue, GateRef pc, GateRef func, GateRef newOb… in ProfileCreateObject() argument
145 traceId = TruncPtrToInt32(PtrSub(pc, pfAddr)); in ProfileCreateObject()
153 traceId = TruncPtrToInt32(PtrSub(pc, pfAddr)); in ProfileCreateObject()
161 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileCreateObject()
169 void ProfilerStubBuilder::ProfileObjLayout(GateRef glue, GateRef pc, GateRef func, GateRef object, … in ProfileObjLayout() argument
182 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileObjLayout()
190 void ProfilerStubBuilder::ProfileCall(GateRef glue, GateRef pc, GateRef func, GateRef target) in ProfileCall() argument
212 GateRef offset = TruncPtrToInt32(PtrSub(pc, firstPC)); in ProfileCall()