Lines Matching refs:size

112   for (uint32_t i = offset; i < native_execution_async_resources_.size(); i++)
116 // When this call comes from JS (as a way of increasing the stack size),
143 if (LIKELY(offset < native_execution_async_resources_.size() &&
146 for (uint32_t i = offset + 1; i < native_execution_async_resources_.size();
152 if (native_execution_async_resources_.size() <
154 native_execution_async_resources_.size() > 16) {
204 size_t id = contexts_.size();
378 if (values.size() > i && id == values[i].id) { \
579 size_t size = PATH_MAX_BYTES;
580 const int err = uv_cwd(cwd, &size);
583 CHECK_GT(size, 0);
629 } else if (argv.size() > 0) {
907 if (native_immediates_threadsafe_.size() > 0 ||
908 native_immediates_interrupts_.size() > 0) {
1035 native_immediates_.size() > 0 ||
1036 native_immediates_threadsafe_.size() > 0 ||
1037 native_immediates_interrupts_.size() > 0) {
1064 while (native_immediates_interrupts_.size() > 0) {
1124 // It is safe to check .size() first, because there is a causal relationship
1126 // called. For the common case, it's worth checking the size first before
1132 if (native_immediates_threadsafe_.size() > 0) {
1450 for (size_t i = 0; i < info_->native_execution_async_resources.size(); ++i) {
1491 native_execution_async_resources_.size());
1492 for (size_t i = 0; i < native_execution_async_resources_.size(); i++) {
1621 CHECK_EQ(contexts_.size(), 1);
1755 // but it should be no more than the young generation size.
1826 size_t size = sizeof(*this);
1831 size -= sizeof(async_hooks_);
1832 size -= sizeof(cleanup_queue_);
1833 size -= sizeof(tick_info_);
1834 size -= sizeof(immediate_info_);
1835 return size;
1863 // node, we shift its sizeof() size out of the Environment node.