/third_party/node/deps/v8/src/compiler/ |
H A D | verifier.cc | 1968 BasicBlock* start = schedule->start(); in Run() local [all...] |
H A D | js-inlining.cc | 88 InlineJSWasmCall(Node* call, Node* new_target, Node* context, Node* frame_state, StartNode start, Node* end, Node* exception_target, const NodeVector& uncaught_subcalls) InlineJSWasmCall() argument 101 InlineCall(Node* call, Node* new_target, Node* context, Node* frame_state, StartNode start, Node* end, Node* exception_target, const NodeVector& uncaught_subcalls, int argument_count) InlineCall() argument [all...] |
H A D | node.h | 190 Use* start = this + 1 + index; in input_ptr() local 198 Use* start = this + 1 + input_index(); in from() local
|
H A D | schedule.h | 275 BasicBlock* start() { return start_; } in start() function in v8::internal::compiler::final
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-coverage.cc | 54 int start = info.function_token_position(); in StartPosition() local 600 int start; global() member 665 int start = v.start; Collect() local [all...] |
H A D | debug-scopes.cc | 178 const int start = scope->start_position(); in SetClosureScopeIfFound() local 188 const int start = scope->start_position(); in ContainsPosition() local
|
/third_party/node/deps/v8/src/bigint/ |
H A D | mul-fft.cc | 563 void FFTContainer::FFT_ReturnShuffledThreadsafe(int start, int len, int omega, in FFT_ReturnShuffledThreadsafe() argument 579 FFT_Recurse(int start, int half, int omega, digit_t* temp) FFT_Recurse() argument 589 BackwardFFT(int start, int len, int omega) BackwardFFT() argument 593 BackwardFFT_Threadsafe(int start, int len, int omega, digit_t* temp) BackwardFFT_Threadsafe() argument 724 DoPointwiseMultiplication(const FFTContainer& other, int start, int end, digit_t* temp) DoPointwiseMultiplication() argument [all...] |
H A D | bigint.h | 534 CharIt FromStringAccumulator::Parse(CharIt start, CharIt end, digit_t radix) { in Parse() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-typed-array-gen.cc | 370 CallCCopyTypedArrayElementsSlice( TNode<JSTypedArray> source, TNode<JSTypedArray> dest, TNode<UintPtrT> start, TNode<UintPtrT> end) CallCCopyTypedArrayElementsSlice() argument
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | eh-frame.cc | 481 DumpDwarfDirectives(std::ostream& stream, const byte* start, const byte* end) DumpDwarfDirectives() argument
|
H A D | eh-frame.h | 145 void WriteBytes(const byte* start, int size) { in WriteBytes() argument 215 EhFrameIterator(const byte* start, const byte* end) in EhFrameIterator() argument 289 EhFrameDisassembler(const byte* start, const byte* end) in EhFrameDisassembler() argument [all...] |
H A D | unwinding-info-win64.cc | 554 void RegisterNonABICompliantCodeRange(void* start, size_t size_in_bytes) { in RegisterNonABICompliantCodeRange() argument 604 UnregisterNonABICompliantCodeRange(void* start) UnregisterNonABICompliantCodeRange() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | memory-allocator.cc | 607 const Address start = reinterpret_cast<Address>(chunk); in AllocateUninitializedPageFromPool() local 614 VirtualMemory reservation(data_page_allocator(), start, size); in AllocateUninitializedPageFromPool() local 626 void MemoryAllocator::ZapBlock(Address start, size_t size, in ZapBlock() argument 654 SetPermissionsOnExecutableMemoryChunk(VirtualMemory* vm, Address start, size_t area_size, size_t chunk_size) SetPermissionsOnExecutableMemoryChunk() argument [all...] |
H A D | scavenger.cc | 95 V8_INLINE void VisitPointersImpl(HeapObject host, TSlot start, TSlot end) { in VisitPointersImpl() argument 786 VisitRootPointers(Root root, const char* description, FullObjectSlot start, FullObjectSlot end) VisitRootPointers() argument
|
H A D | paged-spaces.h | 154 size_t Free(Address start, size_t size_in_bytes, SpaceAccountingMode mode) { in Free() argument 170 size_t AccountedFree(Address start, size_t size_in_bytes) { in AccountedFree() argument 178 size_t UnaccountedFree(Address start, size_t size_in_bytes) { in UnaccountedFree() argument [all...] |
H A D | sweeper.cc | 478 const double start = heap_->MonotonicallyIncreasingTimeInMs(); in IncrementalSweepSpace() local
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 277 Response V8ProfilerAgentImpl::start() { in start() function in v8_inspector::V8ProfilerAgentImpl 343 createCoverageRange( int start, int end, int count) createCoverageRange() argument
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | gdb-server.cc | 441 IsFunctionBlackboxed( Local<debug::Script> script, const debug::Location& start, const debug::Location& end) IsFunctionBlackboxed() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | source-text-module.cc | 614 GatherAsyncParentCompletions( Isolate* isolate, Zone* zone, Handle<SourceTextModule> start, AsyncParentCompletionSet* exec_list) GatherAsyncParentCompletions() argument
|
H A D | string-table.cc | 711 size_t start = 0; in TryStringToIndexOrLookupExisting() local 629 TryStringToIndexOrLookupExisting(Isolate* isolate, String string, String source, size_t start) TryStringToIndexOrLookupExisting() argument
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.h | 40 JsonString(int start, int length, bool needs_conversion, in JsonString() argument 65 int start() const { in start() function in v8::internal::final
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-character-streams.cc | 57 const Char* start; member 566 StreamPosition start; global() member [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-wasm.cc | 529 uint32_t start = args.positive_smi_value_at(2); in RUNTIME_FUNCTION() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_query.c | 86 uint64_t start; member 794 struct mi_value start in set_predicate_for_result() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 132 const unsigned start = chan_desc.shift; in lp_build_extract_soa_chan() local 371 unsigned start = chan*8; in lp_build_rgba8_to_fi32_soa() local 891 const unsigned start = chan_desc.shift; lp_build_insert_soa_chan() local [all...] |