Home
last modified time | relevance | path

Searched refs:GetSpillSlotCount (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/compiler/
Dframe.h85 inline int GetSpillSlotCount() const { return spill_slot_count_; } in GetSpillSlotCount() function
Dcode-generator.cc267 frame()->GetTotalFrameSlotCount() - frame()->GetSpillSlotCount(); in RecordSafepoint()
Dregister-allocator.cc1664 data()->frame()->GetSpillSlotCount()); in MeetRegisterConstraintsForLastInstructionInBlock()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h130 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h155 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h145 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h132 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h145 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h155 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h157 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h252 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h165 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount()
/external/v8/src/crankshaft/
Dlithium.h645 int GetSpillSlotCount() const { in GetSpillSlotCount() function