Searched refs:RECEIVER_MIGHT_BE_VALUE (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | globals.h | 393 RECEIVER_MIGHT_BE_VALUE = 1 << 0 // Receiver might not be a JSObject. enumerator
|
D | codegen.h | 536 return (flags_ & RECEIVER_MIGHT_BE_VALUE) != 0; in ReceiverMightBeValue()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 1323 CallFunctionStub stub(arg_count, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in EmitCallWithStub()
|
D | codegen-ia32.cc | 5052 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/ |
D | full-codegen-arm.cc | 1209 CallFunctionStub stub(arg_count, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in EmitCallWithStub()
|
D | codegen-arm.cc | 3020 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/ |
D | full-codegen-x64.cc | 1320 CallFunctionStub stub(arg_count, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in EmitCallWithStub()
|
D | codegen-x64.cc | 2753 CallFunctionStub call_function(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE); in VisitCall() 2888 CallWithArguments(args, RECEIVER_MIGHT_BE_VALUE, node->position()); in VisitCall()
|