Home | History | Annotate | Download | only in ia32

Lines Matching refs:JSFunction

516         __ cmp(esi, FieldOperand(func, JSFunction::kContextOffset));
519 __ call(FieldOperand(func, JSFunction::kCodeEntryOffset));
529 __ cmp(esi, FieldOperand(func, JSFunction::kContextOffset));
538 __ jmp(FieldOperand(func, JSFunction::kCodeEntryOffset));
1627 // stack and the JSFunction and context in EDI and ESI, respectively, thus
1637 // [edi = JSFunction, esi = context]
1827 // Canonicalize JSFunction return sites for now.