Home
last modified time | relevance | path

Searched refs:return_pc (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/x64/
Dbuiltins-x64.cc646 Register return_pc = scratch2; in LeaveInterpreterFrame() local
658 __ PopReturnAddressTo(return_pc); in LeaveInterpreterFrame()
660 __ PushReturnAddressFrom(return_pc); in LeaveInterpreterFrame()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc584 Register return_pc = scratch2; in LeaveInterpreterFrame() local
596 __ pop(return_pc); in LeaveInterpreterFrame()
598 __ push(return_pc); in LeaveInterpreterFrame()