Home
last modified time | relevance | path

Searched refs:CallConstructStub (Results 1 – 25 of 32) sorted by relevance

12

/external/v8/src/compiler/
Djs-generic-lowering.cc369 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in LowerJSCallConstruct()
/external/v8/src/
Dcode-stubs.cc800 void CallConstructStub::PrintName(OStream& os) const { // NOLINT in PrintName()
Dcode-stubs.h1559 class CallConstructStub: public PlatformCodeStub {
1561 CallConstructStub(Isolate* isolate, CallConstructorFlags flags) in CallConstructStub() function
/external/v8/src/x64/
Dbuiltins-x64.cc585 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
Dcode-stubs-x64.cc1943 void CallConstructStub::Generate(MacroAssembler* masm) { in Generate()
Dfull-codegen-x64.cc2879 CallConstructStub stub(isolate(), RECORD_CONSTRUCTOR_TARGET); in VisitCallNew()
/external/v8/src/ia32/
Dbuiltins-ia32.cc527 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
Dcode-stubs-ia32.cc2067 void CallConstructStub::Generate(MacroAssembler* masm) { in Generate()
Dfull-codegen-ia32.cc2882 CallConstructStub stub(isolate(), RECORD_CONSTRUCTOR_TARGET); in VisitCallNew()
/external/v8/src/arm64/
Dbuiltins-arm64.cc758 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
Dcode-stubs-arm64.cc2863 void CallConstructStub::Generate(MacroAssembler* masm) { in Generate()
Dfull-codegen-arm64.cc2646 CallConstructStub stub(isolate(), RECORD_CONSTRUCTOR_TARGET); in VisitCallNew()
Dlithium-codegen-arm64.cc428 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in DoCallNew()
/external/v8/src/x87/
Dbuiltins-x87.cc527 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
Dcode-stubs-x87.cc1753 void CallConstructStub::Generate(MacroAssembler* masm) { in Generate()
Dfull-codegen-x87.cc2872 CallConstructStub stub(isolate(), RECORD_CONSTRUCTOR_TARGET); in VisitCallNew()
/external/v8/src/arm/
Dbuiltins-arm.cc784 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
Dcode-stubs-arm.cc2545 void CallConstructStub::Generate(MacroAssembler* masm) { in Generate()
Dfull-codegen-arm.cc2981 CallConstructStub stub(isolate(), RECORD_CONSTRUCTOR_TARGET); in VisitCallNew()
/external/v8/src/mips/
Dbuiltins-mips.cc803 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
Dcode-stubs-mips.cc2681 void CallConstructStub::Generate(MacroAssembler* masm) { in Generate()
Dfull-codegen-mips.cc2964 CallConstructStub stub(isolate(), RECORD_CONSTRUCTOR_TARGET); in VisitCallNew()
/external/v8/src/mips64/
Dbuiltins-mips64.cc819 CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in Generate_JSEntryTrampolineHelper()
Dcode-stubs-mips64.cc2716 void CallConstructStub::Generate(MacroAssembler* masm) { in Generate()
Dfull-codegen-mips64.cc2963 CallConstructStub stub(isolate(), RECORD_CONSTRUCTOR_TARGET); in VisitCallNew()

12