Searched refs:EnsureSlotContainsAllocationSite (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Dfull-codegen.h435 void EnsureSlotContainsAllocationSite(int slot);
H A Dfull-codegen.cc368 void FullCodeGenerator::EnsureSlotContainsAllocationSite(int slot) { function in class:v8::internal::FullCodeGenerator
/external/v8/src/arm/
H A Dfull-codegen-arm.cc2973 EnsureSlotContainsAllocationSite(expr->AllocationSiteFeedbackSlot());
/external/v8/src/arm64/
H A Dfull-codegen-arm64.cc2638 EnsureSlotContainsAllocationSite(expr->AllocationSiteFeedbackSlot());
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc2874 EnsureSlotContainsAllocationSite(expr->AllocationSiteFeedbackSlot());
/external/v8/src/mips/
H A Dfull-codegen-mips.cc2956 EnsureSlotContainsAllocationSite(expr->AllocationSiteFeedbackSlot());
/external/v8/src/mips64/
H A Dfull-codegen-mips64.cc2955 EnsureSlotContainsAllocationSite(expr->AllocationSiteFeedbackSlot());
/external/v8/src/x64/
H A Dfull-codegen-x64.cc2871 EnsureSlotContainsAllocationSite(expr->AllocationSiteFeedbackSlot());
/external/v8/src/x87/
H A Dfull-codegen-x87.cc2864 EnsureSlotContainsAllocationSite(expr->AllocationSiteFeedbackSlot());

Completed in 171 milliseconds