Lines Matching defs:instructionsSize
166 codeDesc.instructionsSize = codeDesc.codeSizeAlign;
182 // instructionsSize: size of JIT generated native instructions
184 size_t instructionsSize =
186 size_t payLoadSize = codeDesc.funcEntryDesSizeAlign + instructionsSize + codeDesc.stackMapSizeAlign;
190 << allocSize << " (instruction size): " << instructionsSize;
192 codeDesc.instructionsSize = instructionsSize;
201 // (sizeof(Region) + HUGE_OBJECT_BITSET_SIZE +MachineCode::SIZE + payLoadSize - instructionsSize)
202 // immutableSize = instructionsSize (native page boundary aligned)
209 return payLoadSize - instructionsSize;