Home
last modified time | relevance | path

Searched refs:BinaryOpWithAllocationSiteStub (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dcode-stubs-hydrogen.cc968 HValue* CodeStubGraphBuilder<BinaryOpWithAllocationSiteStub>::BuildCodeStub() { in BuildCodeStub()
986 Handle<Code> BinaryOpWithAllocationSiteStub::GenerateCode() { in GenerateCode()
Dcode-stubs.h1591 class BinaryOpWithAllocationSiteStub final : public BinaryOpICStub {
1593 BinaryOpWithAllocationSiteStub(Isolate* isolate, Token::Value op) in BinaryOpWithAllocationSiteStub() function
1596 BinaryOpWithAllocationSiteStub(Isolate* isolate, const BinaryOpICState& state) in BinaryOpWithAllocationSiteStub() function
Dcode-stubs.cc2424 void BinaryOpWithAllocationSiteStub::InitializeDescriptor( in InitializeDescriptor()
/external/v8/src/arm/
Dcode-stubs-arm.cc2238 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc2802 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.cc2169 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/x87/
Dcode-stubs-x87.cc2063 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc2397 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc2394 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/s390/
Dcode-stubs-s390.cc2336 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc2215 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc2357 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()