Home
last modified time | relevance | path

Searched refs:AnnotateStrongRetainer (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-util.h330 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 Dv8-persistent-handle.h34 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 Dv8-persistent-handle.h34 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 Dv8-util.h336 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 Dv8-debugger-script.cc318 m_script.AnnotateStrongRetainer(kGlobalDebuggerScriptHandleLabel); in Initialize()
320 m_scriptSource.AnnotateStrongRetainer(kGlobalDebuggerScriptHandleLabel); in Initialize()
H A Dinjected-script.cc723 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 Dv8-console-message.cc450 argument->AnnotateStrongRetainer(kGlobalConsoleMessageHandleLabel); in createForConsoleAPI()
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h81 static void AnnotateStrongRetainer(Address* location, const char* label);
H A Dglobal-handles.cc574 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 Dwasm-js.cc266 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 Dd8.cc1785 realm.AnnotateStrongRetainer(kGlobalHandleLabel); in CreateRealm()
1798 data->realms_[index].AnnotateStrongRetainer(kGlobalHandleLabel); in CreateRealm()
/third_party/node/deps/v8/src/api/
H A Dapi.cc882 void AnnotateStrongRetainer(i::Address* location, const char* label) { in AnnotateStrongRetainer() function
883 i::GlobalHandles::AnnotateStrongRetainer(location, label); in AnnotateStrongRetainer()

Completed in 64 milliseconds