Searched refs:stack_slots (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/
H A Dframes.cc371 unsigned* stack_slots) {
385 *stack_slots = code->stack_slots();
576 unsigned stack_slots = 0; local
579 isolate(), pc(), &safepoint_entry, &stack_slots);
580 unsigned slot_space = stack_slots * kPointerSize;
620 for (unsigned index = 0; index < stack_slots; index++) {
368 GetSafepointData(Isolate* isolate, Address pc, SafepointEntry* safepoint_entry, unsigned* stack_slots) argument
H A Dsafepoint-table.cc97 int last_bits = code_->stack_slots() - ((last - first) * kBitsPerByte);
H A Ddeoptimizer.cc840 unsigned stack_slots = optimized_code_->stack_slots(); local
842 ASSERT(result == fixed_size + (stack_slots * kPointerSize) + outgoing_size);
H A Dframes.h229 unsigned* stack_slots);
H A Dobjects-inl.h2634 unsigned Code::stack_slots() {
H A Dobjects.h3351 // [stack_slots]: For kind OPTIMIZED_FUNCTION, the number of stack slots
3353 inline unsigned stack_slots();
H A Dobjects.cc6616 PrintF(out, "stack_slots = %d\n", stack_slots());
/external/v8/src/arm/
H A Ddeoptimizer-arm.cc252 unsigned stack_slot_size = optimized_code_->stack_slots() * kPointerSize;
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc330 unsigned stack_slot_size = optimized_code_->stack_slots() * kPointerSize;
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc322 unsigned stack_slot_size = optimized_code_->stack_slots() * kPointerSize;

Completed in 1616 milliseconds