Home
last modified time | relevance | path

Searched defs:args (Results 1726 - 1750 of 3300) sorted by relevance

1...<<61626364656667686970>>...132

/third_party/node/deps/v8/src/base/
H A Doptional.h219 constexpr explicit OptionalBase(in_place_t, Args&&... args) in OptionalBase() argument
479 Optional(in_place_t, Args&&... args) Optional() argument
485 Optional(in_place_t, std::initializer_list<U> il, Args&&... args) Optional() argument
660 emplace(Args&&.... args) emplace() argument
670 emplace(std::initializer_list<U> il, Args&&... args) emplace() argument
858 make_optional(Args&&.... args) make_optional() argument
863 make_optional(std::initializer_list<U> il, Args&&... args) make_optional() argument
[all...]
H A Dsmall-vector.h123 void emplace_back(Args&&... args) { in emplace_back() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-api.cc51 HandleApiCallHelper( Isolate* isolate, Handle<HeapObject> function, Handle<HeapObject> new_target, Handle<FunctionTemplateInfo> fun_data, Handle<Object> receiver, BuiltinArguments args) HandleApiCallHelper() argument
167 InvokeApiFunction(Isolate* isolate, bool is_construct, Handle<HeapObject> function, Handle<Object> receiver, int argc, Handle<Object> args[], Handle<HeapObject> new_target) InvokeApiFunction() argument
237 HandleApiCallAsFunctionOrConstructor( Isolate* isolate, bool is_construct_call, BuiltinArguments args) HandleApiCallAsFunctionOrConstructor() argument
[all...]
H A Dbuiltins-string.cc46 base::uc32 NextCodePoint(Isolate* isolate, BuiltinArguments args, int index) { in NextCodePoint() argument
[all...]
H A Dbuiltins-arraybuffer.cc161 static Object SliceHelper(BuiltinArguments args, Isolate* isolate, in SliceHelper() argument
353 ResizeHelper(BuiltinArguments args, Isolate* isolate, const char* kMethodName, bool is_shared) ResizeHelper() argument
[all...]
H A Dbuiltins-async-iterator-gen.cc46 Generate_AsyncFromSyncIteratorMethod( CodeStubArguments* args, const TNode<Context> context, const TNode<Object> iterator, const TNode<Object> sent_value, Handle<String> name, const UndefinedMethodHandler& if_method_undefined, const char* operation_name, Label::Type reject_label_type = Label::kDeferred, base::Optional<TNode<Object>> initial_exception_value = base::nullopt) Generate_AsyncFromSyncIteratorMethod() argument
103 Generate_AsyncFromSyncIteratorMethod( CodeStubArguments* args, const TNode<Context> context, const TNode<Object> iterator, const TNode<Object> sent_value, const SyncIteratorNodeGenerator& get_method, const UndefinedMethodHandler& if_method_undefined, const char* operation_name, Label::Type reject_label_type, base::Optional<TNode<Object>> initial_exception_value) Generate_AsyncFromSyncIteratorMethod() argument
[all...]
H A Dbuiltins-generator-gen.cc39 InnerResume( CodeStubArguments* args, TNode<JSGeneratorObject> receiver, TNode<Object> value, TNode<Context> context, JSGeneratorObject::ResumeMode resume_mode, char const* const method_name) InnerResume() argument
126 GeneratorPrototypeResume( CodeStubArguments* args, TNode<Object> receiver, TNode<Object> value, TNode<Context> context, JSGeneratorObject::ResumeMode resume_mode, char const* const method_name) GeneratorPrototypeResume() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-function-callback.h247 V8_INLINE PropertyCallbackInfo(internal::Address* args) : args_(args) {} in PropertyCallbackInfo() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h267 V8_INLINE explicit PropertyCallbackInfo(internal::Address* args) in PropertyCallbackInfo() argument
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-metadata-win.h116 constexpr auto JoinFields(T1 field1, T2 field2, Ts... args) { in JoinFields() argument
/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.h44 VariadicCall(SimT* sim, CallImpl call, Address entry, Args... args) VariadicCall() argument
/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc231 v8::Local<v8::Value> args[] = {object, configValue}; in bodyCallback() local
305 v8::Local<v8::Value> args[] = {object, configValue}; in generateCustomPreview() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-intrinsics-generator.cc57 GenerateInvokeIntrinsic( InterpreterAssembler* assembler, TNode<Uint32T> function_id, TNode<Context> context, const InterpreterAssembler::RegListNodePair& args) GenerateInvokeIntrinsic() argument
66 InvokeIntrinsic( TNode<Uint32T> function_id, TNode<Context> context, const InterpreterAssembler::RegListNodePair& args) InvokeIntrinsic() argument
113 IntrinsicAsBuiltinCall( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, Builtin name, int arg_count) IntrinsicAsBuiltinCall() argument
135 CopyDataProperties( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) CopyDataProperties() argument
143 CopyDataPropertiesWithExcludedPropertiesOnStack( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) CopyDataPropertiesWithExcludedPropertiesOnStack() argument
157 CreateIterResultObject( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) CreateIterResultObject() argument
164 CreateAsyncFromSyncIterator( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) CreateAsyncFromSyncIterator() argument
171 CreateJSGeneratorObject( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) CreateJSGeneratorObject() argument
178 GeneratorGetResumeMode( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) GeneratorGetResumeMode() argument
189 GeneratorClose( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) GeneratorClose() argument
200 GetImportMetaObject( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) GetImportMetaObject() argument
206 AsyncFunctionAwaitCaught( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncFunctionAwaitCaught() argument
213 AsyncFunctionAwaitUncaught( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncFunctionAwaitUncaught() argument
220 AsyncFunctionEnter( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncFunctionEnter() argument
227 AsyncFunctionReject( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncFunctionReject() argument
234 AsyncFunctionResolve( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncFunctionResolve() argument
241 AsyncGeneratorAwaitCaught( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncGeneratorAwaitCaught() argument
248 AsyncGeneratorAwaitUncaught( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncGeneratorAwaitUncaught() argument
255 AsyncGeneratorReject( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncGeneratorReject() argument
262 AsyncGeneratorResolve( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncGeneratorResolve() argument
269 AsyncGeneratorYield( const InterpreterAssembler::RegListNodePair& args, TNode<Context> context, int arg_count) AsyncGeneratorYield() argument
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog-utils.cc155 va_list args; in AppendFormatString() local
234 va_list args; in AppendRawFormatString() local
222 FormatStringIntoBuffer(const char* format, va_list args) FormatStringIntoBuffer() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects-body-descriptors-inl.h1055 auto BodyDescriptorApply(InstanceType type, Args&&... args) { in BodyDescriptorApply() argument
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.cc47 va_list args; in GetFormatted() local
69 const char* StringsStorage::GetVFormatted(const char* format, va_list args) { in GetVFormatted() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc396 Object GetModifySetValueInBuffer(RuntimeArguments args, Isolate* isolate, in GetModifySetValueInBuffer() argument
[all...]
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.h159 void Add(const char* format, Args... args) { in Add() argument
164 void Add(base::Vector<const char> format, Args... args) { in Add() argument
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc105 std::vector<std::string> args; in ProcessArgumentsCommon() local
128 std::vector<std::string> args = ProcessArgumentsCommon( in EmitInstruction() local
200 PrintCommaSeparatedList(out(), args); in EmitInstruction() local
211 std::vector<std::string> args = ProcessArgumentsCommon( in EmitInstruction() local
249 PrintCommaSeparatedList(out(), args); EmitInstruction() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c237 struct fdl_view_args args = { in fd6_sampler_view_update() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c233 va_list args; in BITS() local
259 va_list args; in FLAG() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_fence.c43 struct drm_syncobj_create args = { in gem_syncobj_create() local
55 struct drm_syncobj_destroy args = { in gem_syncobj_destroy() local
94 struct drm_syncobj_array args = { in iris_syncobj_signal() local
224 struct drm_syncobj_wait args = { in iris_wait_syncobj() local
431 struct drm_syncobj_wait args in iris_fence_finish() local
461 struct sync_merge_data args = { sync_merge_fd() local
491 struct drm_syncobj_handle args = { iris_fence_get_fd() local
507 struct drm_syncobj_handle args = { iris_fence_get_fd() local
529 struct drm_syncobj_handle args = { iris_fence_create_fd() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_bo.c87 struct drm_gem_close args = { in lima_close_kms_handle() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c335 LLVMValueRef args[] = { src_ptr, alignment, mask, passthru }; in lp_build_gather_avx2() local
374 LLVMValueRef args[] = { passthru, base_ptr, offsets, mask, scale }; in lp_build_gather_avx2() local
H A Dlp_bld_intr.c301 LLVMValueRef args[2]; in lp_build_intrinsic_binary() local
230 lp_build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args, unsigned attr_mask) lp_build_intrinsic() argument
400 lp_build_intrinsic_map(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) lp_build_intrinsic_map() argument
446 LLVMValueRef args[2]; lp_build_intrinsic_map_binary() local
[all...]

Completed in 20 milliseconds

1...<<61626364656667686970>>...132