/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-interpreter.cc | 336 #define DISPATCH() \ macro 346 #define DISPATCH() \ macro 352 // ADVANCE/SET_PC_FROM_OFFSET are separated from DISPATCH, because ideally some 353 // instructions can be executed between ADVANCE/SET_PC_FROM_OFFSET and DISPATCH. 355 // DISPATCH is dependent on a memory load in ADVANCE/SET_PC_FROM_OFFSET. If we 357 // memory, instructions between ADVANCE/SET_PC_FROM_OFFSET and DISPATCH can 462 DISPATCH(); in RawMatch() 473 DISPATCH(); in RawMatch() 480 DISPATCH(); in RawMatch() 487 DISPATCH(); in RawMatch() 1046 #undef DISPATCH global() macro [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-reference.cc | 85 #define DISPATCH(ret, method) \ macro 100 #define DISPATCH(ret, method) \ 112 DISPATCH(Address, constant_pool) 113 DISPATCH(Address, instruction_start) 114 DISPATCH(Address, instruction_end) 115 DISPATCH(int, instruction_size) 116 DISPATCH(const byte*, relocation_start) 117 DISPATCH(const byte*, relocation_end) 118 DISPATCH(int, relocation_size) 119 DISPATCH(Addres 122 #undef DISPATCH global() macro [all...] |
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | gc-info.h | 58 #define DISPATCH(is_polymorphic, has_finalizer, has_non_hidden_name, function) \ macro 68 // DISPATCH(is_polymorphic, has_finalizer, has_non_hidden_name, function) 70 DISPATCH(true, true, true, // 75 DISPATCH(true, true, false, // 79 DISPATCH(true, false, true, // 83 DISPATCH(true, false, false, // 86 DISPATCH(false, true, true, // 91 DISPATCH(false, true, false, // 95 DISPATCH(false, false, true, // 99 DISPATCH(fals 103 #undef DISPATCH global() macro [all...] |
/third_party/node/deps/v8/include/cppgc/internal/ |
H A D | gc-info.h | 63 #define DISPATCH(is_polymorphic, has_finalizer, has_non_hidden_name, function) \ macro 74 // DISPATCH(is_polymorphic, has_finalizer, has_non_hidden_name, function) 76 DISPATCH(true, true, true, // 81 DISPATCH(true, true, false, // 85 DISPATCH(true, false, true, // 89 DISPATCH(true, false, false, // 92 DISPATCH(false, true, true, // 97 DISPATCH(false, true, false, // 101 DISPATCH(false, false, true, // 105 DISPATCH(fals 109 #undef DISPATCH global() macro [all...] |
/third_party/python/Python/ |
H A D | ceval.c | 1332 #define DISPATCH() \ macro 1745 DISPATCH(); 1757 DISPATCH(); 1770 and that all operation that succeed call DISPATCH() ! */ 1773 DISPATCH(); 1788 DISPATCH(); 1799 DISPATCH(); 1809 DISPATCH(); 1817 DISPATCH(); 1824 DISPATCH(); [all...] |
/third_party/python/Modules/_sre/ |
H A D | sre_lib.h | 547 #define DISPATCH \ macro 554 #define DISPATCH goto dispatch macro 600 DISPATCH; in match() 630 DISPATCH; in match() 641 DISPATCH; in match() 652 DISPATCH; in match() 673 DISPATCH; in match() 684 DISPATCH; in match() 693 DISPATCH; in match() 702 DISPATCH; in match() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | neverAsDiscriminantType(strict=false).js | 28 [O in GatewayOpcode]: O extends GatewayOpcode.DISPATCH 30 [T in keyof GatewayEvents]: GatewayPayloadStructure<GatewayOpcode.DISPATCH, T, GatewayEvents[T]> 40 DISPATCH = 0, 120 GatewayOpcode[GatewayOpcode["DISPATCH"] = 0] = "DISPATCH";
|
H A D | neverAsDiscriminantType(strict=true).js | 28 [O in GatewayOpcode]: O extends GatewayOpcode.DISPATCH 30 [T in keyof GatewayEvents]: GatewayPayloadStructure<GatewayOpcode.DISPATCH, T, GatewayEvents[T]> 40 DISPATCH = 0, 120 GatewayOpcode[GatewayOpcode["DISPATCH"] = 0] = "DISPATCH";
|
/third_party/mesa3d/src/gallium/targets/libgl-xlib/ |
H A D | xlib.c | 123 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
/third_party/mesa3d/src/mapi/glapi/ |
H A D | glapi_nop.c | 108 #define DISPATCH(func, args, msg) nop(#func); macro
|
H A D | glapi_dispatch.c | 59 #define DISPATCH(FUNC, ARGS, MESSAGE) \ 69 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 213 DISPATCH, enumerator 459 if (m_parameters.command == DISPATCH) in iterate() 558 if (m_parameters.command == DISPATCH) in iterate() 566 if (m_parameters.command == DISPATCH) in iterate() 850 if (m_parameters.command == DISPATCH) in iterate() 1133 if (m_parameters.command == DISPATCH) in checkSupport() 1154 if (m_parameters.command == DISPATCH) in checkSupport() 1917 { DISPATCH, vk::VK_FORMAT_R10X6_UNORM_PACK16, vk::VK_FORMAT_R10X6_UNORM_PACK16 }, in testGenerator() 1918 { DISPATCH, vk::VK_FORMAT_R8G8B8A8_UNORM, vk::VK_FORMAT_R8G8B8A8_UNORM }, in testGenerator() 1919 { DISPATCH, v in testGenerator() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectPerformanceTests.cpp | 69 DISPATCH, enumerator 826 const vk::VkPipelineCreateFlags pipelineFlags = (m_dispatchType == DISPATCH) ? (vk::VkPipelineCreateFlags)0u : (vk::VkPipelineCreateFlags)vk::VK_PIPELINE_CREATE_DISPATCH_BASE_BIT; in iterate() 847 if (m_dispatchType == DISPATCH) in iterate() 871 if (m_dispatchType == DISPATCH) in iterate() 1102 performanceGroup->addChild(new ShaderObjectDispatchPerformanceCase(testCtx, "dispatch", DISPATCH)); in createShaderObjectPerformanceTests()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 6339 OP(SETBIGGROUPNUM) OP(DISPATCH) OP(HALT) in upb_pbdecoder_getopname() 6760 * the DISPATCH opcode for the message). */ in compile_method() 7573 /* We have some unknown fields (or ENDGROUP) to parse. The DISPATCH or TAG in dispatch()
|