Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h574 Label profileTypeInfoEnd(env); in UpdateProfileTypeInfoCellToFunction()
576 BRANCH(TaggedIsUndefined(profileTypeInfo), &profileTypeInfoEnd, &profileTypeInfoNotUndefined); in UpdateProfileTypeInfoCellToFunction() local
588 Jump(&profileTypeInfoEnd); in UpdateProfileTypeInfoCellToFunction()
591 BRANCH_UNLIKELY(TaggedIsHole(slotValue), &profileTypeInfoEnd, &slotValueNotHole); in UpdateProfileTypeInfoCellToFunction() local
598 Jump(&profileTypeInfoEnd); in UpdateProfileTypeInfoCellToFunction()
600 Bind(&profileTypeInfoEnd); in UpdateProfileTypeInfoCellToFunction()
H A Dcircuit_builder.cpp1386 Label profileTypeInfoEnd(env_); in UpdateProfileTypeInfoCellToFunction()
1388 BRANCH_CIR2(TaggedIsUndefined(profileTypeInfo), &profileTypeInfoEnd, &profileTypeInfoNotUndefined); in UpdateProfileTypeInfoCellToFunction() local
1398 Jump(&profileTypeInfoEnd); in UpdateProfileTypeInfoCellToFunction()
1403 Jump(&profileTypeInfoEnd); in UpdateProfileTypeInfoCellToFunction()
1405 Bind(&profileTypeInfoEnd); in UpdateProfileTypeInfoCellToFunction()
H A Dstub_builder.cpp10204 Label profileTypeInfoEnd(env_); in UpdateProfileTypeInfoCellToFunction()
10206 BRANCH(TaggedIsUndefined(profileTypeInfo), &profileTypeInfoEnd, &profileTypeInfoNotUndefined); in UpdateProfileTypeInfoCellToFunction() local
10216 Jump(&profileTypeInfoEnd); in UpdateProfileTypeInfoCellToFunction()
10223 Jump(&profileTypeInfoEnd); in UpdateProfileTypeInfoCellToFunction()
10226 Bind(&profileTypeInfoEnd); in UpdateProfileTypeInfoCellToFunction()

Completed in 24 milliseconds