Home
last modified time | relevance | path

Searched defs:header (Results 1701 - 1725 of 2440) sorted by relevance

1...<<61626364656667686970>>...98

/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc197 State(const HeapObjectHeader& header, size_t state_count) in State() argument
201 const HeapObjectHeader* header() const { in header() function in v8::internal::final
321 State& GetOrCreateState(const HeapObjectHeader& header) { in GetOrCreateState() argument
435 AddNode(const HeapObjectHeader& header) AddNode() argument
441 AddEdge(State& parent, const HeapObjectHeader& header, const std::string& edge_name) AddEdge() argument
564 VisitHeapObjectHeader(HeapObjectHeader& header) VisitHeapObjectHeader() argument
780 VisitForVisibility(State* parent, const HeapObjectHeader& header) VisitForVisibility() argument
848 VisitRootForGraphBuilding( RootState& root, const HeapObjectHeader& header, const cppgc::SourceLocation& loc) VisitRootForGraphBuilding() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dsweeper.cc59 bool VisitHeapObjectHeader(HeapObjectHeader& header) { in VisitHeapObjectHeader() argument
202 void StickyUnmark(HeapObjectHeader* header) { in StickyUnmark() argument
226 void AddFinalizer(HeapObjectHeader* header, size_t size) { in AddFinalizer() argument
251 AddFinalizer(HeapObjectHeader* header, size_t size) AddFinalizer() argument
319 HeapObjectHeader* header = reinterpret_cast<HeapObjectHeader*>(begin); SweepNormalPage() local
573 HeapObjectHeader* header = page.ObjectHeader(); VisitLargePage() local
641 HeapObjectHeader* header = page.ObjectHeader(); VisitLargePage() local
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc527 PerfJitHeader header; in LogWriteHeader() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c42 struct tgsi_header header; in tgsi_build_header() local
198 tgsi_build_declaration_dimension(unsigned index_2d, struct tgsi_declaration *declaration, struct tgsi_header *header) tgsi_build_declaration_dimension() argument
227 tgsi_build_declaration_interp(unsigned interpolate, unsigned interpolate_location, struct tgsi_declaration *declaration, struct tgsi_header *header) tgsi_build_declaration_interp() argument
301 tgsi_build_declaration_image(unsigned texture, unsigned format, unsigned raw, unsigned writable, struct tgsi_declaration *declaration, struct tgsi_header *header) tgsi_build_declaration_image() argument
336 tgsi_build_declaration_sampler_view(unsigned texture, unsigned return_type_x, unsigned return_type_y, unsigned return_type_z, unsigned return_type_w, struct tgsi_declaration *declaration, struct tgsi_header *header) tgsi_build_declaration_sampler_view() argument
371 tgsi_build_declaration_array(unsigned arrayid, struct tgsi_declaration *declaration, struct tgsi_header *header) tgsi_build_declaration_array() argument
403 tgsi_build_full_declaration( const struct tgsi_full_declaration *full_decl, struct tgsi_token *tokens, struct tgsi_header *header, unsigned maxsize ) tgsi_build_full_declaration() argument
560 tgsi_build_immediate( struct tgsi_header *header, unsigned type ) tgsi_build_immediate() argument
601 tgsi_build_full_immediate( const struct tgsi_full_immediate *full_imm, struct tgsi_token *tokens, struct tgsi_header *header, unsigned maxsize ) tgsi_build_full_immediate() argument
661 tgsi_build_instruction(enum tgsi_opcode opcode, unsigned saturate, unsigned precise, unsigned num_dst_regs, unsigned num_src_regs, struct tgsi_header *header) tgsi_build_instruction() argument
1053 tgsi_build_full_instruction( const struct tgsi_full_instruction *full_inst, struct tgsi_token *tokens, struct tgsi_header *header, unsigned maxsize ) tgsi_build_full_instruction() argument
1303 tgsi_build_property(unsigned property_name, struct tgsi_header *header) tgsi_build_property() argument
1357 tgsi_build_full_property( const struct tgsi_full_property *full_prop, struct tgsi_token *tokens, struct tgsi_header *header, unsigned maxsize ) tgsi_build_full_property() argument
[all...]
H A Dtgsi_text.c344 struct tgsi_header *header; member
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c432 const struct pipe_binary_program_header *header; in evergreen_create_compute_state() local
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc316 GElf_Shdr header_mem, *header; in find_section_by_name() local
351 GElf_Shdr header_mem, *header; in find_section() local
382 GElf_Shdr header_mem, *header; in find_section() local
670 GElf_Shdr header_mem, *header; find_relocation_section() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInlineSpiller.cpp749 dumpMachineInstrRangeWithSlotIndex(MachineBasicBlock::iterator B, MachineBasicBlock::iterator E, LiveIntervals const &LIS, const char *const header, unsigned VReg =0) dumpMachineInstrRangeWithSlotIndex() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp519 StructuredSwitchChecks(ValidationState_t& _, Function* function, const Instruction* switch_inst, const BasicBlock* header, const BasicBlock* merge) StructuredSwitchChecks() argument
723 auto header = construct.entry_block(); StructuredControlFlowChecks() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp288 CommonVulkanHeader* header = static_cast<CommonVulkanHeader*>(pNext); in get_extension_feature_struct() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DFont.java841 private Table.Builder<? extends Table> getTableBuilder(Header header, WritableFontData data) { in getTableBuilder() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java566 private void drawHeader(int position, String header) { in drawHeader() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapTable.java229 private CMapTable(Header header, ReadableFontData data) { in CMapTable() argument
488 public static Builder createBuilder(Header header, WritableFontData data) { in createBuilder() argument
498 Builder(Header header, WritableFontData data) Builder() argument
510 Builder(Header header, ReadableFontData data) Builder() argument
[all...]
H A DFontHeaderTable.java88 private FontHeaderTable(Header header, ReadableFontData data) { in FontHeaderTable() argument
442 createBuilder(Header header, WritableFontData data) createBuilder() argument
446 Builder(Header header, WritableFontData data) Builder() argument
451 Builder(Header header, ReadableFontData data) Builder() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp214 BasicBlock* header = context()->get_instr_block(mergeInst); in AddBreaksAndContinuesToWorklist() local
995 uint32_t header = in GetHeaderBlock() local
1016 uint32_t header in GetBranchForNextHeader() local
[all...]
H A Dloop_descriptor.cpp206 Loop(IRContext* context, DominatorAnalysis* dom_analysis, BasicBlock* header, BasicBlock* continue_target, BasicBlock* merge_target) Loop() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp214 BasicBlock* header = context()->get_instr_block(mergeInst); in AddBreaksAndContinuesToWorklist() local
995 uint32_t header = in GetHeaderBlock() local
1016 uint32_t header in GetBranchForNextHeader() local
[all...]
H A Dloop_descriptor.cpp206 Loop(IRContext* context, DominatorAnalysis* dom_analysis, BasicBlock* header, BasicBlock* continue_target, BasicBlock* merge_target) Loop() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp519 StructuredSwitchChecks(ValidationState_t& _, Function* function, const Instruction* switch_inst, const BasicBlock* header, const BasicBlock* merge) StructuredSwitchChecks() argument
723 auto header = construct.entry_block(); StructuredControlFlowChecks() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Ddemux.c906 const uint8_t* const header = mem_buf + c->data_.offset_; in ChunkCount() local
918 const uint8_t* const header = mem_buf + c->data_.offset_; in GetChunk() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule.cpp1534 PluralKeywordEnumeration::PluralKeywordEnumeration(RuleChain *header, UErrorCode& status) in PluralKeywordEnumeration() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-kerx-table.hh141 KernSubTableHeader header; member
367 KernSubTableHeader header; global() member
436 KernSubTableHeader header; global() member
611 KernSubTableHeader header; global() member
705 KernSubTableHeader header; global() member
800 KerxSubTableHeader header; global() member
[all...]
H A Dhb-ot-color-cbdt-table.hh187 IndexSubtableHeader header; member
352 IndexSubtableHeader header; global() member
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc54 CMapTable::CMapTable(Header* header, ReadableFontData* data) in CMapTable() argument
1116 CMapTable::Builder::Builder(Header* header, WritableFontData* data) in Builder() argument
1120 CMapTable::Builder::Builder(Header* header, ReadableFontData* data) in Builder() argument
1194 CMapTable::Builder::CreateBuilder(Header* header, in CreateBuilder() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc1343 auto header = function_header(); in function_decl() local
[all...]

Completed in 61 milliseconds

1...<<61626364656667686970>>...98