Home
last modified time | relevance | path

Searched refs:IsConstString (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_opt_pass.cpp74 if (acc_.IsConstString(left) && acc_.IsConstString(right)) { in VisitStringEqual()
114 if (acc_.IsConstString(gate)) { in IsSingleCharString()
141 ASSERT(acc_.IsConstString(gate)); in ConvertConstSingleCharToInt32()
155 ASSERT(!acc_.IsConstString(left) || !acc_.IsConstString(right)); in ConvertToSingleCharComparison()
156 if (acc_.IsConstString(left)) { in ConvertToSingleCharComparison()
158 } else if (acc_.IsConstString(right)) { in ConvertToSingleCharComparison()
Dstring_builder_optimizer.cpp273 return acc_.IsConstString(gate) || acc_.GetOpCode(gate) == OpCode::STRING_FROM_SINGLE_CHAR_CODE; in IsLiteralString()
Dgate_accessor.h564 bool IsConstString(GateRef gate);
Dgate_accessor.cpp1919 bool GateAccessor::IsConstString(GateRef gate) in IsConstString() function in panda::ecmascript::kungfu::GateAccessor
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp80 bool MIRSymbol::IsConstString() const in IsConstString() function in maple::MIRSymbol
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h447 bool IsConstString() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2553 } else if (mirSymbol->IsConstString() || mirSymbol->IsLiteralPtr()) { in EmitGlobalVariable()