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 55 STATIC_ASSERT(static_cast<int>(IsIndependent::kShift) ==
138 return IsIndependent::decode(flags_);
141 flags_ = IsIndependent::update(flags_, v);
367 class IsIndependent : public BitField<bool, 3, 1> {};
613 bool GlobalHandles::IsIndependent(Object** location) {
    [all...]
  /external/v8/include/
v8.h 583 V8_INLINE bool IsIndependent() const;
    [all...]

Completed in 122 milliseconds