Home
last modified time | relevance | path

Searched refs:BlockSize2BitVectorSize (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dcmpl.h77 return funcSize - (kTwoBitVectors * BlockSize2BitVectorSize(upFormalSize)) - in FuncCodeSize()
78 (kTwoBitVectors * BlockSize2BitVectorSize(frameSize)); in FuncCodeSize()
H A Dmir_module.h123 static inline uint32 BlockSize2BitVectorSize(uint32 blkSize) in BlockSize2BitVectorSize() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_function.cpp311 reinterpret_cast<const uint32 *>(localWordsTypeTagged + BlockSize2BitVectorSize(GetUpFormalSize()))) { in DumpUpFormal()
324 reinterpret_cast<const uint32 *>(formalWordsRefCounted + BlockSize2BitVectorSize(GetUpFormalSize()))) { in DumpUpFormal()
342 while (p < reinterpret_cast<const uint32 *>(localWordsTypeTagged + BlockSize2BitVectorSize(GetFrameSize()))) { in DumpFrame()
354 while (p < reinterpret_cast<const uint32 *>(localWordsRefCounted + BlockSize2BitVectorSize(GetFrameSize()))) { in DumpFrame()
H A Dmir_module.cpp145 while (p < reinterpret_cast<uint32 *>(globalWordsTypeTagged + BlockSize2BitVectorSize(globalMemSize))) { in DumpGlobals()
155 while (p < reinterpret_cast<uint32 *>(globalWordsRefCounted + BlockSize2BitVectorSize(globalMemSize))) { in DumpGlobals()

Completed in 6 milliseconds