#include "incls/_precompiled.incl"
Include dependency graph for compiledIC.cpp:
Go to the source code of this file.
Functions | |
void | icLookup (int a, int b) |
void | icNormalLookup (int a, int b) |
void | icSuperLookup (int a, int b) |
void icLookup | ( | int | a, | |
int | b | |||
) |
Definition at line 650 of file compiledIC.cpp.
void icNormalLookup | ( | int | a, | |
int | b | |||
) |
Definition at line 651 of file compiledIC.cpp.
Referenced by StubRoutines::generate_ic_normal_lookup().
void icSuperLookup | ( | int | a, | |
int | b | |||
) |
Definition at line 652 of file compiledIC.cpp.
Referenced by StubRoutines::generate_ic_super_lookup().