Home
last modified time | relevance | path

Searched defs:begin (Results 576 - 600 of 1077) sorted by relevance

1...<<21222324252627282930>>...44

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc135 int begin; in EmitGroup() local
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc291 DecodeIt(Isolate* isolate, ExternalReferenceEncoder* ref_encoder, std::ostream& os, CodeReference code, const V8NameConverter& converter, byte* begin, byte* end, Address current_pc) DecodeIt() argument
462 Decode(Isolate* isolate, std::ostream& os, byte* begin, byte* end, CodeReference code, Address current_pc) Decode() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.h155 iterator begin() { return iterator(first_page()); } in begin() function in v8::internal::SemiSpace
158 const_iterator begin() const { return const_iterator(first_page()); } in begin() function in v8::internal::SemiSpace
461 iterator begin() { return to_space_.begin(); } in begin() function in v8::internal::final
464 const_iterator begin() const { return to_space_.begin(); } in begin() function in v8::internal::final
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

Completed in 28 milliseconds

1...<<21222324252627282930>>...44