}
ret += "}\n";
}
}
ret += "id = getThreadId();\n";
StaticOffsets static_offsets = new StaticOffsets();
int junk_index = static_offsets.getEndIndex() - 4;
int mystery_index = junk_index - 4;
if(m_sootMethod.isStatic()){
int offset = static_offsets.getIndex(m_sootClass);
ret += "mem = org_trifort_gc_deref(0);\n";
ret += "trash = mem + "+junk_index+";\n";
ret += "mystery = mem + "+mystery_index+";\n";
ret += "mem += "+offset+";\n";
} else {