Searched refs:AnnotateStrongRetainer (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/include/ |
H A D | v8-util.h | 330 void AnnotateStrongRetainer(Global<V>* persistent) { in AnnotateStrongRetainer() function in v8::PersistentValueMapBase 331 persistent->AnnotateStrongRetainer(label_); in AnnotateStrongRetainer() 388 this->AnnotateStrongRetainer(persistent); in SetUnique() 464 this->AnnotateStrongRetainer(persistent); in SetUnique()
|
H A D | v8-persistent-handle.h | 34 V8_EXPORT void AnnotateStrongRetainer(internal::Address* location, 189 V8_INLINE void AnnotateStrongRetainer(const char* label); 538 void PersistentBase<T>::AnnotateStrongRetainer(const char* label) { in AnnotateStrongRetainer() function in v8::PersistentBase 539 api_internal::AnnotateStrongRetainer( in AnnotateStrongRetainer()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-persistent-handle.h | 34 V8_EXPORT void AnnotateStrongRetainer(internal::Address* location, 173 V8_INLINE void AnnotateStrongRetainer(const char* label); 528 void PersistentBase<T>::AnnotateStrongRetainer(const char* label) { in AnnotateStrongRetainer() function in v8::PersistentBase 529 api_internal::AnnotateStrongRetainer(this->slot(), label); in AnnotateStrongRetainer()
|
H A D | v8-util.h | 336 void AnnotateStrongRetainer(Global<V>* persistent) { in AnnotateStrongRetainer() function in v8::PersistentValueMapBase 337 persistent->AnnotateStrongRetainer(label_); in AnnotateStrongRetainer() 394 this->AnnotateStrongRetainer(persistent); in SetUnique() 470 this->AnnotateStrongRetainer(persistent); in SetUnique()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-script.cc | 318 m_script.AnnotateStrongRetainer(kGlobalDebuggerScriptHandleLabel); in Initialize() 320 m_scriptSource.AnnotateStrongRetainer(kGlobalDebuggerScriptHandleLabel); in Initialize()
|
H A D | injected-script.cc | 723 m_lastEvaluationResult.AnnotateStrongRetainer(kGlobalHandleLabel); in setLastEvaluationResult() 854 m_lastEvaluationResult.AnnotateStrongRetainer(kGlobalHandleLabel); in wrapEvaluateResult() 884 m_commandLineAPI.AnnotateStrongRetainer(kGlobalHandleLabel); in commandLineAPI() 1025 m_idToWrappedObject[id].AnnotateStrongRetainer(kGlobalHandleLabel); in bindObject()
|
H A D | v8-console-message.cc | 450 argument->AnnotateStrongRetainer(kGlobalConsoleMessageHandleLabel); in createForConsoleAPI()
|
/third_party/node/deps/v8/src/handles/ |
H A D | global-handles.h | 81 static void AnnotateStrongRetainer(Address* location, const char* label);
|
H A D | global-handles.cc | 574 void AnnotateStrongRetainer(const char* label) { in AnnotateStrongRetainer() function in v8::internal::final 1190 void GlobalHandles::AnnotateStrongRetainer(Address* location, in AnnotateStrongRetainer() function in v8::internal::GlobalHandles 1192 Node::FromLocation(location)->AnnotateStrongRetainer(label); in AnnotateStrongRetainer()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 266 i::GlobalHandles::AnnotateStrongRetainer(promise_.location(), in AsyncCompilationResolver() 309 i::GlobalHandles::AnnotateStrongRetainer(promise_.location(), in InstantiateModuleResultResolver() 352 i::GlobalHandles::AnnotateStrongRetainer(promise_.location(), in InstantiateBytesResultResolver() 354 i::GlobalHandles::AnnotateStrongRetainer(module_.location(), in InstantiateBytesResultResolver() 419 i::GlobalHandles::AnnotateStrongRetainer(promise_.location(), in AsyncInstantiateCompileResultResolver() 422 i::GlobalHandles::AnnotateStrongRetainer( in AsyncInstantiateCompileResultResolver()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 1785 realm.AnnotateStrongRetainer(kGlobalHandleLabel); in CreateRealm() 1798 data->realms_[index].AnnotateStrongRetainer(kGlobalHandleLabel); in CreateRealm()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 882 void AnnotateStrongRetainer(i::Address* location, const char* label) { in AnnotateStrongRetainer() function 883 i::GlobalHandles::AnnotateStrongRetainer(location, label); in AnnotateStrongRetainer()
|
Completed in 64 milliseconds