Lines Matching refs:entry
307 // Code targets. Instead, we dispatch through the builtins entry table.
324 // its (off-heap) entry point directly without going through the (on-heap)
330 // Not an off-heap trampoline, the entry point is at
336 // An off-heap trampoline, the entry point is loaded from the builtin
337 // entry table.
423 Label loop, entry;
426 b(&entry);
431 bind(&entry);
436 b(&entry);
440 bind(&entry);
1445 // Reserve room for saved entry sp.
1942 // should remove this need and make the runtime routine entry code
1958 // should remove this need and make the runtime routine entry code
1977 void MacroAssembler::JumpToOffHeapInstructionStream(Address entry) {
1978 mov(kOffHeapTrampolineRegister, Operand(entry, RelocInfo::OFF_HEAP_TARGET));