Home
last modified time | relevance | path

Searched refs:TaggedObjectIsString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.h61 GateRef CircuitBuilder::TaggedObjectIsString(GateRef obj) in TaggedObjectIsString() function
78 return BoolAnd(TaggedObjectIsString(x), TaggedObjectIsString(y)); in TaggedObjectBothAreString()
141 result = TaggedObjectIsString(obj); in TaggedIsString()
199 result = TaggedObjectIsString(obj); in TaggedIsStringOrSymbol()
Dmcr_lowering.cpp219 result = builder_.TaggedObjectIsString(obj); in LowerIsSpecificObjectType()
Dcircuit_builder.h625 inline GateRef TaggedObjectIsString(GateRef obj);
Dstub_builder-inl.h1177 GateRef res = env_->GetBuilder()->TaggedObjectIsString(obj); in IsString()
Dtyped_hcr_lowering.cpp397 GateRef isString = builder_.TaggedObjectIsString(receiver); in LowerEcmaStringCheck()
Dslowpath_lowering.cpp2475 builder_.Branch(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()