Home
last modified time | relevance | path

Searched refs:TaggedIsSpecial (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.h381 GateRef CircuitBuilder::TaggedIsSpecial(GateRef x) in TaggedIsSpecial() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dstub_builder.cpp6689 BRANCH(TaggedIsSpecial(right), &rightIsSpecial, &leftNotBoolOrRightNotSpecial); in FastEqual()
6752 BRANCH(TaggedIsSpecial(value), &isSpecial, &notSpecial); in FastToBoolean()
6851 Branch(TaggedIsSpecial(value), &isSpecial, &notSpecial); in FastToBooleanBaseline()
6954 BRANCH(TaggedIsSpecial(value), &isSpecial, &notSpecial); in FastToBooleanWithProfile()
7074 Branch(TaggedIsSpecial(value), &isSpecial, &notSpecial); in FastToBooleanWithProfileBaseline()
7392 BRANCH(TaggedIsSpecial(right), &notStringAdd, &rightIsNotSpecial); in TryStringAdd()
7404 BRANCH(TaggedIsSpecial(left), &notStringAdd, &leftIsNotSpecial); in TryStringAdd()
H A Dcircuit_builder.cpp1465 BRANCH_CIR2(TaggedIsSpecial(value), &isSpecial, &notSpecial); in FastToBoolean()
H A Dstub_builder-inl.h721 inline GateRef StubBuilder::TaggedIsSpecial(GateRef x) in TaggedIsSpecial() function in panda::ecmascript::kungfu::StubBuilder
723 return env_->GetBuilder()->TaggedIsSpecial(x); in TaggedIsSpecial()
H A Dcircuit_builder.h692 inline GateRef TaggedIsSpecial(GateRef x);
H A Dstub_builder.h266 GateRef TaggedIsSpecial(GateRef x);

Completed in 33 milliseconds