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,
227 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
244 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
259 StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
383 // The generated code does not accept smi keys.
384 // The generated code falls through if both probes miss.
387 Code::Kind kind,
388 Code::ExtraICState extra_state) {
396 Code::Flags flags = Code::ComputeFlags(kind,
492 Code::ExtraICState extra_state) {
558 Code::ExtraICState extra_ic_state) {
566 GenerateMonomorphicCacheProbe(masm, argc, Code::CALL_IC, extra_ic_state);
656 Code::KEYED_CALL_IC,
657 Code::kNoExtraICState);
706 Code::Flags flags =
707 Code::ComputeFlags(Code::LOAD_IC, MONOMORPHIC);
1365 // Condition code from comparing key and array length is still available.
1386 // Add 1 to key, and go to common element store code for doubles.
1472 ASSERT(receiver_map.is(r3)); // Transition code expects map in r3
1484 ASSERT(receiver_map.is(r3)); // Transition code expects map in r3
1498 ASSERT(receiver_map.is(r3)); // Transition code expects map in r3
1515 Code::Flags flags =
1516 Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode);
1667 Handle<Code> rewritten;
1691 // Activate inlined smi code.
1710 // condition code uses at the patched jump.
1713 Assembler::GetCmpImmediateRegister(instr).code() * kOff12Mask;
1733 ASSERT_EQ(Assembler::GetRn(instr_at_patch).code(),
1734 Assembler::GetRm(instr_at_patch).code());