Searched refs:LoadStringChar (Results 1 – 3 of 3) sorted by relevance
528 void LoadStringChar(const ir::AstNode *node, VReg stringObj, VReg charIndex);
1533 etsg->LoadStringChar(st, objReg, countReg); in Compile()
2652 void ETSGen::LoadStringChar(const ir::AstNode *node, const VReg stringObj, const VReg charIndex) in LoadStringChar() function in panda::es2panda::compiler::ETSGen