Searched refs:BinaryOpWithAllocationSiteStub (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 1521 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()
|
D | code-stubs.h | 1529 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
|
D | code-stubs.cc | 763 void BinaryOpWithAllocationSiteStub::InitializeDescriptor( in InitializeDescriptor()
|
/external/v8/src/ic/ |
D | ic.cc | 2645 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/ |
D | code-stubs-x87.cc | 3029 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 4028 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 3269 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 3319 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 3455 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 3430 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 3255 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 3423 BinaryOpWithAllocationSiteStub stub(isolate(), state()); in Generate()
|