Home | History | Annotate | Download | only in mips

Lines Matching refs:ic

959     Handle<Code> ic = CompareIC::GetUninitialized(Token::EQ_STRICT);
960 CallIC(ic, RelocInfo::CODE_TARGET, clause->CompareId());
1252 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1253 CallIC(ic, mode);
1323 // Record position before possible IC call.
1336 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1337 CallIC(ic, RelocInfo::CODE_TARGET_CONTEXT);
1548 Handle<Code> ic = is_classic_mode()
1551 CallIC(ic, RelocInfo::CODE_TARGET, key->id());
1796 // Record source position before possible IC call.
1822 // Call load IC. It has arguments receiver and property name a0 and a2.
1823 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
1824 CallIC(ic, RelocInfo::CODE_TARGET, prop->id());
1831 // Call keyed load IC. It has arguments key and receiver in a0 and a1.
1832 Handle<Code> ic
1833 CallIC(ic, RelocInfo::CODE_TARGET, prop->id());
1982 Handle<Code> ic = is_classic_mode()
1985 CallIC(ic);
1995 Handle<Code> ic = is_classic_mode()
1998 CallIC(ic);
2013 Handle<Code> ic = is_classic_mode()
2016 CallIC(ic, RelocInfo::CODE_TARGET_CONTEXT);
2104 // Assignment to a property, using a named store IC.
2120 // Record source code position before IC call.
2132 Handle<Code> ic = is_classic_mode()
2135 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
2153 // Assignment to a property, using a keyed store IC.
2167 // Record source code position before IC call.
2169 // Call keyed store IC.
2184 Handle<Code> ic = is_classic_mode()
2187 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
2233 // Code common for calls using the IC.
2244 // Call the IC initialization code.
2245 Handle<Code> ic =
2247 CallIC(ic, mode, expr->id());
2266 // Code common for calls using the IC.
2276 // Call the IC initialization code.
2277 Handle<Code> ic =
2280 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
2386 // Push global object as receiver for the call IC.
3793 Handle<Code> ic =
3795 CallIC(ic, mode, expr->id());
4092 Handle<Code> ic = is_classic_mode()
4095 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
4110 Handle<Code> ic = is_classic_mode()
4113 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());
4136 Handle<Code> ic = isolate()->builtins()->LoadIC_Initialize();
4139 CallIC(ic);
4314 // Record position and call the compare IC.
4316 Handle<Code> ic = CompareIC::GetUninitialized(op);
4317 CallIC(ic, RelocInfo::CODE_TARGET, expr->id());