Home
last modified time | relevance | path

Searched refs:ProfileBranch (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp46 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 Dprofiler_operation.h137 inline void ProfileBranch(bool isTrue) const in ProfileBranch() function in panda::ecmascript::kungfu::ProfileOperation
H A Dprofiler_stub_builder.h110 void ProfileBranch(GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef profileTypeInfo, bool isTrue);
H A Dprofiler_stub_builder.cpp558 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