Searched refs:BRANCH_UNLIKELY (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub-inl.h | 580 BRANCH_UNLIKELY(TaggedIsUndefined(slotValue), &slotValueUpdate, &slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction() 591 BRANCH_UNLIKELY(TaggedIsHole(slotValue), &profileTypeInfoEnd, &slotValueNotHole); in UpdateProfileTypeInfoCellToFunction()
|
H A D | stub_builder.cpp | 124 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, ¬SendableFunctionModule); in Loadlocalmodulevar() 10252 BRANCH_UNLIKELY(TaggedIsUndefined(dictionary), &exit, &dataIsNotUndefined); in Loadlocalmodulevar()
|
H A D | stub_builder.h | 157 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ macro
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_array_stub_builder.cpp | 2031 BRANCH_UNLIKELY(TaggedIsHole(value), &isHole, &isNotHole); in DoReverse()
|
Completed in 33 milliseconds