Home
last modified time | relevance | path

Searched defs:source (Results 2626 - 2650 of 3120) sorted by relevance

1...<<101102103104105106107108109110>>...125

/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc2410 void CodeGenerator::AssembleMove(InstructionOperand* source, in AssembleConstructFrame() argument
2532 AssembleSwap(InstructionOperand* source, InstructionOperand* destination) AssembleConstructFrame() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc4084 void CodeGenerator::AssembleMove(InstructionOperand* source, in AssembleMove() argument
4276 AssembleSwap(InstructionOperand* source, InstructionOperand* destination) AssembleSwap() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc250 MapRef source = MakeRefAssumeMemoryFence(broker, *group[i]); in Refine() local
440 void JSHeapBroker::SetFeedback(FeedbackSource const& source, in SetFeedback() argument
478 ReadFeedbackForPropertyAccess( FeedbackSource const& source, AccessMode mode, base::Optional<NameRef> static_name) ReadFeedbackForPropertyAccess() argument
537 ReadFeedbackForGlobalAccess( FeedbackSource const& source) ReadFeedbackForGlobalAccess() argument
609 ReadFeedbackForInstanceOf( FeedbackSource const& source) ReadFeedbackForInstanceOf() argument
625 ReadFeedbackForArrayOrObjectLiteral( FeedbackSource const& source) ReadFeedbackForArrayOrObjectLiteral() argument
640 ReadFeedbackForRegExpLiteral( FeedbackSource const& source) ReadFeedbackForRegExpLiteral() argument
655 ReadFeedbackForTemplateObject( FeedbackSource const& source) ReadFeedbackForTemplateObject() argument
669 ReadFeedbackForCall( FeedbackSource const& source) ReadFeedbackForCall() argument
690 GetFeedbackForBinaryOperation( FeedbackSource const& source) GetFeedbackForBinaryOperation() argument
697 GetFeedbackForCompareOperation( FeedbackSource const& source) GetFeedbackForCompareOperation() argument
705 GetFeedbackForForIn(FeedbackSource const& source) GetFeedbackForForIn() argument
711 GetFeedbackForArrayOrObjectLiteral( FeedbackSource const& source) GetFeedbackForArrayOrObjectLiteral() argument
720 GetFeedbackForRegExpLiteral( FeedbackSource const& source) GetFeedbackForRegExpLiteral() argument
728 GetFeedbackForTemplateObject( FeedbackSource const& source) GetFeedbackForTemplateObject() argument
736 ProcessFeedbackForBinaryOperation( FeedbackSource const& source) ProcessFeedbackForBinaryOperation() argument
744 ProcessFeedbackForCompareOperation( FeedbackSource const& source) ProcessFeedbackForCompareOperation() argument
752 ProcessFeedbackForForIn( FeedbackSource const& source) ProcessFeedbackForForIn() argument
760 GetFeedbackForPropertyAccess( FeedbackSource const& source, AccessMode mode, base::Optional<NameRef> static_name) GetFeedbackForPropertyAccess() argument
770 GetFeedbackForInstanceOf( FeedbackSource const& source) GetFeedbackForInstanceOf() argument
778 GetFeedbackForCall( FeedbackSource const& source) GetFeedbackForCall() argument
786 GetFeedbackForGlobalAccess( FeedbackSource const& source) GetFeedbackForGlobalAccess() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc346 i::Handle<i::HeapObject> source = Utils::OpenHandle(this); in Length() local
358 i::Handle<i::HeapObject> source = Utils::OpenHandle(this); in Size() local
365 i::Handle<i::HeapObject> source = Utils::OpenHandle(this); in JavaScriptCode() local
372 i::Handle<i::HeapObject> source = Utils::OpenHandle(this); WasmBytecode() local
829 CompileInspectorScript(Isolate* v8_isolate, Local<String> source) CompileInspectorScript() argument
1036 EvaluateGlobal(v8::Isolate* isolate, v8::Local<v8::String> source, EvaluateGlobalMode mode, bool repl) EvaluateGlobal() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc1222 TNode<Object> source = in TF_BUILTIN() local
H A Dbuiltins-array-gen.cc1396 FlattenIntoArray( TNode<Context> context, TNode<JSReceiver> target, TNode<JSReceiver> source, TNode<Number> source_length, TNode<Number> start, TNode<Number> depth, base::Optional<TNode<HeapObject>> mapper_function = base::nullopt, base::Optional<TNode<Object>> this_arg = base::nullopt) FlattenIntoArray() argument
1535 auto source = Parameter<JSReceiver>(Descriptor::kSource); TF_BUILTIN() local
1552 auto source = Parameter<JSReceiver>(Descriptor::kSource); TF_BUILTIN() local
[all...]
H A Dbuiltins-internal-gen.cc39 TNode<FixedArrayBase> source = in TF_BUILTIN() local
777 SetOrCopyDataProperties( TNode<Context> context, TNode<JSReceiver> target, TNode<Object> source, Label* if_runtime, base::Optional<TNode<IntPtrT>> excluded_property_count = base::nullopt, base::Optional<TNode<IntPtrT>> excluded_property_base = base::nullopt, bool use_set = true) SetOrCopyDataProperties() argument
874 auto source = UncheckedParameter<Object>(Descriptor::kSource); TF_BUILTIN() local
904 auto source = UncheckedParameter<Object>(Descriptor::kSource); TF_BUILTIN() local
925 auto source = Parameter<Object>(Descriptor::kSource); TF_BUILTIN() local
941 auto source = Parameter<Object>(Descriptor::kSource); TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc936 String source = String::cast(raw_source); in RecordVirtualScriptDetails() local
H A Dfactory-base.cc264 NewScript( Handle<PrimitiveHeapObject> source) NewScript() argument
270 NewScriptWithId( Handle<PrimitiveHeapObject> source, int script_id) NewScriptWithId() argument
505 NewRegExpBoilerplateDescription(Handle<FixedArray> data, Handle<String> source, Smi flags) NewRegExpBoilerplateDescription() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2429 TNode<Object> source = LoadRegisterAtOperandIndex(0); in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/objects/
H A Dbigint.cc287 Copy(Isolate* isolate, Handle<BigIntBase> source) Copy() argument
H A Dstring.cc83 Handle<String> String::SlowShare(Isolate* isolate, Handle<String> source) { in SlowShare() argument
839 void String::WriteToFlat(String source, sinkchar* sink, int start, int length) { in WriteToFlat() argument
847 void String::WriteToFlat(String source, sinkchar* sink, int start, int length, in WriteToFlat() argument
[all...]
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc786 Handle<HeapObject> RegExpMacroAssemblerARM64::GetCode(Handle<String> source) { in GetCode() argument
1562 void RegExpMacroAssemblerARM64::Push(Register source) { in Push() argument
1616 StoreRegister(int register_index, Register source) StoreRegister() argument
[all...]
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc697 Handle<HeapObject> RegExpMacroAssemblerS390::GetCode(Handle<String> source) { in GetCode() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc2001 Handle<String> source = args.at<String>(1); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/torque/
H A Dast.h747 std::string source; member
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc402 InitMergeRegion(LiftoffAssembler::CacheState* state, const VarState* source, VarState* target, uint32_t count, MergeKeepStackSlots keep_stack_slots, MergeAllowConstants allow_constants, MergeAllowRegisters allow_registers, ReuseRegisters reuse_registers, LiftoffRegList used_regs) InitMergeRegion() argument
447 InitMerge(const CacheState& source, uint32_t num_locals, uint32_t arity, uint32_t stack_depth) InitMerge() argument
527 Steal(const CacheState& source) Steal() argument
532 Split(const CacheState& source) Split() argument
754 MergeFullStackWith(CacheState& target, const CacheState& source) MergeFullStackWith() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h96 ppir_codegen_vec4_reg source : 4; member
130 ppir_codegen_uniform_src source : 2; member
278 unsigned source : 6; member
286 bool source : 1; /* 0 = fb_depth, 1 = fb_color */ member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c1325 struct NineSurface9 *source = context->ds; in NineDevice9_ResolveZ() local
/third_party/musl/include/netinet/
H A Dtcp.h122 uint16_t source; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c629 int source; in destructive_merge_instructions() local
[all...]
/third_party/rust/crates/either/src/
H A Dlib.rs1286 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() functions
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-stream-restore.c1725 pa_source *source; source_output_preferred_source_changed_cb() local
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Diface-device.c82 pa_source *source; member
1289 pa_dbusiface_device_new_source(pa_dbusiface_core *core, pa_source *source) pa_dbusiface_device_new_source() argument
[all...]
/third_party/python/Lib/
H A Dssl.py126 source=_ssl) variable
131 source=_ssl) variable
136 source=_ssl) variable
141 source=_ssl) variable
146 source=_ssl) variable
151 source=_ssl) variable

Completed in 63 milliseconds

1...<<101102103104105106107108109110>>...125