Home
last modified time | relevance | path

Searched refs:ExecutionType (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/extensions/
H A Dgc-extension.cc23 enum class ExecutionType { kAsync, kSync }; class
27 ExecutionType execution;
47 ExecutionType::kSync}; in Parse()
66 options.execution = ExecutionType::kAsync; in Parse()
81 void InvokeGC(v8::Isolate* isolate, ExecutionType execution_type, in InvokeGC()
92 execution_type == ExecutionType::kAsync in InvokeGC()
95 execution_type == ExecutionType::kAsync in InvokeGC()
122 InvokeGC(isolate_, ExecutionType::kAsync, type_);
147 InvokeGC(isolate, ExecutionType::kSync, in GC()
156 case ExecutionType in GC()
[all...]
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Damber.h41 enum class ExecutionType { class
129 ExecutionType execution_type;
/third_party/vk-gl-cts/external/amber/src/src/
H A Damber.cc70 execution_type(ExecutionType::kExecute), in Options()
H A Dexecutor.cc92 if (options->execution_type == ExecutionType::kPipelineCreateOnly) in Execute()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Damber.cc536 ? amber::ExecutionType::kPipelineCreateOnly
537 : amber::ExecutionType::kExecute;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp406 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp405 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()

Completed in 6 milliseconds