Home | History | Annotate | Download | only in compiler

Lines Matching defs:callee

60                                      const Method **callee)
90 *callee = calleeMethod;
102 *callee = calleeMethod;
114 *callee = calleeMethod;
125 *callee = calleeMethod;
251 * If so, don't inline the callee as there is no stack frame for the
298 /* This method is invoked as a callee and has been analyzed - just return */
351 /* Uncomment the following to explore various callee patterns */
638 const Method *callee = NULL;
641 &targetOffset, &isInvoke, &callee);
809 /* Monomorphic callee */
810 if (callee) {
813 newBB->containingMethod = callee;
966 * with the callee is properly initialized. If not, we punt on this inline
1104 const Method *callee;
1129 &callee)) {
1235 const Method *callee = NULL;
1237 findBlockBoundary(method, insn, target, &target, &isInvoke, &callee);
1259 /* Monomorphic callee */
1260 if (callee) {
1263 newBB->containingMethod = callee;