Lines Matching defs:start
140 // r4: Pointer to start of arguments.
263 // r4: Pointer to start of argument.
1763 // Load builtin index (stored as a Smi) and use it to get the builtin start
1847 __ add(r0, r0, Operand(Code::kHeaderSize - kHeapObjectTag)); // Code start
2147 // -- r2 : start index (to support rest parameters)
2179 // -- r2 : start index (to support rest parameters)
2182 // -- r5 : number of arguments to copy, i.e. arguments count - start index
3564 Label start;
3565 __ bind(&start);
3688 // If the bytecode offset is kFunctionEntryOffset, get the start address of
3706 // Retry from the start after installing baseline code.
3707 __ b(&start);