/external/v8/src/compiler/ |
H A D | c-linkage.cc | 203 int stack_offset = STACK_SHADOW_WORDS; local 205 int stack_offset = 0; local 213 LinkageLocation::ForCallerFrameSlot(-1 - stack_offset)); 214 stack_offset++;
|
H A D | wasm-linkage.cc | 166 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 D | tcache.c | 317 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 D | x86sse.h | 22 unsigned stack_offset; member in struct:x86_function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
H A D | rtasm_x86sse.h | 56 unsigned stack_offset:16; member in struct:x86_function
|
/external/v8/src/x87/ |
H A D | codegen-x87.cc | 119 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 D | UnwindAssembly-x86.cpp | 546 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 D | codegen-ia32.cc | 189 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 D | test-run-native-calls.cc | 121 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 D | macro-assembler-mips64.cc | 1792 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 D | macro-assembler-s390.cc | 202 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 D | macro-assembler-mips.cc | 1521 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 D | macro-assembler-ppc.cc | 225 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...] |