Home | History | Annotate | Download | only in mips

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
35 #include "code-stubs.h"
62 // Generated code falls through if the receiver is a regular non-global
114 // The generated code assumes that the receiver has slow properties,
167 // The generated code assumes that the receiver has slow properties,
229 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
246 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
261 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
385 // The generated code does not accept smi keys.
386 // The generated code falls through if both probes miss.
389 Code::Kind kind,
390 Code::ExtraICState extra_state) {
398 Code::Flags flags = Code::ComputeFlags(kind,
492 Code::ExtraICState extra_state) {
556 Code::ExtraICState extra_ic_state) {
564 GenerateMonomorphicCacheProbe(masm, argc, Code::CALL_IC, extra_ic_state);
653 Code::KEYED_CALL_IC,
654 Code::kNoExtraICState);
703 Code::Flags flags = Code::ComputeFlags(Code::LOAD_IC, MONOMORPHIC);
1250 // Condition code from comparing key and array length is still available.
1269 // Add 1 to key, and go to common element store code for doubles.
1357 ASSERT(receiver_map.is(a3)); // Transition code expects map in a3
1369 ASSERT(receiver_map.is(a3)); // Transition code expects map in a3
1383 ASSERT(receiver_map.is(a3)); // Transition code expects map in a3
1516 Code::Flags flags =
1517 Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode);
1665 Handle<Code> rewritten;
1689 // Activate inlined smi code.
1704 Assembler::GetRt(instr) == (uint32_t)zero_reg.code())) {
1709 // condition code uses at the patched jump.