/external/v8/test/mjsunit/harmony/ |
D | proxies-construct.js | 76 construct(target, args, new_target) { argument 79 seen_new_target = new_target; 80 return Reflect.construct(target, args, new_target); 102 construct(target, args, new_target) { argument
|
/external/speex/libspeex/ |
D | ltp.c | 363 spx_word16_t *new_target, in pitch_gain_search_3tap() argument 392 new_target[j] = target[j]; in pitch_gain_search_3tap() 414 new_target[j] = SHR16(new_target[j],1); in pitch_gain_search_3tap() 440 corr[i]=inner_prod(x[i],new_target,nsf); in pitch_gain_search_3tap() 520 new_target[i] = SUB16(new_target[i], EXTRACT16(PSHR32(tmp,6))); in pitch_gain_search_3tap() 522 err = inner_prod(new_target, new_target, nsf); in pitch_gain_search_3tap() 554 VARDECL(spx_word16_t *new_target); in pitch_search_3tap() 614 ALLOC(new_target, nsf, spx_word16_t); in pitch_search_3tap() 622 … bits, stack, exc2, r, new_target, &cdbk_index, plc_tuning, *cumul_gain, scaledown); in pitch_search_3tap() 626 SPEEX_COPY(best_target, new_target, nsf); in pitch_search_3tap()
|
/external/v8/src/compiler/ |
D | js-inlining.cc | 52 Node* new_target() { in new_target() function in v8::internal::compiler::JSCallAccessor 135 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall() argument 166 Replace(use, new_target); in InlineCall() 437 Node* new_target = jsgraph_->UndefinedConstant(); in ReduceJSCall() local 449 jsgraph_->javascript()->Create(), call.target(), call.new_target(), in ReduceJSCall() 471 new_target = call.new_target(); // Retrieve new target value input. in ReduceJSCall() 515 return InlineCall(node, new_target, context, frame_state, start, end); in ReduceJSCall()
|
D | js-inlining.h | 48 Reduction InlineCall(Node* call, Node* new_target, Node* context,
|
D | js-call-reducer.cc | 386 Node* new_target = NodeProperties::GetValueInput(node, arity + 1); in ReduceJSCallConstruct() local 430 NodeProperties::ReplaceValueInput(node, new_target, 1); in ReduceJSCallConstruct() 492 NodeProperties::ReplaceValueInput(node, new_target, 1); in ReduceJSCallConstruct() 519 if (target == new_target) { in ReduceJSCallConstruct()
|
D | interpreter-assembler.h | 119 Node* CallConstruct(Node* new_target, Node* constructor, Node* first_arg,
|
D | js-generic-lowering.cc | 476 Node* new_target = node->InputAt(1); in LowerJSCreateArray() local 487 node->InsertInput(zone(), 1 + arity, new_target); in LowerJSCreateArray() 569 Node* new_target = node->InputAt(arg_count + 1); in LowerJSCallConstruct() local 573 node->InsertInput(zone(), 2, new_target); in LowerJSCallConstruct()
|
/external/v8/test/mjsunit/es6/ |
D | new-target.js | 397 var new_target = super(); 398 this.new_target = new_target; 401 assertEquals(A, new A().new_target);
|
/external/v8/src/runtime/ |
D | runtime-proxy.cc | 81 CONVERT_ARG_HANDLE_CHECKED(Object, new_target, args.length() - 1); in RUNTIME_FUNCTION() 112 isolate, result, Execution::New(isolate, target, new_target, in RUNTIME_FUNCTION() 129 Handle<Object> trap_args[] = {target, arg_array, new_target}; in RUNTIME_FUNCTION()
|
D | runtime-array.cc | 239 Handle<JSReceiver> new_target, in ArrayConstructorCommon() argument 250 DCHECK(new_target->IsConstructor()); in ArrayConstructorCommon() 278 JSFunction::GetDerivedMap(isolate, constructor, new_target)); in ArrayConstructorCommon() 332 CONVERT_ARG_HANDLE_CHECKED(JSReceiver, new_target, argc + 1); in RUNTIME_FUNCTION() 338 return ArrayConstructorCommon(isolate, constructor, new_target, site, &argv); in RUNTIME_FUNCTION()
|
/external/v8/src/ |
D | execution.cc | 59 Handle<Object> new_target) { in Invoke() argument 74 typedef Object* (*JSEntryFunction)(Object* new_target, Object* target, in Invoke() 90 Object* orig_func = *new_target; in Invoke() 177 Handle<Object> new_target, int argc, in New() argument 180 isolate->factory()->undefined_value(), argc, argv, new_target); in New()
|
D | execution.h | 37 Handle<Object> new_target,
|
D | objects-debug.cc | 1321 Code* new_target = in VerifyRecompiledCode() local 1323 CHECK_EQ(old_target->kind(), new_target->kind()); in VerifyRecompiledCode() 1327 new_target != isolate->builtins()->builtin(Builtins::kInterruptCheck)) { in VerifyRecompiledCode() 1328 CHECK_EQ(old_target, new_target); in VerifyRecompiledCode()
|
D | builtins.cc | 63 Handle<HeapObject> new_target(); 95 BuiltinArguments<BuiltinExtraArguments::kNewTarget>::new_target() { in new_target() function in v8::internal::__anon30b6a4830111::BuiltinArguments::kNewTarget 113 BuiltinArguments<BuiltinExtraArguments::kTargetAndNewTarget>::new_target() { in new_target() function in v8::internal::__anon30b6a4830111::BuiltinArguments::kTargetAndNewTarget 2219 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); in BUILTIN() local 2294 JSDate::New(target, new_target, time_val)); in BUILTIN() 3126 Handle<Object> unchecked_new_target = args.new_target(); in CreateDynamicFunction() 3129 Handle<JSReceiver> new_target = in CreateDynamicFunction() local 3134 JSFunction::GetDerivedMap(isolate, target, new_target), JSFunction); in CreateDynamicFunction() 3300 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); in BUILTIN() local 3314 JSFunction::GetDerivedMap(isolate, target, new_target)); in BUILTIN()
|
/external/v8/src/arm64/ |
D | builtins-arm64.cc | 443 Register new_target = x3; in Generate_JSConstructStubHelper() local 460 __ JumpIfNotObjectType(new_target, x10, x11, JS_FUNCTION_TYPE, in Generate_JSConstructStubHelper() 466 FieldMemOperand(new_target, in Generate_JSConstructStubHelper() 560 __ Push(constructor, new_target, new_obj, init_map); in Generate_JSConstructStubHelper() 562 __ Pop(new_obj, new_target, constructor); in Generate_JSConstructStubHelper() 583 __ Push(constructor, new_target, constructor, new_target); in Generate_JSConstructStubHelper() 586 __ Pop(new_target, constructor); in Generate_JSConstructStubHelper() 650 __ InvokeFunction(constructor, new_target, actual, CALL_FUNCTION, in Generate_JSConstructStubHelper() 775 Register new_target = x0; in Generate_JSEntryTrampolineHelper() local 822 __ Mov(argc, new_target); in Generate_JSEntryTrampolineHelper() [all …]
|
D | macro-assembler-arm64.cc | 2401 void MacroAssembler::FloodFunctionIfStepping(Register fun, Register new_target, in FloodFunctionIfStepping() argument 2421 if (new_target.is_valid()) { in FloodFunctionIfStepping() 2422 Push(new_target); in FloodFunctionIfStepping() 2428 if (new_target.is_valid()) { in FloodFunctionIfStepping() 2429 Pop(new_target); in FloodFunctionIfStepping() 2444 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() argument 2452 DCHECK_IMPLIES(new_target.is_valid(), new_target.is(x3)); in InvokeFunctionCode() 2454 FloodFunctionIfStepping(function, new_target, expected, actual); in InvokeFunctionCode() 2457 if (!new_target.is_valid()) { in InvokeFunctionCode() 2492 Register new_target, in InvokeFunction() argument [all …]
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 129 Handle<Code> new_target = function_code_[index]; in LinkFunction() local 130 if (target != *new_target) { in LinkFunction() 132 it.rinfo()->set_target_address(new_target->instruction_start(), in LinkFunction()
|
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1988 void MacroAssembler::FloodFunctionIfStepping(Register fun, Register new_target, in FloodFunctionIfStepping() argument 2007 if (new_target.is_valid()) { in FloodFunctionIfStepping() 2008 Push(new_target); in FloodFunctionIfStepping() 2014 if (new_target.is_valid()) { in FloodFunctionIfStepping() 2015 Pop(new_target); in FloodFunctionIfStepping() 2030 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() argument 2038 DCHECK_IMPLIES(new_target.is_valid(), new_target.is(edx)); in InvokeFunctionCode() 2041 FloodFunctionIfStepping(function, new_target, expected, actual); in InvokeFunctionCode() 2045 if (!new_target.is_valid()) { in InvokeFunctionCode() 2071 void MacroAssembler::InvokeFunction(Register fun, Register new_target, in InvokeFunction() argument [all …]
|
D | macro-assembler-x87.h | 304 void InvokeFunctionCode(Register function, Register new_target, 309 void FloodFunctionIfStepping(Register fun, Register new_target, 315 void InvokeFunction(Register function, Register new_target,
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 2023 void MacroAssembler::FloodFunctionIfStepping(Register fun, Register new_target, in FloodFunctionIfStepping() argument 2042 if (new_target.is_valid()) { in FloodFunctionIfStepping() 2043 Push(new_target); in FloodFunctionIfStepping() 2049 if (new_target.is_valid()) { in FloodFunctionIfStepping() 2050 Pop(new_target); in FloodFunctionIfStepping() 2065 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() argument 2073 DCHECK_IMPLIES(new_target.is_valid(), new_target.is(edx)); in InvokeFunctionCode() 2076 FloodFunctionIfStepping(function, new_target, expected, actual); in InvokeFunctionCode() 2080 if (!new_target.is_valid()) { in InvokeFunctionCode() 2107 Register new_target, in InvokeFunction() argument [all …]
|
D | macro-assembler-ia32.h | 309 void InvokeFunctionCode(Register function, Register new_target, 314 void FloodFunctionIfStepping(Register fun, Register new_target, 320 void InvokeFunction(Register function, Register new_target,
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1307 void MacroAssembler::FloodFunctionIfStepping(Register fun, Register new_target, in FloodFunctionIfStepping() argument 1328 if (new_target.is_valid()) { in FloodFunctionIfStepping() 1329 Push(new_target); in FloodFunctionIfStepping() 1335 if (new_target.is_valid()) { in FloodFunctionIfStepping() 1336 Pop(new_target); in FloodFunctionIfStepping() 1351 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() argument 1359 DCHECK_IMPLIES(new_target.is_valid(), new_target.is(r3)); in InvokeFunctionCode() 1362 FloodFunctionIfStepping(function, new_target, expected, actual); in InvokeFunctionCode() 1366 if (!new_target.is_valid()) { in InvokeFunctionCode() 1397 Register new_target, in InvokeFunction() argument [all …]
|
/external/v8/test/cctest/interpreter/ |
D | test-bytecode-generator.cc | 4312 int new_target = Register::new_target().index(); in TEST() local 4429 B(Ldar), R(new_target), // in TEST() 5901 int new_target = Register::new_target().index(); in TEST() local 5909 B(Ldar), R(new_target), // in TEST() 5918 B(Ldar), R(new_target), // in TEST() 6237 int new_target = Register::new_target().index(); in TEST() local 6254 B(Ldar), R(new_target), // in TEST() 6295 int new_target = Register::new_target().index(); in TEST() local 6310 B(Ldar), R(new_target), // in TEST() 6347 B(Ldar), R(new_target), // in TEST() [all …]
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 1094 void MacroAssembler::FloodFunctionIfStepping(Register fun, Register new_target, in FloodFunctionIfStepping() argument 1115 if (new_target.is_valid()) { in FloodFunctionIfStepping() 1116 Push(new_target); in FloodFunctionIfStepping() 1121 if (new_target.is_valid()) { in FloodFunctionIfStepping() 1122 Pop(new_target); in FloodFunctionIfStepping() 1137 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() argument 1145 DCHECK_IMPLIES(new_target.is_valid(), new_target.is(r6)); in InvokeFunctionCode() 1148 FloodFunctionIfStepping(function, new_target, expected, actual); in InvokeFunctionCode() 1152 if (!new_target.is_valid()) { in InvokeFunctionCode() 1182 void MacroAssembler::InvokeFunction(Register fun, Register new_target, in InvokeFunction() argument [all …]
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 219 def target(self, new_target): argument 221 lib.LLVMSetTarget(self, new_target)
|