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

  /external/v8/src/
global-handles.cc 53 STATIC_ASSERT(static_cast<int>(IsIndependent::kShift) ==
151 return IsIndependent::decode(flags_);
154 flags_ = IsIndependent::update(flags_, v);
377 class IsIndependent : public BitField<bool, 3, 1> {};
633 bool GlobalHandles::IsIndependent(Object** location) {
    [all...]
  /external/v8/include/
v8.h 620 V8_INLINE bool IsIndependent() const;
    [all...]

Completed in 457 milliseconds