Home
last modified time | relevance | path

Searched defs:begin (Results 651 - 675 of 1039) sorted by relevance

1...<<21222324252627282930>>...42

/third_party/node/deps/v8/src/compiler/
H A Dnode.h532 Node::InputEdges::iterator Node::InputEdges::begin() const { in begin() function in v8::internal::compiler::Node::InputEdges
589 Node::Inputs::const_iterator Node::Inputs::begin() const { in begin() function in v8::internal::compiler::Node::Inputs
631 Node::UseEdges::iterator Node::UseEdges::begin() const { in begin() function in v8::internal::compiler::Node::UseEdges
690 Node::Uses::const_iterator Node::Uses::begin() const { in begin() function in v8::internal::compiler::Node::Uses
H A Dschedule.h100 iterator begin() { return nodes_.begin(); } in begin() function in v8::internal::compiler::final
106 const_iterator begin() const { return nodes_.begin(); } in begin() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc1693 void Disassembler::Disassemble(FILE* f, byte* begin, byte* end, in Disassemble() argument
/third_party/node/deps/v8/src/heap/
H A Dpaged-spaces.h293 iterator begin() { return iterator(first_page()); } in begin() function in v8::internal::PagedSpace
296 const_iterator begin() const { return const_iterator(first_page()); } in begin() function in v8::internal::PagedSpace
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.h254 iterator begin() { return iterator(values_.begin()); } in begin() function in v8::internal::TranslatedFrame
368 iterator begin() { return frames_.begin(); } in begin() function in v8::internal::TranslatedState
372 const_iterator begin() const { return frames_.begin(); } in begin() function in v8::internal::TranslatedState
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc1939 void Disassembler::Disassemble(FILE* f, byte* begin, byte* end, in Disassemble() argument
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc1084 void Disassembler::Disassemble(FILE* f, byte* begin, byte* end, in Disassemble() argument
/third_party/node/deps/v8/src/torque/
H A Dutils.h211 StackRange(BottomOffset begin, BottomOffset end) : begin_(begin), end_(end) { in StackRange() argument
225 BottomOffset begin() const { return begin_; } in begin() function in v8::internal::torque::StackRange
300 T* begin() { return elements_.data(); } in begin() function in v8::internal::torque::Stack
302 const T* begin() const { return elements_.data(); } in begin() function in v8::internal::torque::Stack
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h505 LiftoffRegList::Iterator LiftoffRegList::begin() const { in begin() function in v8::internal::wasm::LiftoffRegList
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.h159 iterator begin() { return cont.begin(); } in begin() function in r600_sb::queue
/third_party/python/Lib/http/
H A Dclient.py311 def begin(self): member in HTTPResponse
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp626 VkFormat begin; in addImageCompressionControlTests() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp107 auto begin = tmp; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp114 inline iterator begin (void) { return m_variables.begin(); } in begin() function in vkt::ssbo::BufferBlock
115 inline const_iterator begin (void) const { return m_variables.begin(); } in begin() function in vkt::ssbo::BufferBlock
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp452 VkFormat begin; in addImageCompressionControlTests() member
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp190 inline Iterator begin(void) in begin() function in deqp::ub::StructType
194 inline ConstIterator begin(void) const in begin() function in deqp::ub::StructType
284 inline Iterator begin(void) in begin() function in deqp::ub::UniformBlock
288 inline ConstIterator begin(void) const in begin() function in deqp::ub::UniformBlock
/third_party/skia/src/core/
H A DSkBlockAllocator.h733 Item begin() const { return Item(Forward ? &fAllocator->fHead : fAllocator->fTail); } in begin() function in final::GrowthPolicy::SkBlockAllocator::BlockIter
H A DSkPathPriv.h139 Iter begin() { return Iter{fPathRef->verbsBegin()}; } in begin() function
175 SkPath::RangeIter begin() { return {fVerbsBegin, fPoints, fWeights}; } in begin() function
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.h136 Iter begin() const { return Iter(fAttributes, fCount); } in begin() function in GrGeometryProcessor::AttributeSet
/third_party/skia/src/gpu/ops/
H A DGrOp.h230 Iter begin() { return Iter(fHead); } in begin() function in GrOp::ChainRange
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderControlFlow.cpp31 SpirvShader::Block::Block(InsnIterator begin, InsnIterator end) in Block() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dmodule.h231 iterator begin() { return iterator(&functions_, functions_.begin()); } in begin() function in spvtools::opt::Module
233 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Module
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmodule.h231 iterator begin() { return iterator(&functions_, functions_.begin()); } in begin() function in spvtools::opt::Module
233 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Module
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcompress_fragment.c404 static void EmitUncompressedMetaBlock(const uint8_t* begin, const uint8_t* end, in EmitUncompressedMetaBlock() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h459 NameIterator begin() const { return NameIterator(this, 1); } in begin() function in llvm::DWARFDebugNames::NameIndex
589 const_iterator begin() const { return NameIndices.begin(); } in begin() function in llvm::DWARFDebugNames

Completed in 30 milliseconds

1...<<21222324252627282930>>...42