Searched refs:LAZY (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/ms/ |
H A D | uplink.c | 104 # define LAZY(i) \ macro 113 # define LAZY(i) \ macro 130 LAZY(1) LAZY(2) LAZY(3) LAZY(4) LAZY(5) 131 LAZY(6) LAZY(7) LAZY( [all...] |
/third_party/openssl/ms/ |
H A D | uplink.c | 104 # define LAZY(i) \ macro 113 # define LAZY(i) \ macro 130 LAZY(1) LAZY(2) LAZY(3) LAZY(4) LAZY(5) 131 LAZY(6) LAZY(7) LAZY( [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | frame-states.cc | 105 case ContinuationFrameStateMode::LAZY: in DeoptimizerParameterCountFor() 206 outer_frame_state, ContinuationFrameStateMode::LAZY, signature); in CreateJSWasmCallBuiltinContinuationFrameState() 257 ContinuationFrameStateMode::LAZY); in CreateGenericLazyDeoptContinuationFrameState()
|
H A D | frame-states.h | 172 enum class ContinuationFrameStateMode { EAGER, LAZY, LAZY_WITH_CATCH }; member in v8::internal::compiler::ContinuationFrameStateMode
|
H A D | js-call-reducer.cc | 1351 ContinuationFrameStateMode::LAZY); 1432 ContinuationFrameStateMode::LAZY); 1461 ContinuationFrameStateMode::LAZY); 1608 params.outer_frame_state, ContinuationFrameStateMode::LAZY); 1620 params.outer_frame_state, ContinuationFrameStateMode::LAZY); 1732 params.outer_frame_state, ContinuationFrameStateMode::LAZY); 1879 ContinuationFrameStateMode::LAZY); 1908 ContinuationFrameStateMode::LAZY); 1995 ContinuationFrameStateMode::LAZY); 2223 ContinuationFrameStateMode::LAZY); [all...] |
H A D | js-native-context-specialization.cc | 275 ContinuationFrameStateMode::LAZY); in ReduceJSAsyncFunctionReject() 311 ContinuationFrameStateMode::LAZY); in ReduceJSAsyncFunctionResolve() 479 0, frame_state, ContinuationFrameStateMode::LAZY); in ReduceJSInstanceOf() 1470 frame_state, ContinuationFrameStateMode::LAZY); in ReduceJSGetIterator()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 1552 #define LAZY(FUNC) screen->FUNC = zink_##FUNC##_lazy in zink_screen_init_descriptor_funcs() macro 1553 LAZY(descriptor_program_init); in zink_screen_init_descriptor_funcs() 1554 LAZY(descriptor_program_deinit); in zink_screen_init_descriptor_funcs() 1555 LAZY(context_invalidate_descriptor_state); in zink_screen_init_descriptor_funcs() 1556 LAZY(batch_descriptor_init); in zink_screen_init_descriptor_funcs() 1557 LAZY(batch_descriptor_reset); in zink_screen_init_descriptor_funcs() 1558 LAZY(batch_descriptor_deinit); in zink_screen_init_descriptor_funcs() 1559 LAZY(descriptors_init); in zink_screen_init_descriptor_funcs() 1560 LAZY(descriptors_deinit); in zink_screen_init_descriptor_funcs() 1561 LAZY(descriptors_updat in zink_screen_init_descriptor_funcs() 1562 #undef LAZY zink_screen_init_descriptor_funcs() macro [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | WireFormat.java | 204 LAZY { enum constant
|
H A D | MessageReflection.java | 539 return WireFormat.Utf8Validation.LAZY; in getUtf8Validation()
|
Completed in 16 milliseconds