Home
last modified time | relevance | path

Searched defs:bsize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1936 uint32 bsize = 0; in FoldBinary() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h3474 …explicit BlkassignoffNode(int32 ofst, int32 bsize) : BinaryStmtNode(OP_blkassignoff), offset(ofst)… in BlkassignoffNode()
3479 explicit BlkassignoffNode(int32 ofst, int32 bsize, BaseNode *dest, BaseNode *src) in BlkassignoffNode()