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

  /external/v8/src/
scopeinfo.cc 434 int result = ContextSlotCache::Lookup(code, name, mode);
435 if (result != ContextSlotCache::kNotFound) return result;
453 ContextSlotCache::Update(code, name, mode_value, result);
459 ContextSlotCache::Update(code, name, Variable::INTERNAL, -1);
535 int ContextSlotCache::Hash(Code* code, String* name) {
543 int ContextSlotCache::Lookup(Code* code,
557 void ContextSlotCache::Update(Code* code,
577 void ContextSlotCache::Clear() {
582 ContextSlotCache::Key ContextSlotCache::keys_[ContextSlotCache::kLength]
    [all...]
scopeinfo.h 170 class ContextSlotCache {
heap.cc 631 ContextSlotCache::Clear();
    [all...]

Completed in 49 milliseconds