Home
last modified time | relevance | path

Searched refs:TaggedIsBoolean (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.h518 GateRef CircuitBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dtyped_hcr_lowering.cpp327 GateRef typeCheck = builder_.TaggedIsBoolean(value); in LowerBooleanCheck()
2204 check = builder_.TaggedIsBoolean(value); in LowerTypeOfCheck()
2610 BRANCH_CIR(builder_.TaggedIsBoolean(value), &isBoolean, &notBoolean); in LowerObjectConstructor()
2698 BRANCH_CIR(builder_.TaggedIsBoolean(value), &isBoolean, &slowPath); in LowerBooleanConstructor()
H A Dcircuit_builder.cpp1171 BRANCH_CIR2(TaggedIsBoolean(obj), &isBoolean, &notBoolean); in ToObject()
H A Dmcr_lowering.cpp645 GateRef typeCheck = builder_.TaggedIsBoolean(value); in LowerCheckTaggedBoolAndConvert()
H A Dstub_builder-inl.h895 inline GateRef StubBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean() function in panda::ecmascript::kungfu::StubBuilder
897 return env_->GetBuilder()->TaggedIsBoolean(x); in TaggedIsBoolean()
H A Dcircuit_builder.h713 inline GateRef TaggedIsBoolean(GateRef x);
H A Dstub_builder.h309 GateRef TaggedIsBoolean(GateRef x);
H A Dstub_builder.cpp198 .And(TaggedIsBoolean(value)) in MatchFieldType()
6684 BRANCH(TaggedIsBoolean(left), &leftIsBool, &leftNotBoolOrRightNotSpecial); in FastEqual()
8025 BRANCH(TaggedIsBoolean(obj), &isBoolean, &notBoolean); in ToPrototypeOrObj()

Completed in 41 milliseconds