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

  /external/v8/src/
compiler.h 52 bool is_lazy() const { return IsLazy::decode(flags_); }
210 class IsLazy: public BitField<bool, 0, 1> {};
compiler.cc 71 IsLazy::encode(true)),
87 IsLazy::encode(true)),

Completed in 15 milliseconds