| /third_party/node/deps/v8/src/codegen/ |
| H A D | constant-pool.cc | 135 int begin; in EmitGroup() local [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | disassembler.cc | 291 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 D | new-spaces.h | 155 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 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
|