HomeSort by relevance Sort by last modified time
    Searched refs:stack_slots (Results 1 - 8 of 8) sorted by null

  /external/v8/src/
frames.cc 385 unsigned* stack_slots) {
399 *stack_slots = code->stack_slots();
792 unsigned stack_slots = 0; local
795 isolate(), pc(), &safepoint_entry, &stack_slots);
796 unsigned slot_space = stack_slots * kPointerSize;
883 for (unsigned index = 0; index < stack_slots; index++) {
    [all...]
safepoint-table.cc 74 int last_bits = code_->stack_slots() - ((last - first) * kBitsPerByte);
isolate.cc 1221 int stack_slots = 0; \/\/ Will contain stack slot count of frame. local
1244 int stack_slots = 0; \/\/ Will contain stack slot count of frame. local
    [all...]
frames.h 590 unsigned* stack_slots);
    [all...]
deoptimizer.cc 2201 unsigned stack_slots = compiled_code_->stack_slots(); local
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]

Completed in 771 milliseconds