Home
last modified time | relevance | path

Searched defs:GetStackSlotCount (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h157 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h155 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h145 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h155 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h145 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h130 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h132 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h252 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h165 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); } in GetStackSlotCount() function