Searched refs:ContextSlotCache (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dscopeinfo.cc434 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
[all...]
H A Dscopeinfo.h170 class ContextSlotCache { class in namespace:v8::internal
H A Dheap.cc631 ContextSlotCache::Clear();
1656 ContextSlotCache::Clear();

Completed in 17 milliseconds