Home
last modified time | relevance | path

Searched refs:execution (Results 1 - 25 of 68) sorted by relevance

123

/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc9 #include "src/execution/isolate-inl.h"
176 v8::MeasureMemoryExecution execution, in EnqueueRequest()
193 ScheduleGCTask(execution); in EnqueueRequest()
244 bool MemoryMeasurement::IsGCTaskPending(v8::MeasureMemoryExecution execution) { in IsGCTaskPending() argument
245 DCHECK(execution == v8::MeasureMemoryExecution::kEager || in IsGCTaskPending()
246 execution == v8::MeasureMemoryExecution::kDefault); in IsGCTaskPending()
247 return execution == v8::MeasureMemoryExecution::kEager in IsGCTaskPending()
252 void MemoryMeasurement::SetGCTaskPending(v8::MeasureMemoryExecution execution) { in SetGCTaskPending() argument
253 DCHECK(execution == v8::MeasureMemoryExecution::kEager || in SetGCTaskPending()
254 execution in SetGCTaskPending()
174 EnqueueRequest( std::unique_ptr<v8::MeasureMemoryDelegate> delegate, v8::MeasureMemoryExecution execution, const std::vector<Handle<NativeContext>> contexts) EnqueueRequest() argument
262 SetGCTaskDone(v8::MeasureMemoryExecution execution) SetGCTaskDone() argument
272 ScheduleGCTask(v8::MeasureMemoryExecution execution) ScheduleGCTask() argument
[all...]
H A Dmemory-measurement.h30 v8::MeasureMemoryExecution execution,
50 void ScheduleGCTask(v8::MeasureMemoryExecution execution);
51 bool IsGCTaskPending(v8::MeasureMemoryExecution execution);
52 void SetGCTaskPending(v8::MeasureMemoryExecution execution);
53 void SetGCTaskDone(v8::MeasureMemoryExecution execution);
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dsequence_test.py26 Test execution is simulated for each test by calling run().
66 # Loader -> observe results -> sequencer -> execution.
70 execution = FakeExecutionProc()
73 sequence_proc.connect_to(execution)
75 # Fill the execution queue (with the number of tests potentially
79 # Simulate the execution test by test.
80 while execution.tests:
83 sum(int(test.is_heavy) for test in execution.tests), max_heavy)
87 execution.run()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.h665 IdScope execution,
798 IdScope execution,
803 IdScope execution,
808 IdScope execution,
814 IdScope execution,
820 IdScope execution,
826 IdScope execution,
832 IdScope execution,
838 IdScope execution,
844 IdScope execution,
[all...]
H A Dspirv_instruction_parser_autogen.h794 IdScope *execution,
928 IdScope *execution,
933 IdScope *execution,
938 IdScope *execution,
944 IdScope *execution,
950 IdScope *execution,
956 IdScope *execution,
962 IdScope *execution,
968 IdScope *execution,
974 IdScope *execution,
[all...]
H A Dspirv_instruction_builder_autogen.cpp2392 void WriteControlBarrier(Blob *blob, IdScope execution, IdScope memory, IdMemorySemantics semantics) in WriteControlBarrier() argument
2396 blob->push_back(execution); in WriteControlBarrier()
2787 IdScope execution, in WriteGroupAll()
2794 blob->push_back(execution); in WriteGroupAll()
2801 IdScope execution, in WriteGroupAny()
2808 blob->push_back(execution); in WriteGroupAny()
2815 IdScope execution, in WriteGroupBroadcast()
2823 blob->push_back(execution); in WriteGroupBroadcast()
2831 IdScope execution, in WriteGroupIAdd()
2839 blob->push_back(execution); in WriteGroupIAdd()
2784 WriteGroupAll(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, IdRef predicate) WriteGroupAll() argument
2798 WriteGroupAny(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, IdRef predicate) WriteGroupAny() argument
2812 WriteGroupBroadcast(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, IdRef value, IdRef localId) WriteGroupBroadcast() argument
2828 WriteGroupIAdd(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupIAdd() argument
2844 WriteGroupFAdd(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupFAdd() argument
2860 WriteGroupFMin(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupFMin() argument
2876 WriteGroupUMin(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupUMin() argument
2892 WriteGroupSMin(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupSMin() argument
2908 WriteGroupFMax(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupFMax() argument
2924 WriteGroupUMax(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupUMax() argument
2940 WriteGroupSMax(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupSMax() argument
3271 WriteGroupIAddNonUniformAMD(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupIAddNonUniformAMD() argument
3287 WriteGroupFAddNonUniformAMD(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupFAddNonUniformAMD() argument
3303 WriteGroupFMinNonUniformAMD(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupFMinNonUniformAMD() argument
3319 WriteGroupUMinNonUniformAMD(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupUMinNonUniformAMD() argument
3335 WriteGroupSMinNonUniformAMD(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupSMinNonUniformAMD() argument
3351 WriteGroupFMaxNonUniformAMD(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupFMaxNonUniformAMD() argument
3367 WriteGroupUMaxNonUniformAMD(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupUMaxNonUniformAMD() argument
3383 WriteGroupSMaxNonUniformAMD(Blob *blob, IdResultType idResultType, IdResult idResult, IdScope execution, spv::GroupOperation operation, IdRef x) WriteGroupSMaxNonUniformAMD() argument
[all...]
H A Dspirv_instruction_parser_autogen.cpp2883 IdScope *execution, in ParseControlBarrier()
2892 *execution = IdScope(_instruction[_o++]); in ParseControlBarrier()
3322 IdScope *execution, in ParseGroupAll()
3332 *execution = IdScope(_instruction[_o++]); in ParseGroupAll()
3338 IdScope *execution, in ParseGroupAny()
3348 *execution = IdScope(_instruction[_o++]); in ParseGroupAny()
3354 IdScope *execution, in ParseGroupBroadcast()
3365 *execution = IdScope(_instruction[_o++]); in ParseGroupBroadcast()
3372 IdScope *execution, in ParseGroupIAdd()
3383 *execution in ParseGroupIAdd()
2882 ParseControlBarrier(const uint32_t *_instruction, IdScope *execution, IdScope *memory, IdMemorySemantics *semantics) ParseControlBarrier() argument
3319 ParseGroupAll(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, IdRef *predicate) ParseGroupAll() argument
3335 ParseGroupAny(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, IdRef *predicate) ParseGroupAny() argument
3351 ParseGroupBroadcast(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, IdRef *value, IdRef *localId) ParseGroupBroadcast() argument
3369 ParseGroupIAdd(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupIAdd() argument
3387 ParseGroupFAdd(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupFAdd() argument
3405 ParseGroupFMin(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupFMin() argument
3423 ParseGroupUMin(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupUMin() argument
3441 ParseGroupSMin(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupSMin() argument
3459 ParseGroupFMax(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupFMax() argument
3477 ParseGroupUMax(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupUMax() argument
3495 ParseGroupSMax(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupSMax() argument
3875 ParseGroupIAddNonUniformAMD(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupIAddNonUniformAMD() argument
3893 ParseGroupFAddNonUniformAMD(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupFAddNonUniformAMD() argument
3911 ParseGroupFMinNonUniformAMD(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupFMinNonUniformAMD() argument
3929 ParseGroupUMinNonUniformAMD(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupUMinNonUniformAMD() argument
3947 ParseGroupSMinNonUniformAMD(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupSMinNonUniformAMD() argument
3965 ParseGroupFMaxNonUniformAMD(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupFMaxNonUniformAMD() argument
3983 ParseGroupUMaxNonUniformAMD(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupUMaxNonUniformAMD() argument
4001 ParseGroupSMaxNonUniformAMD(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdScope *execution, spv::GroupOperation *operation, IdRef *x) ParseGroupSMaxNonUniformAMD() argument
[all...]
/third_party/node/lib/
H A Dvm.js357 default: constants.measureMemory.execution.DEFAULT,
358 eager: constants.measureMemory.execution.EAGER,
364 const { mode = 'summary', execution = 'default' } = options;
366 validateOneOf(execution, 'options.execution', ['default', 'eager']);
368 measureMemoryExecutions[execution]);
388 // and vm.SyntheticModule in the pre-execution phase when
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cpp.cpp490 auto &execution = get_entry_point(); in emit_header() local
506 switch (execution.model) in emit_header()
519 SPIRV_CROSS_THROW("Unsupported execution model."); in emit_header()
522 switch (execution.model) in emit_header()
540 impl_type = join("ComputeShader<Impl::Shader, Impl::Shader::Resources, ", execution.workgroup_size.x, ", ", in emit_header()
541 execution.workgroup_size.y, ", ", execution.workgroup_size.z, ">"); in emit_header()
556 SPIRV_CROSS_THROW("Unsupported execution model."); in emit_header()
H A Dspirv_glsl.cpp421 auto &execution = get_entry_point();
422 switch (execution.model)
437 if (execution.flags.get(ExecutionModeInvocations) && execution.invocations != 1)
493 if (execution.model != ExecutionModelFragment)
500 if (execution.model != ExecutionModelFragment)
559 if (execution.model == ExecutionModelGeometry)
562 execution.geometry_passthrough = true;
715 auto &execution = get_entry_point();
725 arguments.push_back(join("local_size_x = ", execution
[all...]
H A Dspirv_hlsl.cpp563 auto &execution = get_entry_point(); in emit_builtin_outputs_in_struct() local
578 if (hlsl_options.shader_model < 41 || execution.model != ExecutionModelFragment) in emit_builtin_outputs_in_struct()
592 if (hlsl_options.shader_model >= 50 && execution.flags.get(ExecutionModeDepthGreater)) in emit_builtin_outputs_in_struct()
594 else if (hlsl_options.shader_model >= 50 && execution.flags.get(ExecutionModeDepthLess)) in emit_builtin_outputs_in_struct()
859 auto &execution = get_entry_point(); in emit_interface_block_member_in_struct() local
861 auto semantic = to_semantic(location, execution.model, var.storage); in emit_interface_block_member_in_struct()
878 auto &execution = get_entry_point(); in emit_interface_block_in_struct() local
884 if (execution.model == ExecutionModelFragment && var.storage == StorageClassOutput) in emit_interface_block_in_struct()
906 bool need_matrix_unroll = var.storage == StorageClassInput && execution.model == ExecutionModelVertex; in emit_interface_block_in_struct()
921 auto semantic = to_semantic(location_number, execution in emit_interface_block_in_struct()
1293 auto &execution = get_entry_point(); emit_resources() local
2313 auto &execution = get_entry_point(); emit_function_prototype() local
2421 auto &execution = get_entry_point(); emit_hlsl_entry_point() local
[all...]
H A Dspirv_parser.cpp321 auto &execution = ir.entry_points[ops[0]]; in parse() local
323 execution.flags.set(mode); in parse()
328 execution.invocations = ops[2]; in parse()
332 execution.workgroup_size.x = ops[2]; in parse()
333 execution.workgroup_size.y = ops[3]; in parse()
334 execution.workgroup_size.z = ops[4]; in parse()
338 execution.output_vertices = ops[2]; in parse()
H A Dspirv_cross.cpp1583 // In this case, execution is clearly branchless, so just assume a while loop header here. in continue_block_type()
2070 auto &execution = get_entry_point(); in set_execution_mode() local
2072 execution.flags.set(mode); in set_execution_mode()
2076 execution.workgroup_size.x = arg0; in set_execution_mode()
2077 execution.workgroup_size.y = arg1; in set_execution_mode()
2078 execution.workgroup_size.z = arg2; in set_execution_mode()
2082 execution.invocations = arg0; in set_execution_mode()
2086 execution.output_vertices = arg0; in set_execution_mode()
2096 auto &execution = get_entry_point(); in unset_execution_mode() local
2097 execution in unset_execution_mode()
2103 auto &execution = get_entry_point(); get_work_group_size_specialization_constants() local
2136 auto &execution = get_entry_point(); get_execution_mode_argument() local
2165 auto &execution = get_entry_point(); get_execution_model() local
2361 auto &execution = get_entry_point(); interface_variable_exists_in_entry_point() local
[all...]
H A Dspirv_msl.cpp10572 auto &execution = get_entry_point();
10592 if (execution.model == ExecutionModelVertex && type.storage == StorageClassInput)
10627 if (((execution.model == ExecutionModelVertex && !msl_options.vertex_for_tessellation) ||
10628 execution.model == ExecutionModelTessellationEvaluation) &&
10678 if (execution.model == ExecutionModelTessellationControl && type.storage == StorageClassInput)
10715 if (execution.model == ExecutionModelTessellationControl && type.storage == StorageClassOutput)
10723 if (execution.model == ExecutionModelTessellationEvaluation && type.storage == StorageClassInput)
10756 if (execution.model == ExecutionModelFragment && type.storage == StorageClassInput)
10862 if (execution.model == ExecutionModelFragment && type.storage == StorageClassOutput)
10908 if (execution
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_resume.tex8 \begin{Name}{3}{unw\_resume}{David Mosberger-Tang}{Programming Library}{unw\_resume}unw\_resume -- resume execution in a particular stack frame
19 The \Func{unw\_resume}() routine resumes execution at the stack frame
24 and then directly resumes execution in the target stack frame. Thus
27 (callee-saved) registers. However, if execution in any of the stack
H A Dlibunwind.tex122 execution at an arbitrary stack frame. As you might guess, this is
124 needed by some high-level languages such as Java. Resuming execution
199 registers, or resume execution at a particular stack frame by calling
280 To speed up execution, \Prog{libunwind} may aggressively cache the
297 (at the cost of slower execution). By default, caching is enabled for
/third_party/node/deps/v8/src/extensions/
H A Dgc-extension.cc14 #include "src/execution/isolate.h"
27 ExecutionType execution; member
62 IsProperty(isolate, ctx, param, "execution", "async"); in Parse()
66 options.execution = ExecutionType::kAsync; in Parse()
155 switch (options.execution) { in GC()
/third_party/node/test/pummel/
H A Dtest-crypto-timing-safe-equal-benchmarks.js111 `timingSafeEqual should not leak information from its execution time (t=${t})`,
121 `Buffer#equals should leak information from its execution time (t=${t2})`,
/third_party/node/test/known_issues/
H A Dtest-vm-timeout-escape-queuemicrotask.js42 message: `Script execution timed out after ${timeout}ms`,
/third_party/node/deps/v8/tools/
H A Dgen-keywords-gen-h.py214 '"gperf generated tables don\'t work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."',
215 '"gperf generated tables don\'t work with this execution character set."\\\n// If you see this error, please report a bug to <bug-gperf@gnu.org>.'
/third_party/mesa3d/src/intel/tools/
H A Dintel_dump_gpu.in9 contents and execution of the GEM application.
/third_party/node/deps/v8/src/parsing/
H A Dkeywords-gen.h43 #error "gperf generated tables don't work with this execution character set."
/third_party/ltp/testcases/kernel/controllers/memctl/
H A Drun_memctl_test.sh90 echo Skipping execution of memory controller tests.;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp408 bool execution; in init() member
481 conditionalData.expectCommandExecution = valueResults.execution; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp410 bool execution; in init() member
483 conditionalData.expectCommandExecution = valueResults.execution; in init()

Completed in 43 milliseconds

123