Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp594 GateRef oldSlotValue = TaggedGetInt(slotValue); in ProfileBranch() local
595 GateRef oldTrue = Int32LSR(oldSlotValue, Int32(PGOSampleType::WEIGHT_TRUE_START_BIT)); in ProfileBranch()
596 GateRef oldFalse = Int32LSR(oldSlotValue, Int32(PGOSampleType::WEIGHT_START_BIT)); in ProfileBranch()
598 oldPrama = Int32And(oldSlotValue, Int32(PGOSampleType::AnyType())); in ProfileBranch()

Completed in 3 milliseconds