Home
last modified time | relevance | path

Searched refs:this_argument (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1464 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/
Dbuiltins-arm64.cc1666 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/
Djs-call-reducer.cc288 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()