/third_party/node/deps/v8/src/heap/ |
H A D | spaces.h | 379 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 D | global-handles.h | 363 Iterator begin() { return Iterator(locations_.begin()); } in begin() function in v8::internal::GlobalHandleVector
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-iterator.cc | 293 JumpTableTargetOffsets::iterator JumpTableTargetOffsets::begin() const { in begin() function in v8::internal::interpreter::JumpTableTargetOffsets
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-interpreter-frame-state.h | 213 Iterator begin() { in begin() function in v8::internal::maglev::MergePointRegisterState
|
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental-compiler.cc | 455 Label begin; in CompileGreedyStar() local
|
/third_party/node/deps/v8/src/roots/ |
H A D | roots.h | 485 FullObjectSlot begin() { in begin() function in v8::internal::RootIndex::RootsTable
|
/third_party/node/deps/v8/src/torque/ |
H A D | class-debug-reader-generator.cc | 87 ValueTypeFieldIterator begin() { return {type_, 0}; } in begin() function in v8::internal::torque::__anon15101::ValueTypeFieldsRange
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_measure.c | 413 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 D | cfi.c | 470 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 D | glslang_wrapper_utils.h | 167 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 D | SeparateCompoundExpressions.cpp | 97 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 D | PostRASchedulerList.cpp | 236 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 D | ConstantsContext.h | 628 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 D | MCWin64EH.cpp | 61 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 D | xeTestCase.cpp | 435 ConstTestNodeIterator ConstTestNodeIterator::begin (const TestNode* root) in begin() function in ConstTestNodeIterator
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.h | 346 ClipStack::ElementIter ClipStack::begin() const { in begin() function in skgpu::v1::ClipStack
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | instruction.h | 261 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 D | loop_descriptor.h | 63 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 D | instruction.h | 261 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 D | loop_descriptor.h | 63 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 D | hb-iter.hh | 85 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 D | TargetRegisterInfo.h | 71 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 D | ValueMap.h | 135 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 D | APFloat.cpp | 233 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 D | AArch64A57FPLoadBalancing.cpp | 253 MachineBasicBlock::iterator begin() const { return getStart(); } in begin() function in __anon24358::Chain
|