Searched refs:GetStackSlotCount (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h161 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium-codegen-ia32.cc91 code->set_stack_slots(GetStackSlotCount());
162 int slots = GetStackSlotCount();
282 safepoints_.Emit(masm(), GetStackSlotCount());
429 int src_index = GetStackSlotCount() + op->index();
/external/v8/src/x64/
H A Dlithium-codegen-x64.h152 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium-codegen-x64.cc89 code->set_stack_slots(GetStackSlotCount());
159 int slots = GetStackSlotCount();
283 safepoints_.Emit(masm(), GetStackSlotCount());
429 int src_index = GetStackSlotCount() + op->index();
/external/v8/src/arm/
H A Dlithium-codegen-arm.h173 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium-codegen-arm.cc88 code->set_stack_slots(GetStackSlotCount());
160 int slots = GetStackSlotCount();
299 safepoints_.Emit(masm(), GetStackSlotCount());
540 int src_index = GetStackSlotCount() + op->index();
/external/v8/src/mips/
H A Dlithium-codegen-mips.h170 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium-codegen-mips.cc86 code->set_stack_slots(GetStackSlotCount());
158 int slots = GetStackSlotCount();
269 safepoints_.Emit(masm(), GetStackSlotCount());
508 int src_index = GetStackSlotCount() + op->index();

Completed in 1023 milliseconds