Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h571 Label slotValueUpdate(env); in UpdateProfileTypeInfoCellToFunction()
580 BRANCH_UNLIKELY(TaggedIsUndefined(slotValue), &slotValueUpdate, &slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction() local
581 Bind(&slotValueUpdate); in UpdateProfileTypeInfoCellToFunction()
H A Dcircuit_builder.cpp1384 Label slotValueUpdate(env_); in UpdateProfileTypeInfoCellToFunction()
1392 BRANCH_CIR2(TaggedIsUndefined(slotValue), &slotValueUpdate, &slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction() local
1393 Bind(&slotValueUpdate); in UpdateProfileTypeInfoCellToFunction()
H A Dstub_builder.cpp10202 Label slotValueUpdate(env_); in UpdateProfileTypeInfoCellToFunction()
10210 BRANCH(TaggedIsUndefined(slotValue), &slotValueUpdate, &slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction() local
10211 Bind(&slotValueUpdate); in UpdateProfileTypeInfoCellToFunction()

Completed in 22 milliseconds