Home
last modified time | relevance | path

Searched refs:return_offset (Results 1 – 12 of 12) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_formref.c39 __libdw_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset) in __libdw_formref() argument
59 *return_offset = *attr->valp; in __libdw_formref()
65 *return_offset = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); in __libdw_formref()
71 *return_offset = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); in __libdw_formref()
77 *return_offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); in __libdw_formref()
83 get_uleb128 (*return_offset, datap, endp); in __libdw_formref()
106 dwarf_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset) in dwarf_formref() argument
111 return __libdw_formref (attr, return_offset); in dwarf_formref()
Dlibdw.h521 extern int dwarf_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset)
DlibdwP.h763 extern int __libdw_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset)
/third_party/node/deps/v8/src/maglev/
Dmaglev-code-generator.cc398 const int return_offset = 0; in EmitEagerDeopt() local
402 code_gen_state_.register_count(), return_offset, return_count); in EmitEagerDeopt()
418 int return_offset; in EmitLazyDeopt() local
421 return_offset = 0; in EmitLazyDeopt()
431 return_offset = code_gen_state_.register_count() + in EmitLazyDeopt()
435 return_offset = code_gen_state_.register_count() - in EmitLazyDeopt()
442 code_gen_state_.register_count(), return_offset, return_count); in EmitLazyDeopt()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pack.c728 assert(!ctx->info.bifrost->blend[loc].return_offset); in bi_collect_blend_ret_addr()
729 ctx->info.bifrost->blend[loc].return_offset = in bi_collect_blend_ret_addr()
731 assert(!(ctx->info.bifrost->blend[loc].return_offset & 0x7)); in bi_collect_blend_ret_addr()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h223 uint32_t return_offset; member
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc1063 int return_offset = 0; in BuildTranslationForFrameStateDescriptor() local
1066 return_offset = static_cast<int>(state_combine.GetOffsetToPokeAt()); in BuildTranslationForFrameStateDescriptor()
1070 return_offset, return_count); in BuildTranslationForFrameStateDescriptor()
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1116 uint32_t return_offset = offset - padding; in anv_state_pool_alloc_no_vg() local
1117 anv_state_pool_return_chunk(pool, return_offset, padding, 0); in anv_state_pool_alloc_no_vg()
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1995 constexpr int return_offset = in Generate_ContinueToBuiltinHelper() local
1999 __ add(x0, x0, return_offset); in Generate_ContinueToBuiltinHelper()
2002 __ sub(x0, x0, return_offset); in Generate_ContinueToBuiltinHelper()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blitter.c638 shader->blend_ret_offsets[i] = shader->info.bifrost.blend[i].return_offset; in pan_blitter_get_blit_shader()
/third_party/node/deps/v8/src/execution/
Disolate.cc1956 int return_offset = static_cast<int>(frame->pc() - instruction_start); in ThrowInternal() local
1957 int handler_offset = table.LookupReturn(return_offset); in ThrowInternal()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c419 unsigned ret_offset = fs->info.bifrost.blend[i].return_offset; in panfrost_emit_blend()