Home
last modified time | relevance | path

Searched refs:RECEIVER_MIGHT_BE_VALUE (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dglobals.h393 RECEIVER_MIGHT_BE_VALUE = 1 << 0 // Receiver might not be a JSObject. enumerator
Dcodegen.h536 return (flags_ & RECEIVER_MIGHT_BE_VALUE) != 0; in ReceiverMightBeValue()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc1323 CallFunctionStub stub(arg_count, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in EmitCallWithStub()
Dcodegen-ia32.cc5052 CallFunctionStub call_function(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE); in VisitCall()
5183 CallWithArguments(args, RECEIVER_MIGHT_BE_VALUE, node->position()); in VisitCall()
/external/v8/src/arm/
Dfull-codegen-arm.cc1209 CallFunctionStub stub(arg_count, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in EmitCallWithStub()
Dcodegen-arm.cc3020 CallFunctionStub call_function(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE); in VisitCall()
3121 CallWithArguments(args, RECEIVER_MIGHT_BE_VALUE, node->position()); in VisitCall()
/external/v8/src/x64/
Dfull-codegen-x64.cc1320 CallFunctionStub stub(arg_count, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in EmitCallWithStub()
Dcodegen-x64.cc2753 CallFunctionStub call_function(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE); in VisitCall()
2888 CallWithArguments(args, RECEIVER_MIGHT_BE_VALUE, node->position()); in VisitCall()