Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h580 BRANCH_UNLIKELY(TaggedIsUndefined(slotValue), &slotValueUpdate, &slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction()
591 BRANCH_UNLIKELY(TaggedIsHole(slotValue), &profileTypeInfoEnd, &slotValueNotHole); in UpdateProfileTypeInfoCellToFunction()
H A Dstub_builder.cpp124 BRANCH_UNLIKELY(Int32Equal(Int32(ThreadFlag::SUSPEND_REQUEST), CheckSuspend(glue)), &needSuspend, &loopEnd); in LoopEnd()
337 BRANCH_UNLIKELY(Equal(keyInProperty, key), &exit, &labels[idx + 1]); in FindElementWithCache()
1867 BRANCH_UNLIKELY(InSharedHeap(valueRegion), &valueIsShared, &valueIsNotShared); in SetValueWithBarrier()
1981 BRANCH_UNLIKELY(BitAnd(objectNotInYoung, valueRegionInYoung), &isOldToYoung, &checkMarkStatus); in SetNonSValueWithBarrier()
10240 BRANCH_UNLIKELY(IsSendableFunctionModule(module), &sendableFunctionModule, &notSendableFunctionModule); in Loadlocalmodulevar()
10252 BRANCH_UNLIKELY(TaggedIsUndefined(dictionary), &exit, &dataIsNotUndefined); in Loadlocalmodulevar()
H A Dstub_builder.h157 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ macro
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp2031 BRANCH_UNLIKELY(TaggedIsHole(value), &isHole, &isNotHole); in DoReverse()

Completed in 33 milliseconds