Home | History | Annotate | Download | only in ia32

Lines Matching refs:ic

917     Handle<Code> ic = CompareIC::GetUninitialized(Token::EQ_STRICT);
918 CallIC(ic, RelocInfo::CODE_TARGET, clause->CompareId());
1196 // load IC call.
1199 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1203 CallIC(ic, mode);
1270 // Record position before possible IC call.
1283 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1284 CallIC(ic, RelocInfo::CODE_TARGET_CONTEXT);
1493 Handle<Code> ic = is_classic_mode()
1496 CallIC(ic, RelocInfo::CODE_TARGET, key->id());
1741 // Record source position before possible IC call.
1767 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1768 CallIC(ic, RelocInfo::CODE_TARGET, prop->id());
1774 Handle<Code> ic = isolate()->builtins()->KeyedLoadIC_Initialize();
1775 CallIC(ic, RelocInfo::CODE_TARGET, prop->id());
1919 Handle<Code> ic = is_classic_mode()
1922 CallIC(ic);
1932 Handle<Code> ic = is_classic_mode()
1935 CallIC(ic);
1949 Handle<Code> ic = is_classic_mode()
1952 CallIC(ic, RelocInfo::CODE_TARGET_CONTEXT);
2035 // Assignment to a property, using a named store IC.
2050 // Record source code position before IC call.
2058 Handle<Code> ic = is_classic_mode()
2061 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
2077 // Assignment to a property, using a keyed store IC.
2096 // Record source code position before IC call.
2098 Handle<Code> ic = is_classic_mode()
2101 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
2148 // Code common for calls using the IC.
2157 // Record source position of the IC call.
2159 Handle<Code> ic =
2161 CallIC(ic, mode, expr->id());
2188 // Record source position of the IC call.
2190 Handle<Code> ic =
2193 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
2304 // Push global object as receiver for the call IC.
3725 // Call the JS runtime function via a call IC.
3728 Handle<Code> ic =
3730 CallIC(ic, mode, expr->id());
4039 Handle<Code> ic = is_classic_mode()
4042 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
4056 Handle<Code> ic = is_classic_mode()
4059 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
4084 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
4087 CallIC(ic);
4264 // Record position and call the compare IC.
4266 Handle<Code> ic = CompareIC::GetUninitialized(op);
4267 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());