Searched refs:RECEIVER_MIGHT_BE_VALUE (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | v8globals.h | 306 RECEIVER_MIGHT_BE_VALUE = 1 << 0 // Receiver might not be a JSObject. enumerator
|
D | code-stubs.h | 788 return (flags_ & RECEIVER_MIGHT_BE_VALUE) != 0; in ReceiverMightBeValue()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 2092 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE); in EmitCallWithStub() 2183 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE); in VisitCall()
|
D | lithium-codegen-ia32.cc | 2928 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in DoCallFunction()
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 2162 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE); in EmitCallWithStub() 2258 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE); in VisitCall()
|
D | lithium-codegen-arm.cc | 3066 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in DoCallFunction()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 2067 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE); in EmitCallWithStub() 2158 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE); in VisitCall()
|
D | lithium-codegen-x64.cc | 2917 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in DoCallFunction()
|