Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-codegen-ia32.h161 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount()
Dlithium-ia32.h2304 int spill_slot_count() const { return spill_slot_count_; } in spill_slot_count() function
/external/v8/src/x64/
Dlithium-codegen-x64.h152 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount()
Dlithium-x64.h2168 int spill_slot_count() const { return spill_slot_count_; } in spill_slot_count() function
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.h150 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount()
/external/v8/src/arm/
Dlithium-codegen-arm.h173 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount()
Dlithium-arm.h2206 int spill_slot_count() const { return spill_slot_count_; } in spill_slot_count() function
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.h183 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount()
/external/v8/src/mips/
Dlithium-codegen-mips.h170 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount()
Dlithium-mips.h2186 int spill_slot_count() const { return spill_slot_count_; } in spill_slot_count() function
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.h183 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.h195 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount()
/external/chromium_org/v8/src/
Dlithium.h747 int spill_slot_count() const { return spill_slot_count_; } in spill_slot_count() function