Searched refs:stack_base (Results 1 – 10 of 10) sorted by relevance
/external/grpc-grpc/tools/interop_matrix/ |
D | create_matrix_images.py | 147 def build_image_jobspec(runtime, env, gcr_tag, stack_base): argument 161 image_builder_path = os.path.join(stack_base, _IMAGE_BUILDER) 210 stack_base = '' 212 stack_base = checkout_grpc_stack(lang, release) 218 env[var] = stack_base 221 job = build_image_jobspec(runtime, env, release, stack_base) 244 commit_log = os.path.join(stack_base, 'commit_log') 261 def maybe_apply_patches_on_git_tag(stack_base, lang, release): argument 278 ['git', 'apply', patch_file], cwd=stack_base, stderr=subprocess.STDOUT) 289 cwd=stack_base, [all …]
|
/external/google-breakpad/src/processor/ |
D | stackwalker_sparc.cc | 108 uint32_t stack_base; in GetCallerFrame() local 110 &stack_base) || stack_base <= 1) { in GetCallerFrame() 118 frame->context.g_r[30] = stack_base; in GetCallerFrame()
|
/external/v8/src/regexp/ |
D | regexp-macro-assembler.cc | 286 Address stack_base = stack_scope.stack()->stack_base(); in Execute() local 293 int output_size, Address stack_base, int direct_call, Isolate* isolate); in Execute() 297 output_size, stack_base, direct_call, isolate); in Execute() 353 Address* stack_base, in GrowStack() argument 357 Address old_stack_base = regexp_stack->stack_base(); in GrowStack() 358 DCHECK(old_stack_base == *stack_base); in GrowStack() 365 *stack_base = new_stack_base; in GrowStack()
|
D | regexp-stack.h | 47 Address stack_base() { in stack_base() function
|
/external/libffi/src/avr32/ |
D | ffi.c | 73 char *stack_base = stack + 20; in ffi_prep_args() local 101 addr = stack_base + stack_offset; in ffi_prep_args() 131 addr = stack_base + stack_offset; in ffi_prep_args() 171 printf("sp+%d: 0x%08x\n", i*4, ((unsigned int*)stack_base)[i]); in ffi_prep_args() 276 register char *stack_base = stack + 20; in ffi_prep_incoming_args_SYSV() local 310 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV() 340 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/avr32/ |
D | ffi.c | 73 char *stack_base = stack + 20; in ffi_prep_args() local 101 addr = stack_base + stack_offset; in ffi_prep_args() 131 addr = stack_base + stack_offset; in ffi_prep_args() 171 printf("sp+%d: 0x%08x\n", i*4, ((unsigned int*)stack_base)[i]); in ffi_prep_args() 276 register char *stack_base = stack + 20; in ffi_prep_incoming_args_SYSV() local 310 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV() 340 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV()
|
/external/arm-neon-tests/ |
D | retarget.c | 43 config.stack_base = SP; // inherit SP from the execution environment in __user_initial_stackheap()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.cc | 272 DCHECK_GE(source.stack_height(), stack_base); in InitMerge() 273 stack_state.resize(stack_base + arity, VarState(kWasmStmt)); in InitMerge() 307 for (uint32_t i = num_locals; i < stack_base; ++i) { in InitMerge() 406 uint32_t stack_base = stack_height - arity; in MergeStackWith() local 413 transfers.TransferStackSlot(target, target_stack_base + i, stack_base + i); in MergeStackWith()
|
D | liftoff-compiler.cc | 374 block->label_state.stack_base = __ num_locals(); in StartFunctionBody() 450 block->label_state.stack_base = __ cache_state()->stack_height(); in Block() 454 loop->label_state.stack_base = __ cache_state()->stack_height(); in Loop() 492 if_block->label_state.stack_base = __ cache_state()->stack_height(); in If()
|
D | liftoff-assembler.h | 125 uint32_t stack_base = 0; member
|