Searched refs:TaggedIsBoolean (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_circuit_builder.h | 518 GateRef CircuitBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | typed_hcr_lowering.cpp | 327 GateRef typeCheck = builder_.TaggedIsBoolean(value); in LowerBooleanCheck() 2204 check = builder_.TaggedIsBoolean(value); in LowerTypeOfCheck() 2610 BRANCH_CIR(builder_.TaggedIsBoolean(value), &isBoolean, ¬Boolean); in LowerObjectConstructor() 2698 BRANCH_CIR(builder_.TaggedIsBoolean(value), &isBoolean, &slowPath); in LowerBooleanConstructor()
|
H A D | circuit_builder.cpp | 1171 BRANCH_CIR2(TaggedIsBoolean(obj), &isBoolean, ¬Boolean); in ToObject()
|
H A D | mcr_lowering.cpp | 645 GateRef typeCheck = builder_.TaggedIsBoolean(value); in LowerCheckTaggedBoolAndConvert()
|
H A D | stub_builder-inl.h | 895 inline GateRef StubBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean() function in panda::ecmascript::kungfu::StubBuilder 897 return env_->GetBuilder()->TaggedIsBoolean(x); in TaggedIsBoolean()
|
H A D | circuit_builder.h | 713 inline GateRef TaggedIsBoolean(GateRef x);
|
H A D | stub_builder.h | 309 GateRef TaggedIsBoolean(GateRef x);
|
H A D | stub_builder.cpp | 198 .And(TaggedIsBoolean(value)) in MatchFieldType() 6684 BRANCH(TaggedIsBoolean(left), &leftIsBool, &leftNotBoolOrRightNotSpecial); in FastEqual() 8025 BRANCH(TaggedIsBoolean(obj), &isBoolean, ¬Boolean); in ToPrototypeOrObj()
|
Completed in 41 milliseconds