Home
last modified time | relevance | path

Searched refs:GetDebuggerCount (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/snapshot/
Dnatives-external.cc38 int GetDebuggerCount() { return debugger_count_; } in GetDebuggerCount() function in v8::internal::NativesStore
202 int NativesCollection<type>::GetDebuggerCount() { in GetDebuggerCount() function in v8::internal::NativesCollection
203 return NativesHolder<type>::get()->GetDebuggerCount(); in GetDebuggerCount()
230 template int NativesCollection<T>::GetDebuggerCount(); \
Dnatives.h33 static int GetDebuggerCount();
/external/v8/src/
Dbootstrapper.cc2595 int builtin_index = Natives::GetDebuggerCount(); in InstallNatives()
2848 for (int i = ExperimentalNatives::GetDebuggerCount(); in InstallExperimentalNatives()
2883 for (int i = ExtraNatives::GetDebuggerCount(); in InstallExtraNatives()
2893 for (int i = ExperimentalExtraNatives::GetDebuggerCount(); in InstallExperimentalExtraNatives()
2904 for (int i = 0; i < Natives::GetDebuggerCount(); ++i) { in InstallDebuggerNatives()