Home
last modified time | relevance | path

Searched refs:EncodeCompressedStringCharAtI (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h234 virtual void EncodeCompressedStringCharAtI(ArgsCompressedStringCharAtI &&args);
Dencode.cpp247 void Encoder::EncodeCompressedStringCharAtI([[maybe_unused]] ArgsCompressedStringCharAtI &&args) in EncodeCompressedStringCharAtI() function in ark::compiler::Encoder
Dencode_visitor.cpp2087 enc->GetEncoder()->EncodeCompressedStringCharAtI({dst, src0, src1, offset, index, shift}); in VisitLoadCompressedStringCharI()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h323 void EncodeCompressedStringCharAtI(ArgsCompressedStringCharAtI &&args) override;
Dencode.cpp1106 void Aarch64Encoder::EncodeCompressedStringCharAtI(ArgsCompressedStringCharAtI &&args) in EncodeCompressedStringCharAtI() function in ark::compiler::aarch64::Aarch64Encoder