Searched refs:ProfileBranch (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 46 callback.ProfileBranch(true); in Equal() 51 callback.ProfileBranch(false); in Equal() 87 callback.ProfileBranch(false); in NotEqual() 92 callback.ProfileBranch(true); in NotEqual() 115 callback.ProfileBranch(true); in StrictEqual() 121 callback.ProfileBranch(false); in StrictEqual() 143 callback.ProfileBranch(false); in StrictNotEqual() 148 callback.ProfileBranch(true); in StrictNotEqual() 242 callback.ProfileBranch(true); in Less() 248 callback.ProfileBranch(fals in Less() [all...] |
H A D | profiler_operation.h | 137 inline void ProfileBranch(bool isTrue) const in ProfileBranch() function in panda::ecmascript::kungfu::ProfileOperation
|
H A D | profiler_stub_builder.h | 110 void ProfileBranch(GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef profileTypeInfo, bool isTrue);
|
H A D | profiler_stub_builder.cpp | 558 void ProfilerStubBuilder::ProfileBranch( in ProfileBranch() function in panda::ecmascript::kungfu::ProfilerStubBuilder 1196 ProfileBranch(glue, slotIdInfo, func, profileTypeInfo, true); in PGOProfiler() 1199 ProfileBranch(glue, slotIdInfo, func, profileTypeInfo, false); in PGOProfiler()
|
Completed in 6 milliseconds