Home
last modified time | relevance | path

Searched defs:Scope (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/node/deps/v8/src/torque/
H A Dcontextual.h38 class V8_NODISCARD Scope { class in v8::internal::torque::ContextualVariable
41 explicit Scope(Args&&... args) Scope() function in v8::internal::torque::ContextualVariable::Scope
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcompiler-source-position-table.h22 Scope(SourcePositionTable* source_positions, SourcePosition position) in Scope() function in v8::internal::compiler::final::final
27 Scope(SourcePositionTable* source_positions, Node* node) in Scope() function in v8::internal::compiler::final::final
H A Dzone-stats.h22 explicit Scope(ZoneStats* zone_stats, const char* zone_name, in Scope() function in v8::internal::compiler::final::final
H A Dnode-origin-table.h73 Scope(NodeOriginTable* origins, const char* reducer_name, Node* node) in Scope() function in v8::internal::compiler::final::final
H A Descape-analysis.cc133 class V8_NODISCARD Scope : public ReduceScope { class in v8::internal::compiler::VariableTracker
181 class V8_NODISCARD Scope : public VariableTracker::Scope { class in v8::internal::compiler::EscapeAnalysisTracker
183 Scope(EffectGraphReducer* reducer, EscapeAnalysisTracker* tracker, in Scope() function in v8::internal::compiler::EscapeAnalysisTracker::Scope
378 VariableTracker::Scope::Scope(VariableTracke function in v8::internal::compiler::VariableTracker::Scope
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dcode-tracer.h42 class V8_NODISCARD Scope { class in v8::internal::final
44 explicit Scope(CodeTracer* tracer) : tracer_(tracer) { tracer->OpenFile(); } in Scope() function in v8::internal::final::Scope
/third_party/node/deps/v8/include/
H A Dv8-context.h291 class V8_NODISCARD Scope { class in v8::Context
293 explicit V8_INLINE Scope(Local<Context> context) : context_(context) { in Scope() function in v8::Context::Scope
/third_party/node/deps/v8/include/v8-include/
H A Dv8-context.h340 class V8_NODISCARD Scope { class in v8::Context
342 explicit V8_INLINE Scope(Local<Context> context) : context_(context) { in Scope() function in v8::Context::Scope
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer-inl.h32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope() function in v8::internal::GCTracer::Scope
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAArch64TargetParser.h127 StringRef Scope; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugLoc.cpp51 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local
71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DThread.hpp40 class Scope class
59 Scope::Scope(ID id, in Scope() function in vk::dbg::Scope
[all...]
/third_party/gn/src/gn/
H A Dscope.h41 class Scope { class
[all...]
H A Dscope.cc49 Scope::Scope(const Settings* settings) in Scope() function in Scope
56 Scope::Scope(Scope* parent) in Scope() function in Scope
64 Scope function in Scope
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLexicalScopes.cpp124 DILocalScope *Scope = DL->getScope(); in findLexicalScope() local
141 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope() argument
159 getOrCreateRegularScope(const DILocalScope *Scope) getOrCreateRegularScope() argument
187 getOrCreateInlinedScope(const DILocalScope *Scope, const DILocation *InlinedAt) getOrCreateInlinedScope() argument
211 getOrCreateAbstractScope(const DILocalScope *Scope) getOrCreateAbstractScope() argument
233 constructScopeNest(LexicalScope *Scope) constructScopeNest() argument
284 LexicalScope *Scope = getOrCreateLexicalScope(DL); getMachineBasicBlocks() local
303 LexicalScope *Scope = getOrCreateLexicalScope(DL); dominates() local
[all...]
/third_party/skia/src/gpu/glsl/
H A DGrGLSLVarying.h37 enum class Scope { class in GrGLSLVarying
44 GrGLSLVarying(GrSLType type, Scope scope = Scope::kVertToFrag) in GrGLSLVarying() argument
51 void reset(GrSLType type, Scope scope = Scope::kVertToFrag) { in reset() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.hpp127 struct Scope struct in rr::DebugInfo
/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.h142 class Scope { class in v8_inspector::final
H A Dinjected-script.cc889 InjectedScript::Scope::Scope(V8InspectorSessionImpl* session) in Scope() function in v8_inspector::InjectedScript::Scope
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h168 DIScope *Scope = IE->getScope(); in addImportedEntity() local
[all...]
/third_party/skia/src/utils/
H A DSkJSONWriter.h253 enum class Scope { class in SkJSONWriter
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.h372 enum Scope { enum in google::protobuf::util::MessageDifferencer
/third_party/jinja2/
H A Dnodes.py1149 class Scope(Stmt): class
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py1038 class Scope(Stmt): class
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py956 class Scope(Stmt): class

Completed in 17 milliseconds

1234