Home
last modified time | relevance | path

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

/external/v8/src/
Dv8globals.h306 RECEIVER_MIGHT_BE_VALUE = 1 << 0 // Receiver might not be a JSObject. enumerator
Dcode-stubs.h788 return (flags_ & RECEIVER_MIGHT_BE_VALUE) != 0; in ReceiverMightBeValue()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc2092 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()
Dlithium-codegen-ia32.cc2928 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in DoCallFunction()
/external/v8/src/arm/
Dfull-codegen-arm.cc2162 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()
Dlithium-codegen-arm.cc3066 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in DoCallFunction()
/external/v8/src/x64/
Dfull-codegen-x64.cc2067 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()
Dlithium-codegen-x64.cc2917 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in DoCallFunction()