Home
last modified time | relevance | path

Searched refs:TaggedIsNotHole (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h608 inline GateRef StubBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole() function
610 return env_->GetBuilder()->TaggedIsNotHole(x); in TaggedIsNotHole()
2321 return TaggedIsNotHole(exception); in HasPendingException()
Dlcr_lowering.cpp633 GateRef valueIsNotHole = builder_.TaggedIsNotHole(value); in LowerLexVarIsHoleCheck()
Dstub_builder.h203 GateRef TaggedIsNotHole(GateRef x);
Dcircuit_builder.h462 inline GateRef TaggedIsNotHole(GateRef x);
Dcircuit_builder-inl.h351 GateRef CircuitBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole() function
Dcircuit_builder.cpp1368 return TaggedIsNotHole(exception); in HasPendingException()
Dstub_builder.cpp2252 Branch(TaggedIsNotHole(value), &notHole, &isHole); in GetPropertyByIndex()
5062 Branch(TaggedIsNotHole(exception), &hasPendingException, &exit); in ReturnExceptionIfAbruptCompletion()