| /external/v8/src/builtins/ |
| D | builtins-api.cc | 45 Handle<HeapObject> new_target, Handle<FunctionTemplateInfo> fun_data, in HandleApiCallHelper() 132 Handle<HeapObject> new_target = args.new_target(); in BUILTIN() local 169 Handle<HeapObject> new_target) { in InvokeApiFunction() 235 HeapObject* new_target; in HandleApiCallAsFunctionOrConstructor() local
|
| D | builtins-arraybuffer.cc | 32 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); in BUILTIN() local
|
| D | builtins-boolean.cc | 29 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); in BUILTIN() local
|
| D | builtins-utils.h | 59 Handle<HeapObject> new_target() { in new_target() function
|
| D | builtins-function.cc | 130 Handle<JSReceiver> new_target = in CreateDynamicFunction() local 286 Node* new_target = assembler.Parameter(BuiltinDescriptor::kNewTarget); in Generate_FastFunctionPrototypeBind() local
|
| D | builtins-constructor.cc | 185 Node* new_target = Parameter(Descriptor::kNewTarget); in TF_BUILTIN() local 198 Node* new_target) { in EmitFastNewObject() 215 Node* context, Node* target, Node* new_target, in EmitFastNewObject()
|
| D | builtins-dataview.cc | 32 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); in BUILTIN() local
|
| /external/v8/src/compiler/ |
| D | js-inlining.cc | 52 Node* new_target() { in new_target() function in v8::internal::compiler::JSCallAccessor 79 Reduction JSInliner::InlineCall(Node* call, Node* new_target, Node* context, in InlineCall() 638 Node* new_target = jsgraph()->UndefinedConstant(); in ReduceJSCall() local
|
| D | js-generic-lowering.cc | 363 Node* new_target = node->InputAt(1); in LowerJSCreateArray() local 520 Node* new_target = node->InputAt(arg_count + 1); in LowerJSConstruct() local 540 Node* new_target = node->InputAt(arg_count + 1); in LowerJSConstructWithSpread() local
|
| D | code-assembler.h | 361 Node* ConstructJS(Callable const& callable, Node* context, Node* new_target, in ConstructJS()
|
| D | js-create-lowering.cc | 121 Handle<JSFunction> new_target) { in IsAllocationInlineable() 239 Node* const new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreate() local 719 Node* new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateArray() local
|
| D | js-typed-lowering.cc | 1910 Node* new_target = is_construct in ReduceBuiltin() local 1971 Node* new_target = NodeProperties::GetValueInput(node, arity + 1); in ReduceJSConstruct() local 2124 Node* new_target = jsgraph()->UndefinedConstant(); in ReduceJSCall() local
|
| D | bytecode-graph-builder.cc | 1417 const Operator* op, Node* callee, Node* new_target, in ProcessConstructWithSpreadArguments() 1437 Node* new_target = environment()->LookupAccumulator(); in VisitConstructWithSpread() local 1461 const Operator* call_new_op, Node* callee, Node* new_target, in ProcessConstructArguments() 1486 Node* new_target = environment()->LookupAccumulator(); in VisitConstruct() local
|
| D | js-call-reducer.cc | 667 Node* new_target = NodeProperties::GetValueInput(node, arity + 1); in ReduceJSConstruct() local
|
| /external/v8/src/interpreter/ |
| D | bytecode-register.cc | 69 Register Register::new_target() { return Register(kNewTargetRegisterIndex); } in new_target() function in v8::internal::interpreter::Register
|
| D | interpreter-assembler.cc | 752 Node* new_target, Node* first_arg, in Construct() 904 Node* context, Node* new_target, in ConstructWithSpread()
|
| /external/v8/src/ |
| D | api-arguments.h | 161 internal::HeapObject* new_target, in FunctionCallbackArguments()
|
| D | execution.cc | 61 Handle<Object> new_target, Execution::MessageHandling message_handling) { in Invoke() 205 Handle<Object> new_target, int argc, in New()
|
| D | api-natives.cc | 328 JSReceiver* new_target) { in IsSimpleInstantiation() 340 Handle<JSReceiver> new_target, in InstantiateObject() 514 Handle<ObjectTemplateInfo> data, Handle<JSReceiver> new_target) { in InstantiateObject()
|
| /external/v8/src/wasm/ |
| D | wasm-debug.cc | 327 void RedirectCallsitesInCode(Code* code, Code* old_target, Code* new_target) { in RedirectCallsitesInCode() 339 Code* old_target, Code* new_target) { in RedirectCallsitesInInstance()
|
| /external/v8/src/runtime/ |
| D | runtime-array.cc | 257 Handle<JSReceiver> new_target, in ArrayConstructorCommon()
|
| /external/speex/libspeex/ |
| D | ltp.c | 363 spx_word16_t *new_target, in pitch_gain_search_3tap()
|
| /external/llvm/bindings/python/llvm/ |
| D | core.py | 219 def target(self, new_target): argument
|
| /external/v8/src/x87/ |
| D | macro-assembler-x87.cc | 1855 void MacroAssembler::CheckDebugHook(Register fun, Register new_target, in CheckDebugHook() 1897 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() 1938 void MacroAssembler::InvokeFunction(Register fun, Register new_target, in InvokeFunction()
|
| /external/v8/src/ia32/ |
| D | macro-assembler-ia32.cc | 1916 void MacroAssembler::CheckDebugHook(Register fun, Register new_target, in CheckDebugHook() 1958 void MacroAssembler::InvokeFunctionCode(Register function, Register new_target, in InvokeFunctionCode() 2000 Register new_target, in InvokeFunction()
|