/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 93 __ push(scratch2); in Generate_PushArguments() 455 __ push(t0); in Generate_JSEntryVariant() 578 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper() 1136 // Our stack is currently aligned. We have have to push something along with in Generate_BaselineOutOfLinePrologue() 1296 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline() 1302 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline() 1303 __ push(kInterpreterAccumulatorRegister); in Generate_InterpreterEntryTrampoline() 1532 __ push(zero_reg); in Generate_InterpreterPushArgsThenConstructImpl() 1845 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply() 1922 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply() 2083 Label done, push, loop; Generate_CallOrConstructVarargs() local [all...] |
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 92 __ push(scratch2); in Generate_PushArguments() 630 __ push(s3); in Generate_JSEntryVariant() 756 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper() 1144 // Our stack is currently aligned. We have have to push something along with in Generate_BaselineOutOfLinePrologue() 1304 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline() 1310 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline() 1311 __ push(kInterpreterAccumulatorRegister); in Generate_InterpreterEntryTrampoline() 1539 __ push(zero_reg); in Generate_InterpreterPushArgsThenConstructImpl() 1857 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply() 1946 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply() 2130 Label done, push, loop; Generate_CallOrConstructVarargs() local [all...] |
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 91 __ push(scratch2); in Generate_PushArguments() 664 __ push(s3); in Generate_JSEntryVariant() 790 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper() 1202 // Our stack is currently aligned. We have have to push something along with in Generate_BaselineOutOfLinePrologue() 1368 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline() 1374 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline() 1375 __ push(a5); in Generate_InterpreterEntryTrampoline() 1608 __ push(zero_reg); in Generate_InterpreterPushArgsThenConstructImpl() 1931 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply() 2031 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply() 2239 Label done, push, loop; Generate_CallOrConstructVarargs() local [all...] |
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 355 __ push(value); in Generate_PushArguments() 758 __ push(r3); in Generate_ConstructedNonConstructable() 1037 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper() 1602 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline() 1603 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline() 1611 __ push(kInterpreterAccumulatorRegister); in Generate_InterpreterEntryTrampoline() 1845 __ push(r0); in Generate_InterpreterPushArgsThenConstructImpl() 2109 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply() 2190 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply() 2240 // arguments from the stack (including the receiver), and push thisArgumen in Generate_ReflectConstruct() [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 1687 * EndCommandBuffer, so all push constant packets are ignored during a in BeginCommandBuffer() 1689 * emit push constants again before any rendering operation. So we in BeginCommandBuffer() 1777 * issued in a context, SW must initialize by programming push constant 1792 * software must program push constant commands for all stages prior to 1796 * constants have been loaded into the EUs prior to disable the push constants 2492 * uses push concstants, this may be suboptimal. However, avoiding stalls in cmd_buffer_alloc_push_constants() 2509 /* Broadwell+ and Haswell gt3 require that the push constant sizes be in in cmd_buffer_alloc_push_constants() 2511 * 32KB worth of push constant space. in cmd_buffer_alloc_push_constants() 2537 * In 3D mode, after programming push constant alloc command immediately in cmd_buffer_alloc_push_constants() 2538 * program push constan in cmd_buffer_alloc_push_constants() 2591 struct anv_push_constants *push = &pipe_state->push_constants; emit_binding_table() local 3060 const struct anv_push_constants *push = get_push_range_address() local 3136 const struct anv_push_constants *push = get_push_range_bound_size() local 3330 struct anv_push_constants *push = &gfx_state->base.push_constants; cmd_buffer_flush_push_constants() local 5308 struct anv_push_constants *push = anv_cmd_buffer_push_base_group_id() local [all...] |
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 29 #pragma GCC visibility push(default) 32 #pragma warning (push)
|
/third_party/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 299 #pragma GCC diagnostic push 1471 #pragma GCC diagnostic push
|
/third_party/mbedtls/library/ |
H A D | sha256.c | 86 # pragma clang attribute push (__attribute__((target("sha2"))), apply_to=function) 92 # pragma clang attribute push (__attribute__((target("crypto"))), apply_to=function)
|
/third_party/node/lib/ |
H A D | _http_server.js | 1037 state.incoming.push(req); 1078 state.outgoing.push(res);
|
H A D | zlib.js | 567 streamBufferIsFull = !self.push(out); 625 self.push(null);
|
/third_party/node/lib/internal/readline/ |
H A D | interface.js | 1380 if (!readable.push(input)) { 1386 readable.push(null);
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | environment.py | 1329 push = buf.append 1335 push(c)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 1243 push = buf.append 1249 push(c)
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
H A D | socksclient.js | 484 supportedAuthMethods.push(constants_1.Socks5Auth.UserPass); 488 supportedAuthMethods.push(this.options.proxy.custom_auth_method);
|
/third_party/libinput/src/ |
H A D | evdev.h | 795 #pragma GCC diagnostic push in evdev_log_msg() 833 #pragma GCC diagnostic push in evdev_log_msg_ratelimit()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator-verifier.cc | 447 worklist.push(std::make_pair(assessment, virtual_register)); in ValidatePendingAssessment() 509 worklist.push({next, expected}); in ValidatePendingAssessment()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | csa-load-elimination.cc | 504 queue.push(node->InputAt(i)); in ComputeLoopState() 531 queue.push(NodeProperties::GetEffectInput(current, i)); in ComputeLoopState()
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | args.rs | 358 args.push(genned); in gen_augment() 629 genned_fields.push(genned); in gen_updater()
|
/third_party/openssl/test/ |
H A D | cmp_ctx_test.c | 605 #define push 0 macro 662 TEST_error("push/sk_top first value did not match"); \ 667 TEST_error("first push did not dup the value"); \ 686 TEST_error("push/sk_top second value did not match"); \ 691 TEST_error("second push did not dup the value"); \ 717 DEFINE_PUSH_BASE_TEST(push##N, DUP, FIELD, ELEM, TYPE *, TYPE, \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 337 Inactive.push(std::make_tuple(&LI, 0, NId)); 352 Inactive.push(nextSegment(*RetireItr));
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 470 [&to_check](uint32_t label) { to_check.push(label); }); in GetProblematicInstructionsIfConditionalCanBeFlattened() 566 to_check.push(block->terminator()->GetSingleWordInOperand(0)); in GetProblematicInstructionsIfConditionalCanBeFlattened()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 375 to_visit.push(GetMergeBlock()); in GetMergingBlocks() 382 to_visit.push(cfg->block(pred_id)); in GetMergingBlocks()
|
H A D | scalar_replacement_pass.cpp | 62 worklist.push(varInst); in ProcessFunction() 161 worklist->push(var); in ReplaceVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 470 [&to_check](uint32_t label) { to_check.push(label); }); in GetProblematicInstructionsIfConditionalCanBeFlattened() 566 to_check.push(block->terminator()->GetSingleWordInOperand(0)); in GetProblematicInstructionsIfConditionalCanBeFlattened()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_descriptor.cpp | 375 to_visit.push(GetMergeBlock()); in GetMergingBlocks() 382 to_visit.push(cfg->block(pred_id)); in GetMergingBlocks()
|