/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-intrinsics-generator.cc | 57 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 D | log-utils.cc | 155 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 D | objects-body-descriptors-inl.h | 1055 auto BodyDescriptorApply(InstanceType type, Args&&... args) { in BodyDescriptorApply() argument
|
/third_party/node/deps/v8/src/profiler/ |
H A D | strings-storage.cc | 47 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 D | runtime-atomics.cc | 396 Object GetModifySetValueInBuffer(RuntimeArguments args, Isolate* isolate, in GetModifySetValueInBuffer() argument [all...] |
/third_party/node/deps/v8/src/strings/ |
H A D | string-stream.h | 159 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 D | cc-generator.cc | 105 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 D | fd6_texture.c | 237 struct fdl_view_args args = { in fd6_sampler_view_update() local
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_debug.c | 233 va_list args; in BITS() local 259 va_list args; in FLAG() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_fence.c | 43 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 D | lima_bo.c | 87 struct drm_gem_close args = { in lima_close_kms_handle() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_gather.c | 335 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 D | lp_bld_intr.c | 301 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...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_sanity.c | 156 va_list args; in report_error() local 175 va_list args; in report_warning() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_dec_references_mgr.cpp | 169 d3d12_video_reference_frames args = m_upD3D12TexturesStorageManager->get_current_reference_frames(); in get_current_reference_frames() local
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_datasource.cc | 37 void GpuDataSource::OnSetup(const SetupArgs &args) in OnSetup() argument 98 void GpuDataSource::OnStart(const StartArgs &args) in OnStart() argument 121 void GpuDataSource::OnStop(const StopArgs &args) in OnStop() argument
|
/third_party/mesa3d/src/util/ |
H A D | u_debug.c | 70 va_list args; in _util_debug_message() local
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_fence.c | 41 struct drm_syncobj_create args = { in gem_syncobj_create() local 53 struct drm_syncobj_destroy args = { in gem_syncobj_destroy() local 201 struct drm_syncobj_wait args = { in crocus_wait_syncobj() local 363 struct drm_syncobj_wait args = { in crocus_fence_finish() local 409 struct sync_merge_data args = { sync_merge_fd() local 439 struct drm_syncobj_handle args = { crocus_fence_get_fd() local 455 struct drm_syncobj_handle args = { crocus_fence_get_fd() local 476 struct drm_syncobj_handle args = { crocus_fence_create_fd() local [all...] |
H A D | crocus_screen.c | 683 va_list args; in crocus_shader_debug_log() local 697 va_list args; in crocus_shader_perf_log() local
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | vs-test.c | 471 static void args(int argc, char *argv[]) in args() function
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem.c | 139 va_list args; in ossl_statem_fatal() local
|
/third_party/libbpf/src/ |
H A D | usdt.bpf.h | 58 struct __bpf_usdt_arg_spec args[BPF_USDT_MAX_ARG_CNT]; member [all...] |
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | parse.rs | 590 let mut args = Punctuated::new(); in parse_extern_fn() variables [all...] |
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | parse.rs | 590 let mut args = Punctuated::new(); in parse_extern_fn() variables [all...] |
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | parse.rs | 590 let mut args = Punctuated::new(); in parse_extern_fn() variables [all...] |