Searched refs:func_offset (Results 1 – 3 of 3) sorted by relevance
165 my $func_offset = 8 * $num_stack_params;166 my $state_offset = $func_offset + 8;207 movq $func, $func_offset(%rsp)245 movq $func_offset(%rsp), %rax
470 static void out_func(ulong func_offset, int is_caller, const char *suffix) in out_func() argument475 (func_offset); in out_func()480 printf("%lx%s", func_offset, suffix); in out_func()
457 int func_offset = wasm_funs[num_imported_functions + func].code.offset(); in GetDecodedAsmJsOffsetTable() local460 DCHECK_IMPLIES(idx > 0, func_offset + e.byte_offset > in GetDecodedAsmJsOffsetTable()462 decoded_table->set_int(idx + kOTEByteOffset, func_offset + e.byte_offset); in GetDecodedAsmJsOffsetTable()