Home
last modified time | relevance | path

Searched refs:JSWeakMap (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/objects/
Djs-collection.h124 class JSWeakMap : public JSWeakCollection {
126 DECL_CAST(JSWeakMap)
129 DECL_PRINTER(JSWeakMap)
130 DECL_VERIFIER(JSWeakMap)
133 DISALLOW_IMPLICIT_CONSTRUCTORS(JSWeakMap);
Djs-collection-inl.h29 CAST_ACCESSOR(JSWeakMap) in ACCESSORS()
/external/v8/src/heap/
Dfactory.h50 class JSWeakMap; variable
627 Handle<JSWeakMap> NewJSWeakMap();
Dfactory.cc2982 Handle<JSWeakMap> Factory::NewJSWeakMap() { in NewJSWeakMap()
2985 Handle<JSWeakMap> weakmap(JSWeakMap::cast(*NewJSObjectFromMap(map)), in NewJSWeakMap()
/external/v8/src/
Dobjects-printer.cc262 JSWeakMap::cast(this)->JSWeakMapPrint(os); in HeapObjectPrint()
1266 void JSWeakMap::JSWeakMapPrint(std::ostream& os) { // NOLINT in JSWeakMapPrint()
Dobjects-debug.cc301 JSWeakMap::cast(this)->JSWeakMapVerify(isolate); in HeapObjectVerify()
1194 void JSWeakMap::JSWeakMapVerify(Isolate* isolate) { in JSWeakMapVerify()
Dobjects.h847 V(JSWeakMap) \
993 V(JSWeakMap, JS_WEAK_MAP_TYPE) \
Dbootstrapper.cc3423 isolate_, global, "WeakMap", JS_WEAK_MAP_TYPE, JSWeakMap::kSize, 0, in InitializeGlobal()
Dapi.cc3454 VALUE_IS_SPECIFIC_TYPE(WeakMap, JSWeakMap) in VALUE_IS_SPECIFIC_TYPE()
Dobjects.cc1425 return JSWeakMap::kSize; in GetHeaderSize()
/external/v8/src/compiler/
Dcode-assembler.h36 class JSWeakMap; variable
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc445 return JSWeakMap::kTableOffset; in GetTableOffset()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc883 ExtractJSWeakCollectionReferences(entry, JSWeakMap::cast(obj)); in ExtractReferences()