Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_lowering.cpp443 GateRef typeCheck = builder_.TaggedIsBoolean(value); in LowerCheckTaggedBoolAndConvert()
Dstub_builder-inl.h715 inline GateRef StubBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean() function
717 return env_->GetBuilder()->TaggedIsBoolean(x); in TaggedIsBoolean()
Dstub_builder.h230 GateRef TaggedIsBoolean(GateRef x);
Dcircuit_builder.h483 inline GateRef TaggedIsBoolean(GateRef x);
Dcircuit_builder-inl.h475 GateRef CircuitBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean() function
Dtype_mcr_lowering.cpp228 GateRef typeCheck = builder_.TaggedIsBoolean(value); in LowerBooleanCheck()
Dstub_builder.cpp4234 Branch(TaggedIsBoolean(left), &leftIsBool, &leftNotBoolOrRightNotSpecial); in FastEqual()