Searched defs:restore_context (Results 1 – 20 of 20) sorted by relevance
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1180 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) { in LeaveExitFrameEpilogue() 1197 void MacroAssembler::LeaveApiExitFrame(bool restore_context) { in LeaveApiExitFrame()
|
D | code-stubs-x87.cc | 4283 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1238 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) { in LeaveExitFrameEpilogue() 1255 void MacroAssembler::LeaveApiExitFrame(bool restore_context) { in LeaveApiExitFrame()
|
D | code-stubs-ia32.cc | 4483 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 4634 void MacroAssembler::LeaveApiExitFrame(bool restore_context) { in LeaveApiExitFrame() 4642 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) { in LeaveExitFrameEpilogue()
|
D | code-stubs-x64.cc | 4271 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1447 bool restore_context, in LeaveExitFrame()
|
D | code-stubs-arm.cc | 4356 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-solaris.c | 592 void VG_(restore_context)(ThreadId tid, vki_ucontext_t *uc, CorePart part, in VG_() argument
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1832 static void restore_context(MACROBLOCK *const x, int mi_row, int mi_col, in restore_context() function
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 1227 bool restore_context, in LeaveExitFrame()
|
D | code-stubs-ppc.cc | 4583 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 2861 bool restore_context) { in LeaveExitFrame()
|
D | code-stubs-arm64.cc | 4697 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 1132 bool restore_context, in LeaveExitFrame()
|
D | code-stubs-s390.cc | 4507 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 5819 bool restore_context, bool do_return, in LeaveExitFrame()
|
D | code-stubs-mips.cc | 4560 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 6171 bool restore_context, bool do_return, in LeaveExitFrame()
|
D | code-stubs-mips64.cc | 4582 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
|