Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp614 void ETSGen::CreateBigIntObject(const ir::AstNode *node, VReg arg0) in CreateBigIntObject() function in panda::es2panda::compiler::ETSGen
869 CreateBigIntObject(node, value); in LoadConstantObject()
DETSGen.h645 void CreateBigIntObject(const ir::AstNode *node, VReg arg0);
DETSCompiler.cpp1249 etsg->CreateBigIntObject(expr, value); in Compile()