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.h62 GateRef CircuitBuilder::TaggedObjectIsString(GateRef obj) in TaggedObjectIsString() function
157 result = TaggedObjectIsString(obj); in TaggedIsString()
235 result = TaggedObjectIsString(obj); in TaggedIsStringOrSymbol()
343 .And(TaggedObjectIsString(x)).And(TaggedObjectIsString(y)).Done(); in BothAreString()
Dmcr_lowering.cpp256 result = builder_.TaggedObjectIsString(obj); in LowerIsSpecificObjectType()
Dcircuit_builder.h729 inline GateRef TaggedObjectIsString(GateRef obj);
Dtyped_hcr_lowering.cpp442 GateRef isString = builder_.TaggedObjectIsString(receiver); in LowerEcmaStringCheck()
678 GateRef typeCheck = builder_.TaggedObjectIsString(receiver); in BuiltinInstanceStringTypeCheck()
Dstub_builder-inl.h1387 GateRef res = env_->GetBuilder()->TaggedObjectIsString(obj); in IsString()
Dslowpath_lowering.cpp2844 BRANCH_CIR(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()