Home
last modified time | relevance | path

Searched refs:OpenPersistent (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dapi.h289 static inline v8::internal::Handle<v8::internal::Object> OpenPersistent( in OpenPersistent() function
296 static inline v8::internal::Handle<v8::internal::Object> OpenPersistent( in OpenPersistent() function
298 return OpenPersistent(*persistent); in OpenPersistent()
Dapi.cc419 i::Object* raw_context = *v8::Utils::OpenPersistent(context); in CreateSnapshotDataBlob()
/external/v8/test/cctest/
Dtest-serialize.cc440 i::Object* raw_context = *v8::Utils::OpenPersistent(env); in UNINITIALIZED_TEST()
571 i::Object* raw_context = *v8::Utils::OpenPersistent(env); in UNINITIALIZED_TEST()
Dtest-api.cc4109 return UniqueId(reinterpret_cast<uintptr_t>(*v8::Utils::OpenPersistent(p))); in MakeUniqueId()
/external/v8/test/cctest/heap/
Dtest-heap.cc6417 return UniqueId(reinterpret_cast<uintptr_t>(*v8::Utils::OpenPersistent(p))); in MakeUniqueId()