Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs-hydrogen.cc1521 HValue* CodeStubGraphBuilder<BinaryOpWithAllocationSiteStub>::BuildCodeStub() { in BuildCodeStub()
1525 BinaryOpWithAllocationSiteStub::kAllocationSite); in BuildCodeStub()
1526 HValue* left = GetParameter(BinaryOpWithAllocationSiteStub::kLeft); in BuildCodeStub()
1527 HValue* right = GetParameter(BinaryOpWithAllocationSiteStub::kRight); in BuildCodeStub()
1540 Handle<Code> BinaryOpWithAllocationSiteStub::GenerateCode() { in GenerateCode()
Dcode-stubs.h1529 class BinaryOpWithAllocationSiteStub final : public BinaryOpICStub {
1531 BinaryOpWithAllocationSiteStub(Isolate* isolate, Token::Value op, in BinaryOpWithAllocationSiteStub() function
1535 BinaryOpWithAllocationSiteStub(Isolate* isolate, const BinaryOpICState& state) in BinaryOpWithAllocationSiteStub() function
Dcode-stubs.cc763 void BinaryOpWithAllocationSiteStub::InitializeDescriptor( in InitializeDescriptor()
/external/v8/src/ic/
Dic.cc2645 args.at<AllocationSite>(BinaryOpWithAllocationSiteStub::kAllocationSite); in RUNTIME_FUNCTION()
2646 Handle<Object> left = args.at<Object>(BinaryOpWithAllocationSiteStub::kLeft); in RUNTIME_FUNCTION()
2648 args.at<Object>(BinaryOpWithAllocationSiteStub::kRight); in RUNTIME_FUNCTION()
/external/v8/src/x87/
Dcode-stubs-x87.cc3029 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc4028 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.cc3269 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc3319 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc3455 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc3430 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc3255 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc3423 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()