Home | History | Annotate | Download | only in bytecode

Lines Matching refs:FunctionCode

1314             case FunctionCode:
1341 printf("Number of FunctionCode CodeBlocks: %zu (%.3f%%)\n", isFunctionCode, static_cast<double>(isFunctionCode) * 100.0 / liveCodeBlockSet.size());
1653 ASSERT(codeType() == FunctionCode);