Searched refs:NO_CALL_CONSTRUCTOR_FLAGS (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/ |
D | globals.h | 478 NO_CALL_CONSTRUCTOR_FLAGS, enumerator
|
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 369 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in LowerJSCallConstruct()
|
/external/v8/src/arm64/ |
D | builtins-arm64.cc | 758 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
|
D | lithium-codegen-arm64.cc | 428 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in DoCallNew()
|
/external/v8/src/ia32/ |
D | builtins-ia32.cc | 527 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
|
D | lithium-codegen-ia32.cc | 3919 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in DoCallNew()
|
/external/v8/src/x87/ |
D | builtins-x87.cc | 527 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
|
D | lithium-codegen-x87.cc | 4339 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in DoCallNew()
|
/external/v8/src/x64/ |
D | builtins-x64.cc | 585 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
|
D | lithium-codegen-x64.cc | 4018 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in DoCallNew()
|
/external/v8/src/arm/ |
D | builtins-arm.cc | 784 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
|
D | lithium-codegen-arm.cc | 4071 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in DoCallNew()
|
/external/v8/src/mips64/ |
D | builtins-mips64.cc | 819 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
|
D | lithium-codegen-mips64.cc | 4050 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in DoCallNew()
|
/external/v8/src/mips/ |
D | builtins-mips.cc | 803 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
|
D | lithium-codegen-mips.cc | 4018 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in DoCallNew()
|