Searched refs:SetReference (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dglobal-handles.h269 void SetReference(HeapObject** parent, Object** child);
H A Dglobal-handles.cc1257 void GlobalHandles::SetReference(HeapObject** parent, Object** child) {
H A Dapi.cc7836 void Isolate::SetReference(internal::Object** parent, function in class:v8::Isolate
7840 internal_isolate->global_handles()->SetReference(
/external/v8/include/
H A Dv8-util.h199 * Call Isolate::SetReference with the given parent and the map value.
201 void SetReference(const K& key, function in class:v8::PersistentValueMapBase
203 GetIsolate()->SetReference(
H A Dv8.h6748 void SetReference(const Persistent<T>& parent, const Persistent<S>& child);
7169 void SetReference(internal::Object** parent, internal::Object** child);
9548 void Isolate::SetReference(const Persistent<T>& parent, function in class:v8::Isolate
9552 SetReference(reinterpret_cast<v8::internal::Object**>(parent.val_),

Completed in 171 milliseconds