Home
last modified time | relevance | path

Searched refs:kScope (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/inspector/
Dv8-internal-value-type.h12 enum class V8InternalValueType { kEntry, kLocation, kScope, kScopeList }; enumerator
Dv8-internal-value-type.cc26 case V8InternalValueType::kScope: in subtypeForInternalType()
Dv8-debugger.cc718 if (!markAsInternal(context, scope, V8InternalValueType::kScope)) { in getTargetScopes()
/external/v8/src/interpreter/
Dconstant-array-builder.h120 explicit Entry(const Scope* scope) : scope_(scope), tag_(Tag::kScope) {} in Entry()
173 kScope, enumerator
Dconstant-array-builder.cc90 case Entry::Tag::kScope: in CheckAllElementsAreUnique()
387 case Tag::kScope: in ToHandle()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc355 static const char* const kScope = variable
373 cmd_help = kScope; in QueryDoc()
375 cmd_help = kScope; in QueryDoc()