Searched defs:stack_offset (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/compiler/
H A Dc-linkage.cc203 int stack_offset = STACK_SHADOW_WORDS; local
205 int stack_offset = 0; local
213 LinkageLocation::ForCallerFrameSlot(-1 - stack_offset));
214 stack_offset++;
H A Dwasm-linkage.cc166 stack_offset(0) {}
176 int stack_offset; member in struct:v8::internal::wasm::__anon17362::Allocator
195 int offset = -1 - stack_offset;
196 stack_offset += Words(type);
204 int offset = -1 - stack_offset;
205 stack_offset += Words(type);
313 params.stack_offset, // stack_parameter_count
384 params.stack_offset, // stack_parameter_count
/external/jemalloc/src/
H A Dtcache.c317 size_t size, stack_offset; local
323 stack_offset = size;
340 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
347 (uintptr_t)stack_offset);
/external/mesa3d/src/mesa/x86/rtasm/
H A Dx86sse.h22 unsigned stack_offset; member in struct:x86_function
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h56 unsigned stack_offset:16; member in struct:x86_function
/external/v8/src/x87/
H A Dcodegen-x87.cc119 int stack_offset = 0; // Update if we change the stack height. local
125 stack_offset += 2 * kPointerSize;
129 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
130 __ mov(src, Operand(esp, stack_offset + kSourceOffset));
131 __ mov(count, Operand(esp, stack_offset + kSizeOffset));
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp546 int stack_offset, insn_len; local
619 if (mov_reg_to_local_stack_frame_p (machine_regno, stack_offset) && nonvolatile_reg_p (machine_regno))
636 if (sub_rsp_pattern_p (stack_offset))
638 current_sp_bytes_offset_from_cfa += stack_offset;
/external/v8/src/ia32/
H A Dcodegen-ia32.cc189 int stack_offset = 0; // Update if we change the stack height. local
195 stack_offset += 2 * kPointerSize;
200 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset));
201 __ mov(src, Operand(esp, stack_offset + kSourceOffset));
202 __ mov(count, Operand(esp, stack_offset + kSizeOffset));
/external/v8/test/cctest/compiler/
H A Dtest-run-native-calls.cc121 stack_offset(0) {}
131 int stack_offset; member in struct:v8::internal::compiler::__anon17550::Allocator
144 int offset = -1 - stack_offset;
145 stack_offset += StackWords(type);
153 int offset = -1 - stack_offset;
154 stack_offset += StackWords(type);
166 stack_offset = 0;
198 int stack_param_count = params.stack_offset;
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.cc1792 int16_t stack_offset = num_to_push * kPointerSize; local
1794 Dsubu(sp, sp, Operand(stack_offset));
1797 stack_offset -= kPointerSize;
1798 sd(ToRegister(i), MemOperand(sp, stack_offset));
1806 int16_t stack_offset = num_to_push * kPointerSize; local
1808 Dsubu(sp, sp, Operand(stack_offset));
1811 stack_offset -= kPointerSize;
1812 sd(ToRegister(i), MemOperand(sp, stack_offset));
1819 int16_t stack_offset = 0; local
1823 ld(ToRegister(i), MemOperand(sp, stack_offset));
1832 int16_t stack_offset = 0; local
1846 int16_t stack_offset = num_to_push * kDoubleSize; local
1860 int16_t stack_offset = num_to_push * kDoubleSize; local
1873 int16_t stack_offset = 0; local
1886 int16_t stack_offset = 0; local
6165 int stack_offset, fp_offset; local
[all...]
/external/v8/src/s390/
H A Dmacro-assembler-s390.cc202 int16_t stack_offset = num_to_push * kPointerSize; local
204 SubP(location, location, Operand(stack_offset));
207 stack_offset -= kPointerSize;
208 StoreP(ToRegister(i), MemOperand(location, stack_offset));
214 int16_t stack_offset = 0; local
218 LoadP(ToRegister(i), MemOperand(location, stack_offset));
219 stack_offset += kPointerSize;
222 AddP(location, location, Operand(stack_offset));
227 int16_t stack_offset = num_to_push * kDoubleSize; local
229 SubP(location, location, Operand(stack_offset));
240 int16_t stack_offset = 0; local
[all...]
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc1521 int16_t stack_offset = num_to_push * kPointerSize; local
1523 Subu(sp, sp, Operand(stack_offset));
1526 stack_offset -= kPointerSize;
1527 sw(ToRegister(i), MemOperand(sp, stack_offset));
1535 int16_t stack_offset = num_to_push * kPointerSize; local
1537 Subu(sp, sp, Operand(stack_offset));
1540 stack_offset -= kPointerSize;
1541 sw(ToRegister(i), MemOperand(sp, stack_offset));
1548 int16_t stack_offset = 0; local
1552 lw(ToRegister(i), MemOperand(sp, stack_offset));
1561 int16_t stack_offset = 0; local
1575 int16_t stack_offset = num_to_push * kDoubleSize; local
1589 int16_t stack_offset = num_to_push * kDoubleSize; local
1602 int16_t stack_offset = 0; local
1615 int16_t stack_offset = 0; local
5891 int stack_offset, fp_offset; local
[all...]
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.cc225 int16_t stack_offset = num_to_push * kPointerSize; local
227 subi(location, location, Operand(stack_offset));
230 stack_offset -= kPointerSize;
231 StoreP(ToRegister(i), MemOperand(location, stack_offset));
238 int16_t stack_offset = 0; local
242 LoadP(ToRegister(i), MemOperand(location, stack_offset));
243 stack_offset += kPointerSize;
246 addi(location, location, Operand(stack_offset));
252 int16_t stack_offset = num_to_push * kDoubleSize; local
254 subi(location, location, Operand(stack_offset));
266 int16_t stack_offset = 0; local
[all...]

Completed in 532 milliseconds