Searched refs:TaggedIsSpecial (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_circuit_builder.h | 381 GateRef CircuitBuilder::TaggedIsSpecial(GateRef x) in TaggedIsSpecial() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | stub_builder.cpp | 6689 BRANCH(TaggedIsSpecial(right), &rightIsSpecial, &leftNotBoolOrRightNotSpecial); in FastEqual() 6752 BRANCH(TaggedIsSpecial(value), &isSpecial, ¬Special); in FastToBoolean() 6851 Branch(TaggedIsSpecial(value), &isSpecial, ¬Special); in FastToBooleanBaseline() 6954 BRANCH(TaggedIsSpecial(value), &isSpecial, ¬Special); in FastToBooleanWithProfile() 7074 Branch(TaggedIsSpecial(value), &isSpecial, ¬Special); in FastToBooleanWithProfileBaseline() 7392 BRANCH(TaggedIsSpecial(right), ¬StringAdd, &rightIsNotSpecial); in TryStringAdd() 7404 BRANCH(TaggedIsSpecial(left), ¬StringAdd, &leftIsNotSpecial); in TryStringAdd()
|
H A D | circuit_builder.cpp | 1465 BRANCH_CIR2(TaggedIsSpecial(value), &isSpecial, ¬Special); in FastToBoolean()
|
H A D | stub_builder-inl.h | 721 inline GateRef StubBuilder::TaggedIsSpecial(GateRef x) in TaggedIsSpecial() function in panda::ecmascript::kungfu::StubBuilder 723 return env_->GetBuilder()->TaggedIsSpecial(x); in TaggedIsSpecial()
|
H A D | circuit_builder.h | 692 inline GateRef TaggedIsSpecial(GateRef x);
|
H A D | stub_builder.h | 266 GateRef TaggedIsSpecial(GateRef x);
|
Completed in 33 milliseconds