Home
last modified time | relevance | path

Searched refs:TypeofStub (Results 1 – 25 of 31) sorted by relevance

12

/external/v8/src/
Dcode-factory.cc428 TypeofStub stub(isolate); in Typeof()
Dcode-stubs-hydrogen.cc300 HValue* CodeStubGraphBuilder<TypeofStub>::BuildCodeStub() { in BuildCodeStub()
303 HValue* object = GetParameter(TypeofStub::kObject); in BuildCodeStub()
403 Handle<Code> TypeofStub::GenerateCode() { return DoGenerateCode(this); } in GenerateCode()
Dcode-stubs.h1024 class TypeofStub final : public HydrogenCodeStub {
1026 explicit TypeofStub(Isolate* isolate) : HydrogenCodeStub(isolate) {} in TypeofStub() function
Dcode-stubs.cc4197 void TypeofStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {} in InitializeDescriptor()
4290 void TypeofStub::GenerateAheadOfTime(Isolate* isolate) { in GenerateAheadOfTime()
4291 TypeofStub stub(isolate); in GenerateAheadOfTime()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc3078 TypeofStub typeof_stub(isolate()); in VisitUnaryOperation()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc3070 TypeofStub typeof_stub(isolate()); in VisitUnaryOperation()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc3105 TypeofStub typeof_stub(isolate()); in VisitUnaryOperation()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc3071 TypeofStub typeof_stub(isolate()); in VisitUnaryOperation()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc3190 TypeofStub typeof_stub(isolate()); in VisitUnaryOperation()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc3181 TypeofStub typeof_stub(isolate()); in VisitUnaryOperation()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc3095 TypeofStub typeof_stub(isolate()); in VisitUnaryOperation()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc3175 TypeofStub typeof_stub(isolate()); in VisitUnaryOperation()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc3190 TypeofStub typeof_stub(isolate()); in VisitUnaryOperation()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc950 TypeofStub::GenerateAheadOfTime(isolate); in GenerateStubsAheadOfTime()
/external/v8/src/x64/
Dcode-stubs-x64.cc1634 TypeofStub::GenerateAheadOfTime(isolate); in GenerateStubsAheadOfTime()
/external/v8/src/s390/
Dcode-stubs-s390.cc932 TypeofStub::GenerateAheadOfTime(isolate); in GenerateStubsAheadOfTime()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc5492 TypeofStub stub(isolate()); in DoTypeof()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc1748 TypeofStub::GenerateAheadOfTime(isolate); in GenerateStubsAheadOfTime()
/external/v8/src/x87/
Dcode-stubs-x87.cc1457 TypeofStub::GenerateAheadOfTime(isolate); in GenerateStubsAheadOfTime()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc957 TypeofStub::GenerateAheadOfTime(isolate); in GenerateStubsAheadOfTime()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc989 TypeofStub::GenerateAheadOfTime(isolate); in GenerateStubsAheadOfTime()
/external/v8/src/mips/
Dcode-stubs-mips.cc991 TypeofStub::GenerateAheadOfTime(isolate); in GenerateStubsAheadOfTime()
/external/v8/src/arm/
Dcode-stubs-arm.cc909 TypeofStub::GenerateAheadOfTime(isolate); in GenerateStubsAheadOfTime()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc4975 TypeofStub stub(isolate()); in DoTypeof()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc5372 TypeofStub stub(isolate()); in DoShiftI()

12