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

  /external/v8/src/
deoptimizer.cc 2136 bool is_args = opcode == Translation::ARGUMENTS_OBJECT; local
2391 bool is_args = opcode == Translation::ARGUMENTS_OBJECT; local
2676 bool is_args = opcode == Translation::ARGUMENTS_OBJECT; local
2758 reinterpret_cast<Address>(slot), jsframe_count_, length, -1, is_args); local
    [all...]
deoptimizer.h 48 Address slot_address, int frame, int length, int duplicate, bool is_args)
53 is_arguments_(is_args) { }

Completed in 33 milliseconds