Home
last modified time | relevance | path

Searched refs:restore_context (Results 1 – 25 of 27) sorted by relevance

12

/external/valgrind/coregrind/
Dpub_core_syswrap.h93 extern void VG_(restore_context)(ThreadId tid, vki_ucontext_t *uc,
/external/v8/src/x87/
Dmacro-assembler-x87.h239 void LeaveApiExitFrame(bool restore_context);
894 void LeaveExitFrameEpilogue(bool restore_context);
Dmacro-assembler-x87.cc984 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) { in LeaveExitFrameEpilogue() argument
987 if (restore_context) { in LeaveExitFrameEpilogue()
1001 void MacroAssembler::LeaveApiExitFrame(bool restore_context) { in LeaveApiExitFrame() argument
1005 LeaveExitFrameEpilogue(restore_context); in LeaveApiExitFrame()
Dcode-stubs-x87.cc5075 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
5076 if (restore_context) { in CallApiFunctionAndReturn()
5082 __ LeaveApiExitFrame(!restore_context); in CallApiFunctionAndReturn()
/external/v8/src/ia32/
Dmacro-assembler-ia32.h239 void LeaveApiExitFrame(bool restore_context);
914 void LeaveExitFrameEpilogue(bool restore_context);
Dmacro-assembler-ia32.cc1018 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) { in LeaveExitFrameEpilogue() argument
1021 if (restore_context) { in LeaveExitFrameEpilogue()
1035 void MacroAssembler::LeaveApiExitFrame(bool restore_context) { in LeaveApiExitFrame() argument
1039 LeaveExitFrameEpilogue(restore_context); in LeaveApiExitFrame()
Dcode-stubs-ia32.cc5395 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
5396 if (restore_context) { in CallApiFunctionAndReturn()
5402 __ LeaveApiExitFrame(!restore_context); in CallApiFunctionAndReturn()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1339 static void restore_context(MACROBLOCK *const x, int mi_row, int mi_col, in restore_context() function
1912 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize); in rd_use_partition()
2023 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize); in rd_use_partition()
2043 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize); in rd_use_partition()
2083 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize); in rd_use_partition()
2567 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize); in rd_pick_partition()
2642 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize); in rd_pick_partition()
2695 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize); in rd_pick_partition()
2744 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize); in rd_pick_partition()
/external/v8/src/x64/
Dmacro-assembler-x64.h346 void LeaveApiExitFrame(bool restore_context);
1608 void LeaveExitFrameEpilogue(bool restore_context);
Dmacro-assembler-x64.cc4370 void MacroAssembler::LeaveApiExitFrame(bool restore_context) { in LeaveApiExitFrame() argument
4374 LeaveExitFrameEpilogue(restore_context); in LeaveApiExitFrame()
4378 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) { in LeaveExitFrameEpilogue() argument
4382 if (restore_context) { in LeaveExitFrameEpilogue()
Dcode-stubs-x64.cc5134 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
5135 if (restore_context) { in CallApiFunctionAndReturn()
5141 __ LeaveApiExitFrame(!restore_context); in CallApiFunctionAndReturn()
/external/v8/src/arm/
Dmacro-assembler-arm.h591 bool restore_context,
Dmacro-assembler-arm.cc1179 bool restore_context, in LeaveExitFrame() argument
1198 if (restore_context) { in LeaveExitFrame()
Dcode-stubs-arm.cc5172 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
5173 if (restore_context) { in CallApiFunctionAndReturn()
5182 __ LeaveExitFrame(false, r4, !restore_context, stack_space_operand != NULL); in CallApiFunctionAndReturn()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h418 bool restore_context,
Dcode-stubs-ppc.cc5412 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
5413 if (restore_context) { in CallApiFunctionAndReturn()
5422 __ LeaveExitFrame(false, r14, !restore_context, stack_space_operand != NULL); in CallApiFunctionAndReturn()
Dmacro-assembler-ppc.cc975 bool restore_context, in LeaveExitFrame() argument
994 if (restore_context) { in LeaveExitFrame()
/external/v8/src/mips/
Dmacro-assembler-mips.h920 bool restore_context, bool do_return = NO_EMIT_RETURN,
Dcode-stubs-mips.cc5388 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
5389 if (restore_context) { in CallApiFunctionAndReturn()
5399 __ LeaveExitFrame(false, s0, !restore_context, NO_EMIT_RETURN, in CallApiFunctionAndReturn()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc5618 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
5619 if (restore_context) { in CallApiFunctionAndReturn()
5627 __ LeaveExitFrame(false, x1, !restore_context); in CallApiFunctionAndReturn()
Dmacro-assembler-arm64.h1669 bool restore_context);
Dmacro-assembler-arm64.cc2808 bool restore_context) { in LeaveExitFrame() argument
2816 if (restore_context) { in LeaveExitFrame()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h987 bool restore_context, bool do_return = NO_EMIT_RETURN,
Dcode-stubs-mips64.cc5416 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local
5417 if (restore_context) { in CallApiFunctionAndReturn()
5426 __ LeaveExitFrame(false, s0, !restore_context, NO_EMIT_RETURN, in CallApiFunctionAndReturn()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c592 void VG_(restore_context)(ThreadId tid, vki_ucontext_t *uc, CorePart part, in VG_() argument
4783 VG_(restore_context)(tid, (vki_ucontext_t*)ARG2, in PRE()
6663 VG_(restore_context)(ctid, (vki_ucontext_t*)ARG1, Vg_CoreSysCall,

12