Home
last modified time | relevance | path

Searched defs:execution (Results 1 – 25 of 25) sorted by relevance

/third_party/node/test/parallel/
Dtest-vm-measure-memory.js15 vm.measureMemory({ execution: 'eager' }) property
19 vm.measureMemory({ mode: 'detailed', execution: 'eager' }) property
23 vm.measureMemory({ mode: 'summary', execution: 'eager' }) property
35 assert.throws(() => vm.measureMemory({ execution: 'random' }), { property
Dtest-vm-measure-memory-multi-context.js21 vm.measureMemory({ mode: 'detailed', execution: 'eager' }) property
/third_party/node/deps/v8/src/heap/
Dmemory-measurement.cc176 v8::MeasureMemoryExecution execution, in EnqueueRequest()
244 bool MemoryMeasurement::IsGCTaskPending(v8::MeasureMemoryExecution execution) { in IsGCTaskPending()
252 void MemoryMeasurement::SetGCTaskPending(v8::MeasureMemoryExecution execution) { in SetGCTaskPending()
262 void MemoryMeasurement::SetGCTaskDone(v8::MeasureMemoryExecution execution) { in SetGCTaskDone()
272 void MemoryMeasurement::ScheduleGCTask(v8::MeasureMemoryExecution execution) { in ScheduleGCTask()
Dheap.cc4367 v8::MeasureMemoryExecution execution) { in MeasureMemory()
/third_party/python/Doc/reference/
Dexecutionmodel.rst195 .. _dynamic-features:
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp2392 void WriteControlBarrier(Blob *blob, IdScope execution, IdScope memory, IdMemorySemantics semantics) in WriteControlBarrier()
2787 IdScope execution, in WriteGroupAll()
2801 IdScope execution, in WriteGroupAny()
2815 IdScope execution, in WriteGroupBroadcast()
2831 IdScope execution, in WriteGroupIAdd()
2847 IdScope execution, in WriteGroupFAdd()
2863 IdScope execution, in WriteGroupFMin()
2879 IdScope execution, in WriteGroupUMin()
2895 IdScope execution, in WriteGroupSMin()
2911 IdScope execution, in WriteGroupFMax()
[all …]
Dspirv_instruction_parser_autogen.cpp2883 IdScope *execution, in ParseControlBarrier()
3322 IdScope *execution, in ParseGroupAll()
3338 IdScope *execution, in ParseGroupAny()
3354 IdScope *execution, in ParseGroupBroadcast()
3372 IdScope *execution, in ParseGroupIAdd()
3390 IdScope *execution, in ParseGroupFAdd()
3408 IdScope *execution, in ParseGroupFMin()
3426 IdScope *execution, in ParseGroupUMin()
3444 IdScope *execution, in ParseGroupSMin()
3462 IdScope *execution, in ParseGroupFMax()
[all …]
/third_party/node/deps/v8/src/extensions/
Dgc-extension.cc27 ExecutionType execution; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.cpp490 auto &execution = get_entry_point(); in emit_header() local
Dspirv_hlsl.cpp563 auto &execution = get_entry_point(); in emit_builtin_outputs_in_struct() local
859 auto &execution = get_entry_point(); in emit_interface_block_member_in_struct() local
878 auto &execution = get_entry_point(); in emit_interface_block_in_struct() local
1293 auto &execution = get_entry_point(); in emit_resources() local
2313 auto &execution = get_entry_point(); in emit_function_prototype() local
2421 auto &execution = get_entry_point(); in emit_hlsl_entry_point() local
Dspirv_cross.cpp2070 auto &execution = get_entry_point(); in set_execution_mode() local
2096 auto &execution = get_entry_point(); in unset_execution_mode() local
2103 auto &execution = get_entry_point(); in get_work_group_size_specialization_constants() local
2136 auto &execution = get_entry_point(); in get_execution_mode_argument() local
2165 auto &execution = get_entry_point(); in get_execution_model() local
2361 auto &execution = get_entry_point(); in interface_variable_exists_in_entry_point() local
Dspirv_parser.cpp321 auto &execution = ir.entry_points[ops[0]]; in parse() local
Dspirv_glsl.cpp421 auto &execution = get_entry_point(); in find_static_extensions() local
715 auto &execution = get_entry_point(); in build_workgroup_size() local
765 auto &execution = get_entry_point(); in emit_header() local
2335 auto &execution = get_entry_point(); in to_storage_qualifiers_glsl() local
2866 auto &execution = get_entry_point(); in emit_pls() local
3261 auto &execution = get_entry_point(); in emit_resources() local
6163 auto &execution = get_entry_point(); in legacy_tex_op() local
12940 auto &execution = get_entry_point(); in flags_to_qualifiers_glsl() local
Dspirv_msl.cpp10572 auto &execution = get_entry_point(); in member_attribute_qualifier() local
11018 auto &execution = get_entry_point(); in func_type_decl() local
12272 auto &execution = this->get_entry_point(); in fix_up_shader_inputs_outputs() local
12364 auto &execution = get_entry_point(); in get_metal_resource_index() local
14135 auto &execution = get_entry_point(); in builtin_qualifier() local
14355 const SPIREntryPoint &execution = get_entry_point(); in builtin_type_decl() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDispatchTests.cpp400 bool execution; in init() member
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_atomics_test.cpp34 const std::string& execution) { in GenerateShaderCodeImpl()
100 const std::string execution = R"( in GenerateShaderCode() local
126 const std::string execution = R"( in GenerateShaderComputeCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_atomics_test.cpp34 const std::string& execution) { in GenerateShaderCodeImpl()
100 const std::string execution = R"( in GenerateShaderCode() local
126 const std::string execution = R"( in GenerateShaderComputeCode() local
/third_party/spirv-tools/test/val/
Dval_atomics_test.cpp34 const std::string& execution) { in GenerateShaderCodeImpl()
100 const std::string execution = R"( in GenerateShaderCode() local
126 const std::string execution = R"( in GenerateShaderComputeCode() local
/third_party/node/deps/v8/tools/
Dparse-processor.mjs863 execution: 'First Execution', property
/third_party/node/src/
Dnode_contextify.cc1353 int32_t execution = args[1].As<v8::Int32>()->Value(); in MeasureMemory() local
/third_party/node/doc/api/
Dn-api.md6055 ### `napi_run_script`
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc3130 uint32_t execution = 0; in GenerateControlBarrierIntrinsic() local
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1728 void Builder::createControlBarrier(Scope execution, Scope memory, MemorySemanticsMask semantics) in createControlBarrier()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc5082 uint32_t execution = operands[0]; in EmitControlBarrier() local
/third_party/node/deps/v8/src/api/
Dapi.cc9011 MeasureMemoryExecution execution) { in MeasureMemory()