Home
last modified time | relevance | path

Searched refs:emptyCallCheck (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp288 GateRef emptyCallCheck = Int32Equal(oldSlotValue, Int32(0)); in ProfileCall() local
289 Branch(BoolOr(polyCallCheck, emptyCallCheck), &exit, &resetSlot); in ProfileCall()