D | profiler_stub_builder.cpp | 28 ProfileCall(glue, pc, func, values[0]); in PGOProfiler() 190 void ProfilerStubBuilder::ProfileCall(GateRef glue, GateRef pc, GateRef func, GateRef target) in ProfileCall() function in panda::ecmascript::kungfu::ProfilerStubBuilder 213 CallNGCRuntime(glue, RTSTUB_ID(ProfileCall), { glue, func, target, offset, Int32(1)}); in ProfileCall()
|