Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h156 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h144 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h156 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h158 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h131 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h135 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h256 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h168 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function