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 (flags_ & IsLazy::mask()) != 0; }
183 class IsLazy: public BitField<bool, 0, 1> {};
compiler.cc 69 flags_(IsLazy::encode(true)),
84 flags_(IsLazy::encode(true)),

Completed in 24 milliseconds