Home
last modified time | relevance | path

Searched defs:GetTotalFrameSlotCount (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dframe.h83 inline int GetTotalFrameSlotCount() const { return frame_slot_count_; } in GetTotalFrameSlotCount() function
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h156 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h158 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h156 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h146 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h146 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h131 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h133 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h253 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h166 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
/external/v8/src/crankshaft/
Dlithium.h648 int GetTotalFrameSlotCount() const { return current_frame_slots_; } in GetTotalFrameSlotCount() function