Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h572 Label slotValueNotUndefined(env); in UpdateProfileTypeInfoCellToFunction()
580 BRANCH_UNLIKELY(TaggedIsUndefined(slotValue), &slotValueUpdate, &slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction() local
590 Bind(&slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction()
H A Dcircuit_builder.cpp1385 Label slotValueNotUndefined(env_); in UpdateProfileTypeInfoCellToFunction()
1392 BRANCH_CIR2(TaggedIsUndefined(slotValue), &slotValueUpdate, &slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction() local
1400 Bind(&slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction()
H A Dstub_builder.cpp10203 Label slotValueNotUndefined(env_); in UpdateProfileTypeInfoCellToFunction()
10210 BRANCH(TaggedIsUndefined(slotValue), &slotValueUpdate, &slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction() local
10218 Bind(&slotValueNotUndefined); in UpdateProfileTypeInfoCellToFunction()

Completed in 23 milliseconds