/external/valgrind/coregrind/ |
D | pub_core_syswrap.h | 93 extern void VG_(restore_context)(ThreadId tid, vki_ucontext_t *uc,
|
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 239 void LeaveApiExitFrame(bool restore_context); 894 void LeaveExitFrameEpilogue(bool restore_context);
|
D | macro-assembler-x87.cc | 984 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()
|
D | code-stubs-x87.cc | 5075 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/ |
D | macro-assembler-ia32.h | 239 void LeaveApiExitFrame(bool restore_context); 914 void LeaveExitFrameEpilogue(bool restore_context);
|
D | macro-assembler-ia32.cc | 1018 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()
|
D | code-stubs-ia32.cc | 5395 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/ |
D | vp9_encodeframe.c | 1339 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/ |
D | macro-assembler-x64.h | 346 void LeaveApiExitFrame(bool restore_context); 1608 void LeaveExitFrameEpilogue(bool restore_context);
|
D | macro-assembler-x64.cc | 4370 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()
|
D | code-stubs-x64.cc | 5134 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/ |
D | macro-assembler-arm.h | 591 bool restore_context,
|
D | macro-assembler-arm.cc | 1179 bool restore_context, in LeaveExitFrame() argument 1198 if (restore_context) { in LeaveExitFrame()
|
D | code-stubs-arm.cc | 5172 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/ |
D | macro-assembler-ppc.h | 418 bool restore_context,
|
D | code-stubs-ppc.cc | 5412 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()
|
D | macro-assembler-ppc.cc | 975 bool restore_context, in LeaveExitFrame() argument 994 if (restore_context) { in LeaveExitFrame()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 920 bool restore_context, bool do_return = NO_EMIT_RETURN,
|
D | code-stubs-mips.cc | 5388 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/ |
D | code-stubs-arm64.cc | 5618 bool restore_context = context_restore_operand != NULL; in CallApiFunctionAndReturn() local 5619 if (restore_context) { in CallApiFunctionAndReturn() 5627 __ LeaveExitFrame(false, x1, !restore_context); in CallApiFunctionAndReturn()
|
D | macro-assembler-arm64.h | 1669 bool restore_context);
|
D | macro-assembler-arm64.cc | 2808 bool restore_context) { in LeaveExitFrame() argument 2816 if (restore_context) { in LeaveExitFrame()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 987 bool restore_context, bool do_return = NO_EMIT_RETURN,
|
D | code-stubs-mips64.cc | 5416 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/ |
D | syswrap-solaris.c | 592 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,
|