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

  /art/runtime/
stack.h 498 : RootInfo(kRootJavaFrame, thread_id), stack_visitor_(stack_visitor), vreg_(vreg) {
504 return vreg_;
512 const size_t vreg_; member in class:art::FINAL
  /external/v8/src/compiler/
register-allocator.h 492 bool IsFixed() const { return vreg_ < 0; }
593 int vreg() const { return vreg_; }
651 int vreg_; member in class:v8::internal::compiler::LiveRange::final
    [all...]

Completed in 112 milliseconds