Home
last modified time | relevance | path

Searched refs:IsLiteralString (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstring_builder_optimizer.cpp53 if (IsLiteralString(left)) { in FindBuilderBegin()
266 bool StringBuilderOptimizer::IsLiteralString(GateRef gate) in IsLiteralString() function in panda::ecmascript::kungfu::StringBuilderOptimizer
H A Dstring_builder_optimizer.h104 bool IsLiteralString(GateRef gate);
H A Dhcr_circuit_builder.cpp735 GateRef CircuitBuilder::IsLiteralString(GateRef string) in IsLiteralString() function in panda::ecmascript::kungfu::CircuitBuilder
745 return LogicAndBuilder(env_).And(isValidOpt).And(IsLiteralString(leftString)) in CanBeConcat()
746 .And(IsLiteralString(rightString)).Done(); in CanBeConcat()
752 return LogicAndBuilder(env_).And(isValidOpt).And(IsLiteralString(rightString)).Done(); in CanBackStore()
H A Dstub_builder-inl.h1432 inline GateRef StubBuilder::IsLiteralString(GateRef obj) in IsLiteralString() function in panda::ecmascript::kungfu::StubBuilder
1434 return env_->GetBuilder()->IsLiteralString(obj); in IsLiteralString()
H A Dcircuit_builder.h760 GateRef IsLiteralString(GateRef string);
H A Dstub_builder.h413 GateRef IsLiteralString(GateRef obj);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp1999 BRANCH(IsLiteralString(str), &exit, &notLineString); in FlattenString()
2044 BRANCH(IsLiteralString(str), &exit, &notLineString); in FlattenStringWithIndex()

Completed in 20 milliseconds