Home
last modified time | relevance | path

Searched refs:LoadStringChar (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h528 void LoadStringChar(const ir::AstNode *node, VReg stringObj, VReg charIndex);
DETSCompiler.cpp1533 etsg->LoadStringChar(st, objReg, countReg); in Compile()
DETSGen.cpp2652 void ETSGen::LoadStringChar(const ir::AstNode *node, const VReg stringObj, const VReg charIndex) in LoadStringChar() function in panda::es2panda::compiler::ETSGen