Searched refs:this_argument (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 1464 Register this_argument = a5; in Generate_ReflectApply() local 1480 __ Pop(target, this_argument, arguments_list); in Generate_ReflectApply() 1482 __ Movz(this_argument, undefined_value, scratch); // if argc == 0 in Generate_ReflectApply() 1486 __ Movz(this_argument, undefined_value, scratch); // if argc == 1 in Generate_ReflectApply() 1490 __ Sd(this_argument, MemOperand(sp, 0)); // Overwrite receiver in Generate_ReflectApply()
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1666 Register this_argument = x4; in Generate_ReflectApply() local 1705 __ Ldp(arguments_list, this_argument, in Generate_ReflectApply() 1712 __ PushArgument(this_argument); in Generate_ReflectApply()
|
/external/v8/src/compiler/ |
D | js-call-reducer.cc | 288 Node* this_argument = NodeProperties::GetValueInput(node, 2); in ReduceFunctionPrototypeApply() local 301 node->ReplaceInput(1, this_argument); in ReduceFunctionPrototypeApply() 334 javascript()->CallWithArrayLike(p.frequency()), target, this_argument, in ReduceFunctionPrototypeApply() 342 graph()->NewNode(javascript()->Call(2), target, this_argument, in ReduceFunctionPrototypeApply()
|