Searched defs:restore_context (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/arm/
H A Dcode-stubs-arm.cc3113 bool restore_context = context_restore_operand != NULL; local
3114 if (restore_context) {
3123 __ LeaveExitFrame(false, r4, !restore_context, stack_space_operand != NULL);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc3388 bool restore_context = context_restore_operand != NULL; local
3389 if (restore_context) {
3397 __ LeaveExitFrame(false, x1, !restore_context);
H A Dmacro-assembler-arm64.cc2802 bool restore_context) {
2810 if (restore_context) {
2800 LeaveExitFrame(bool restore_doubles, const Register& scratch, bool restore_context) argument
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc3072 bool restore_context = context_restore_operand != NULL; local
3073 if (restore_context) {
3079 __ LeaveApiExitFrame(!restore_context);
H A Dmacro-assembler-ia32.cc1178 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) { argument
1181 if (restore_context) {
1195 void MacroAssembler::LeaveApiExitFrame(bool restore_context) { argument
1199 LeaveExitFrameEpilogue(restore_context);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc3311 bool restore_context = context_restore_operand != NULL; local
3312 if (restore_context) {
3322 __ LeaveExitFrame(false, s0, !restore_context, NO_EMIT_RETURN,
H A Dmacro-assembler-mips.cc5456 bool restore_context, bool do_return,
5473 if (restore_context) {
5455 LeaveExitFrame(bool save_doubles, Register argument_count, bool restore_context, bool do_return, bool argument_count_is_length) argument
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc3321 bool restore_context = context_restore_operand != NULL; local
3322 if (restore_context) {
3331 __ LeaveExitFrame(false, s0, !restore_context, NO_EMIT_RETURN,
H A Dmacro-assembler-mips64.cc5796 bool restore_context, bool do_return,
5815 if (restore_context) {
5795 LeaveExitFrame(bool save_doubles, Register argument_count, bool restore_context, bool do_return, bool argument_count_is_length) argument
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc3281 bool restore_context = context_restore_operand != NULL; local
3282 if (restore_context) {
3291 __ LeaveExitFrame(false, r14, !restore_context, stack_space_operand != NULL);
H A Dmacro-assembler-ppc.cc1213 bool restore_context,
1232 if (restore_context) {
1212 LeaveExitFrame(bool save_doubles, Register argument_count, bool restore_context, bool argument_count_is_length) argument
/external/v8/src/s390/
H A Dcode-stubs-s390.cc3231 bool restore_context = context_restore_operand != NULL; local
3232 if (restore_context) {
3241 __ LeaveExitFrame(false, r6, !restore_context, stack_space_operand != NULL);
H A Dmacro-assembler-s390.cc1121 bool restore_context,
1137 if (restore_context) {
1120 LeaveExitFrame(bool save_doubles, Register argument_count, bool restore_context, bool argument_count_is_length) argument
/external/v8/src/x64/
H A Dcode-stubs-x64.cc3051 bool restore_context = context_restore_operand != NULL; local
3052 if (restore_context) {
3058 __ LeaveApiExitFrame(!restore_context);
H A Dmacro-assembler-x64.cc4547 void MacroAssembler::LeaveApiExitFrame(bool restore_context) { argument
4551 LeaveExitFrameEpilogue(restore_context);
4555 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) { argument
4559 if (restore_context) {
/external/v8/src/x87/
H A Dcode-stubs-x87.cc3627 bool restore_context = context_restore_operand != NULL; local
3628 if (restore_context) {
3634 __ LeaveApiExitFrame(!restore_context);
H A Dmacro-assembler-x87.cc1120 void MacroAssembler::LeaveExitFrameEpilogue(bool restore_context) { argument
1123 if (restore_context) {
1137 void MacroAssembler::LeaveApiExitFrame(bool restore_context) { argument
1141 LeaveExitFrameEpilogue(restore_context);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c593 void VG_(restore_context)(ThreadId tid, vki_ucontext_t *uc, CorePart part, function
599 VG_TRACK(pre_mem_read, part, tid, "restore_context(uc->uc_flags)",
603 VG_TRACK(pre_mem_read, part, tid, "restore_context(uc->uc_link)",
611 VG_TRACK(pre_mem_read, part, tid, "restore_context(uc->uc_sigmask)",
621 VG_TRACK(pre_mem_read, part, tid, "restore_context(uc->uc_stack)",
628 VG_(dmsg)("restore_context, sigaltstack: tid %u, "
4943 VG_(restore_context)(tid, (vki_ucontext_t*)ARG2,
7058 VG_(restore_context)(). */
7067 VG_(restore_context)(ctid, (vki_ucontext_t*)ARG1, Vg_CoreSysCall,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2049 static void restore_context(MACROBLOCK *const x, int mi_row, int mi_col, function
2608 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize);
2712 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize);
2732 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize);
2770 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize);
3343 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize);
3420 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize);
3468 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize);
3512 restore_context(x, mi_row, mi_col, a, l, sa, sl, bsize);

Completed in 577 milliseconds