Home
last modified time | relevance | path

Searched defs:begin (Results 526 - 550 of 955) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/node/deps/v8/src/heap/
H A Dspaces.h379 PageRange(Page* begin, Page* end) : begin_(begin), end_(end) {} in PageRange() argument
383 iterator begin() { return iterator(begin_); } in begin() function in v8::internal::PageRange
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h363 Iterator begin() { return Iterator(locations_.begin()); } in begin() function in v8::internal::GlobalHandleVector
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-iterator.cc293 JumpTableTargetOffsets::iterator JumpTableTargetOffsets::begin() const { in begin() function in v8::internal::interpreter::JumpTableTargetOffsets
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h213 Iterator begin() { in begin() function in v8::internal::maglev::MergePointRegisterState
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc455 Label begin; in CompileGreedyStar() local
/third_party/node/deps/v8/src/roots/
H A Droots.h485 FullObjectSlot begin() { in begin() function in v8::internal::RootIndex::RootsTable
/third_party/node/deps/v8/src/torque/
H A Dclass-debug-reader-generator.cc87 ValueTypeFieldIterator begin() { return {type_, 0}; } in begin() function in v8::internal::torque::__anon15101::ValueTypeFieldsRange
/third_party/mesa3d/src/intel/common/
H A Dintel_measure.c413 const struct intel_measure_snapshot *begin = &batch->snapshots[i]; in intel_measure_push_result() local
603 const struct intel_measure_snapshot *begin = &start_result->snapshot; in print_combined_results() local
[all...]
/third_party/musl/ldso/linux/
H A Dcfi.c470 static int fill_shadow_value_to_shadow(uintptr_t begin, uintptr_t end, uintptr_t cfi_check, uint16_t type) in fill_shadow_value_to_shadow() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.h167 VariableNameToInfoMap::const_iterator begin() { return mBeginIt; } in begin() function in rx::final::final
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp97 const auto begin = chain.rbegin(); in reassociateRight() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp236 enterRegion(MachineBasicBlock *bb, MachineBasicBlock::iterator begin, MachineBasicBlock::iterator end, unsigned regioninstrs) enterRegion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantsContext.h628 typename MapTy::iterator begin() { return Map.begin(); } in begin() function in llvm::ConstantUniqueMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCWin64EH.cpp61 static void EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, in EmitUnwindCode() argument
332 static void ARM64EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, in ARM64EmitUnwindCode() argument
/third_party/vk-gl-cts/executor/
H A DxeTestCase.cpp435 ConstTestNodeIterator ConstTestNodeIterator::begin (const TestNode* root) in begin() function in ConstTestNodeIterator
/third_party/skia/src/gpu/v1/
H A DClipStack.h346 ClipStack::ElementIter ClipStack::begin() const { in begin() function in skgpu::v1::ClipStack
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.h261 iterator begin() { return operands_.begin(); } in begin() function in spvtools::opt::Instruction
263 const_iterator begin() const { return operands_.cbegin(); } in begin() function in spvtools::opt::Instruction
H A Dloop_descriptor.h63 inline iterator begin() { return nested_loops_.begin(); } in begin() function in spvtools::opt::Loop
65 inline const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Loop
473 inline iterator begin() { return iterator::begin(&placeholder_top_loop_); } in begin() function in spvtools::opt::LoopDescriptor
475 inline const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::LoopDescriptor
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.h261 iterator begin() { return operands_.begin(); } in begin() function in spvtools::opt::Instruction
263 const_iterator begin() const { return operands_.cbegin(); } in begin() function in spvtools::opt::Instruction
H A Dloop_descriptor.h63 inline iterator begin() { return nested_loops_.begin(); } in begin() function in spvtools::opt::Loop
65 inline const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Loop
473 inline iterator begin() { return iterator::begin(&placeholder_top_loop_); } in begin() function in spvtools::opt::LoopDescriptor
475 inline const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::LoopDescriptor
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-iter.hh85 iter_t begin () const { return *thiz(); } in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h71 iterator begin() const { return MC->begin(); } in begin() function in llvm::TargetRegisterClass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValueMap.h135 inline iterator begin() { return iterator(Map.begin()); } in begin() function in llvm::ValueMap
137 inline const_iterator begin() const { return const_iterator(Map.begin()); } in begin() function in llvm::ValueMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp233 static Expected<int> readExponent(StringRef::iterator begin, in readExponent() argument
330 skipLeadingZeroesAndAnyDot(StringRef::iterator begin, StringRef::iterator end, in skipLeadingZeroesAndAnyDot() argument
370 static Error interpretDecimal(StringRef::iterator begin, in interpretDecimal() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp253 MachineBasicBlock::iterator begin() const { return getStart(); } in begin() function in __anon24358::Chain

Completed in 26 milliseconds

1...<<21222324252627282930>>...39