Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp596 GateRef oldFalse = Int32LSR(oldSlotValue, Int32(PGOSampleType::WEIGHT_START_BIT)); in ProfileBranch() local
597 oldFalse = Int32And(oldFalse, Int32(PGOSampleType::WEIGHT_MASK)); in ProfileBranch()
600 Int32LessThan(oldFalse, Int32(PGOSampleType::WEIGHT_THRESHOLD))); in ProfileBranch()
605 newFalse = Int32Add(*newFalse, oldFalse); in ProfileBranch()

Completed in 3 milliseconds