MCPcopy Create free account
hub / github.com/ReadyTalk/avian / simpleFrameMapTableSize

Function simpleFrameMapTableSize

src/compile.cpp:3028–3032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3026 const char* spec);
3027
3028unsigned simpleFrameMapTableSize(MyThread* t, GcMethod* method, GcIntArray* map)
3029{
3030 int size = frameMapSizeInBits(t, method);
3031 return ceilingDivide(map->length() * size, 32 + size);
3032}
3033
3034#ifndef AVIAN_AOT_ONLY
3035unsigned resultSize(MyThread* t, unsigned code)

Callers 2

makeSimpleFrameMapTableFunction · 0.85

Calls 3

frameMapSizeInBitsFunction · 0.85
ceilingDivideFunction · 0.85
lengthMethod · 0.65

Tested by

no test coverage detected