Home | History | Annotate | Download | only in arm

Lines Matching refs:ic

948     Handle<Code> ic = CompareIC::GetUninitialized(Token::EQ_STRICT);
949 CallIC(ic, RelocInfo::CODE_TARGET, clause->CompareId());
1246 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1247 CallIC(ic, mode);
1317 // Record position before possible IC call.
1330 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1331 CallIC(ic, RelocInfo::CODE_TARGET_CONTEXT);
1539 Handle<Code> ic = is_classic_mode()
1542 CallIC(ic, RelocInfo::CODE_TARGET, key->id());
1783 // Record source position before possible IC call.
1808 // Call load IC. It has arguments receiver and property name r0 and r2.
1809 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1810 CallIC(ic, RelocInfo::CODE_TARGET, prop->id());
1816 // Call keyed load IC. It has arguments key and receiver in r0 and r1.
1817 Handle<Code> ic = isolate()->builtins()->KeyedLoadIC_Initialize();
1818 CallIC(ic, RelocInfo::CODE_TARGET, prop->id());
1966 Handle<Code> ic = is_classic_mode()
1969 CallIC(ic);
1979 Handle<Code> ic = is_classic_mode()
1982 CallIC(ic);
1996 Handle<Code> ic = is_classic_mode()
1999 CallIC(ic, RelocInfo::CODE_TARGET_CONTEXT);
2087 // Assignment to a property, using a named store IC.
2103 // Record source code position before IC call.
2114 Handle<Code> ic = is_classic_mode()
2117 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
2135 // Assignment to a property, using a keyed store IC.
2149 // Record source code position before IC call.
2160 Handle<Code> ic = is_classic_mode()
2163 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
2208 // Code common for calls using the IC.
2219 // Call the IC initialization code.
2220 Handle<Code> ic =
2222 CallIC(ic, mode, expr->id());
2241 // Code common for calls using the IC.
2251 // Call the IC initialization code.
2252 Handle<Code> ic =
2255 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
2362 // Push global object as receiver for the call IC.
3752 Handle<Code> ic =
3754 CallIC(ic, mode, expr->id());
4049 Handle<Code> ic = is_classic_mode()
4052 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
4066 Handle<Code> ic = is_classic_mode()
4069 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
4092 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
4095 CallIC(ic);
4275 IC.
4277 Handle<Code> ic = CompareIC::GetUninitialized(op);
4278 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());