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,
344 // The generated code does not accept smi keys.
345 // The generated code falls through if both probes miss.
348 Code::Kind kind,
349 Code::ExtraICState extra_state) {
357 Code::Flags flags = Code::ComputeFlags(kind,
360 Code::NORMAL,
451 Code::ExtraICState extra_state) {
515 Code::ExtraICState extra_ic_state) {
523 GenerateMonomorphicCacheProbe(masm, argc, Code::CALL_IC, extra_ic_state);
612 Code::KEYED_CALL_IC,
613 Code::kNoExtraICState);
658 Code::Flags flags = Code::ComputeFlags(
659 Code::STUB, MONOMORPHIC, Code::kNoExtraICState,
660 Code::NORMAL, Code::LOAD_IC);
1263 ASSERT(receiver_map.is(a3)); // Transition code expects map in a3
1277 ASSERT(receiver_map.is(a3)); // Transition code expects map in a3
1293 ASSERT(receiver_map.is(a3)); // Transition code expects map in a3
1357 // Condition code from comparing key and array length is still available.
1499 Code::Flags flags = Code::ComputeFlags(
1500 Code::STUB, MONOMORPHIC, strict_mode,
1501 Code::NORMAL, Code::STORE_IC);
1600 Assembler::GetRt(instr) == static_cast<uint32_t>(zero_reg.code());
1612 Assembler::GetRt(instr) == static_cast<uint32_t>(zero_reg.code()))) {
1617 // condition code uses at the patched jump.