Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h290 …void CallBigIntBinaryOperator(const ir::Expression *node, VReg lhs, VReg rhs, util::StringView sig…
DETSCompiler.cpp611 etsg->CallBigIntBinaryOperator(expr, lhs, rhs, signature); in CompileBigInt()
DETSGen.cpp3009 void ETSGen::CallBigIntBinaryOperator(const ir::Expression *node, VReg lhs, VReg rhs, const util::S… in CallBigIntBinaryOperator() function in ark::es2panda::compiler::ETSGen