Home | History | Annotate | Download | only in arm

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
65 // Generated code falls through if the receiver is a regular non-global
118 // The generated code assumes that the receiver has slow properties,
167 // The generated code assumes that the receiver has slow properties,
339 // The generated code does not accept smi keys.
340 // The generated code falls through if both probes miss.
343 Code::Kind kind,
344 Code::ExtraICState extra_state) {
352 Code::Flags flags = Code::ComputeFlags(kind,
355 Code::NORMAL,
448 Code::ExtraICState extra_state) {
514 Code::ExtraICState extra_ic_state) {
522 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);
1341 ASSERT(receiver_map.is(r3)); // Transition code expects map in r3
1355 ASSERT(receiver_map.is(r3)); // Transition code expects map in r3
1371 ASSERT(receiver_map.is(r3)); // Transition code expects map in r3
1438 // Condition code from comparing key and array length is still available.
1489 Code::Flags flags = Code::ComputeFlags(
1490 Code::STUB, MONOMORPHIC, strict_mode,
1491 Code::NORMAL, Code::STORE_IC);
1608 // condition code uses at the patched jump.
1611 Assembler::GetCmpImmediateRegister(instr).code() * kOff12Mask;
1642 ASSERT_EQ(Assembler::GetRn(instr_at_patch).code(),
1643 Assembler::GetRm(instr_at_patch).code());