Home
last modified time | relevance | path

Searched refs:JSCollection (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/runtime/
Druntime-collections.cc35 return static_cast<JSCollection*>(object)->table(); in RUNTIME_FUNCTION()
/external/v8/src/profiler/
Dheap-snapshot-generator.h375 void ExtractJSCollectionReferences(int entry, JSCollection* collection);
Dheap-snapshot-generator.cc1214 JSCollection* collection) { in ExtractJSCollectionReferences()
1216 JSCollection::kTableOffset); in ExtractJSCollectionReferences()
/external/v8/src/
Dobjects.h9661 class JSCollection : public JSObject {
9670 DISALLOW_IMPLICIT_CONSTRUCTORS(JSCollection);
9675 class JSSet : public JSCollection {
9692 class JSMap : public JSCollection {
Dobjects-inl.h6262 ACCESSORS(JSCollection, table, Object, kTableOffset) in ACCESSORS() argument
/external/v8/src/crankshaft/
Dhydrogen-instructions.h6170 JSCollection::kTableOffset); in ForJSCollectionTable()