Home
last modified time | relevance | path

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

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