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

  /external/v8/src/
frames.cc 355 unsigned* stack_slots) {
369 *stack_slots = code->stack_slots();
646 unsigned stack_slots = 0; local
649 isolate(), pc(), &safepoint_entry, &stack_slots);
650 unsigned slot_space = stack_slots * kPointerSize;
694 for (unsigned index = 0; index < stack_slots; index++) {
811 int* stack_slots, HandlerTable::CatchPrediction* prediction) {
816 return table->LookupRange(pc_offset, stack_slots, prediction);
    [all...]
frames.h 320 unsigned* stack_slots);
622 int* stack_slots, HandlerTable::CatchPrediction* prediction);
697 int* stack_slots, HandlerTable::CatchPrediction* prediction) override;
safepoint-table.cc 74 int last_bits = code_->stack_slots() - ((last - first) * kBitsPerByte);
isolate.cc 1102 int stack_slots = 0; \/\/ Will contain stack slot count of frame. local
1122 int stack_slots = 0; \/\/ Will contain operand stack depth of handler. local
1178 int stack_slots = 0; \/\/ The computed stack slot count is not used. local
1589 int stack_slots = 0; \/\/ The computed stack slot count is not used. local
    [all...]
deoptimizer.cc 157 unsigned stack_slots = code->stack_slots(); local
160 unsigned fp_to_sp_delta = (stack_slots * kPointerSize) +
1989 unsigned stack_slots = compiled_code_->stack_slots(); local
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/debug/
debug.cc 782 int stack_slots = 0; // The computed stack slot count is not used. local
783 if (frame->LookupExceptionHandlerInTable(&stack_slots, NULL) > 0) break;
    [all...]

Completed in 1359 milliseconds