/external/v8/src/builtins/ |
D | builtins-array-gen.cc | 36 this_arg(), k_value, k, o()); in FindProcessor() 51 this_arg(), k_value, k, o()); in FindIndexProcessor() 65 CallJS(CodeFactory::Call(isolate()), context(), callbackfn(), this_arg(), in ForEachProcessor() 76 this_arg(), k_value, k, o()); in SomeProcessor() 91 this_arg(), k_value, k, o()); in EveryProcessor() 101 return a_.Bind(this_arg()); in ReduceResultGenerator() 137 callbackfn(), this_arg(), k_value, k, o()); in FilterProcessor() 228 callbackfn(), this_arg(), k_value, k, o()); in SpecCompliantMapProcessor() 240 callbackfn(), this_arg(), k_value, k, o()); in FastMapProcessor() 341 callbackfn(), this_arg(), k_value, k, o()); in TypedArrayMapProcessor() [all …]
|
D | builtins-array-gen.h | 82 Node* this_arg() { return this_arg_; } in this_arg() function 90 Node* this_arg, TNode<IntPtrT> argc); 100 Node* this_arg, Node* a, TNode<JSReceiver> o, Node* initial_k,
|
D | builtins-function.cc | 215 Handle<Object> this_arg = isolate->factory()->undefined_value(); in DoFunctionBind() local 218 this_arg = args.at(1); in DoFunctionBind() 226 isolate->factory()->NewJSBoundFunction(target, this_arg, argv)); in DoFunctionBind()
|
D | builtins-typed-array-gen.cc | 1637 TNode<Object> this_arg = args.GetOptionalArgumentValue(2); in TF_BUILTIN() local 1754 CAST(CallJS(CodeFactory::Call(isolate()), context, map_fn, this_arg, in TF_BUILTIN() 1829 TNode<Object> this_arg = args.GetOptionalArgumentValue(1); in TF_BUILTIN() local 1861 CallJS(CodeFactory::Call(isolate()), context, callbackfn, this_arg, in TF_BUILTIN()
|
D | builtins-collections-gen.cc | 1560 Node* const this_arg = args.GetOptionalArgumentValue(1); in TF_BUILTIN() local 1597 CallJS(CodeFactory::Call(isolate()), context, callback, this_arg, in TF_BUILTIN() 1791 Node* const this_arg = args.GetOptionalArgumentValue(1); in TF_BUILTIN() local 1821 CallJS(CodeFactory::Call(isolate()), context, callback, this_arg, entry_key, in TF_BUILTIN()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr16556-2.ll | 19 …12TickDuration30__T2toVAyaa7_7365636f6e6473TlZ2toMxFNaNbNfZl(%core.time.TickDuration* %.this_arg) { 22 %tmp = icmp ne %core.time.TickDuration* %.this_arg, null 31 %tmp2 = getelementptr %core.time.TickDuration, %core.time.TickDuration* %.this_arg, i32 0, i32 0
|
D | pr16556.ll | 10 …uration30__T2toVAyaa7_7365636f6e6473TlZ2toMxFNaNbNfZl(%core.time.TickDuration.37.125* %.this_arg) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | pr16556-2.ll | 19 …12TickDuration30__T2toVAyaa7_7365636f6e6473TlZ2toMxFNaNbNfZl(%core.time.TickDuration* %.this_arg) { 22 %tmp = icmp ne %core.time.TickDuration* %.this_arg, null 31 %tmp2 = getelementptr %core.time.TickDuration, %core.time.TickDuration* %.this_arg, i32 0, i32 0
|
D | pr16556.ll | 10 …uration30__T2toVAyaa7_7365636f6e6473TlZ2toMxFNaNbNfZl(%core.time.TickDuration.37.125* %.this_arg) {
|
/external/mdnsresponder/mDNSPosix/ |
D | Identify.c | 273 int this_arg = 1; in main() local 297 while (this_arg < argc) in main() 299 char *arg = argv[this_arg++]; in main() 300 if (this_arg > 2) printf("\n"); in main()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_monitor.c | 131 if (*iter.this_arg & IEEE80211_RADIOTAP_F_FCS) in handle_monitor_read() 139 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read() 148 datarate = *iter.this_arg * 5; in handle_monitor_read() 151 ssi_signal = (s8) *iter.this_arg; in handle_monitor_read()
|
/external/wpa_supplicant_8/src/utils/ |
D | radiotap_iter.h | 72 unsigned char *this_arg; member
|
D | radiotap.c | 157 iterator->this_arg = iterator->_arg; in ieee80211_radiotap_iterator_init() 330 iterator->this_arg = iterator->_arg; in ieee80211_radiotap_iterator_next()
|
/external/v8/src/compiler/ |
D | js-call-reducer.cc | 1022 Node* this_arg = node->op()->ValueInputCount() > 3 in ReduceArrayForEach() local 1073 {receiver, fncallback, this_arg, k, original_length}); in ReduceArrayForEach() 1155 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayForEach() 1489 Node* this_arg = node->op()->ValueInputCount() > 3 in ReduceArrayMap() local 1548 {receiver, fncallback, this_arg, a, k, original_length}); in ReduceArrayMap() 1631 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayMap() 1701 Node* this_arg = node->op()->ValueInputCount() > 3 in ReduceArrayFilter() local 1783 {receiver, fncallback, this_arg, a, k, original_length, to, to}); in ReduceArrayFilter() 1811 {receiver, fncallback, this_arg, a, k, original_length, to}); in ReduceArrayFilter() 1868 {receiver, fncallback, this_arg, a, k, original_length, element, to}); in ReduceArrayFilter() [all …]
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 1106 i::Handle<i::Object> this_arg = Utils::OpenHandle(*args.This()); \ 1107 if (!this_arg->Is##WasmType()) { \ 1111 var = i::Handle<i::WasmType>::cast(this_arg); \
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 1355 Register this_arg = a5; in Generate_FunctionPrototypeApply() local 1371 __ Pop(this_arg, arg_array); // Overwrite argc in Generate_FunctionPrototypeApply() 1373 __ Movz(this_arg, undefined_value, scratch); // if argc == 0 in Generate_FunctionPrototypeApply() 1377 __ Sd(this_arg, MemOperand(sp)); in Generate_FunctionPrototypeApply()
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1525 Register this_arg = x0; in Generate_FunctionPrototypeApply() local 1558 __ Ldp(arg_array, this_arg, MemOperand(scratch)); // Overwrites argc. in Generate_FunctionPrototypeApply() 1564 __ PushArgument(this_arg); in Generate_FunctionPrototypeApply()
|