Searched refs:EncodeStringEqualsMainLoop (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 816 …void EncodeStringEqualsMainLoop(Reg dst, Reg str1, Reg str2, Reg tmp1_scoped, Reg tmp2_scoped, Reg…
|
| D | encode.cpp | 750 …EncodeStringEqualsMainLoop(dst, str1, str2, tmp1_scoped, tmp2_scoped, tmp3_scoped, label_false, la… in EncodeStringEquals() 754 void Aarch64Encoder::EncodeStringEqualsMainLoop(Reg dst, Reg str1, Reg str2, Reg tmp1_scoped, Reg t… in EncodeStringEqualsMainLoop() function in panda::compiler::aarch64::Aarch64Encoder
|