Home
last modified time | relevance | path

Searched refs:ScopeType (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/src/inspector/
Ddebugger-script.js38 DebuggerScript._scopeTypeNames.set(ScopeType.Global, "global");
39 DebuggerScript._scopeTypeNames.set(ScopeType.Local, "local");
40 DebuggerScript._scopeTypeNames.set(ScopeType.With, "with");
41 DebuggerScript._scopeTypeNames.set(ScopeType.Closure, "closure");
42 DebuggerScript._scopeTypeNames.set(ScopeType.Catch, "catch");
43 DebuggerScript._scopeTypeNames.set(ScopeType.Block, "block");
44 DebuggerScript._scopeTypeNames.set(ScopeType.Script, "script");
45 DebuggerScript._scopeTypeNames.set(ScopeType.Eval, "eval");
46 DebuggerScript._scopeTypeNames.set(ScopeType.Module, "module");
461 case ScopeType.Local:
[all …]
Ddebugger_script_externs.js154 var ScopeType = { Global: 0, variable
/external/v8/src/ast/
Dscopes.h94 Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type); in NON_EXPORTED_BASE()
346 ScopeType scope_type() const { return scope_type_; } in NON_EXPORTED_BASE()
533 const ScopeType scope_type_; in NON_EXPORTED_BASE()
596 Scope(Zone* zone, ScopeType type, Handle<ScopeInfo> scope_info); in NON_EXPORTED_BASE()
616 DeclarationScope(Zone* zone, Scope* outer_scope, ScopeType scope_type,
618 DeclarationScope(Zone* zone, ScopeType scope_type,
Dscopes.cc140 Scope::Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type) in Scope()
175 ScopeType scope_type, in DeclarationScope()
242 Scope::Scope(Zone* zone, ScopeType scope_type, Handle<ScopeInfo> scope_info) in Scope()
259 DeclarationScope::DeclarationScope(Zone* zone, ScopeType scope_type, in DeclarationScope()
1512 const char* Header(ScopeType scope_type, FunctionKind function_kind, in Header()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp73 typedef ScopedHTType::ScopeTy ScopeType; typedef in __anon18025eaf0111::MachineCSE
74 DenseMap<MachineBasicBlock*, ScopeType*> ScopeMap;
341 ScopeType *Scope = new ScopeType(VNT); in EnterScope()
347 DenseMap<MachineBasicBlock*, ScopeType*>::iterator SI = ScopeMap.find(MBB); in ExitScope()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp77 typedef ScopedHTType::ScopeTy ScopeType; typedef in __anone126a1830111::MachineCSE
78 DenseMap<MachineBasicBlock*, ScopeType*> ScopeMap;
438 ScopeType *Scope = new ScopeType(VNT); in EnterScope()
444 DenseMap<MachineBasicBlock*, ScopeType*>::iterator SI = ScopeMap.find(MBB); in ExitScope()
/external/v8/src/debug/
Ddebug-scopes.h22 enum ScopeType { enum
59 ScopeType Type();
Ddebug-scopes.cc214 ScopeType scope_type = Type(); in Next()
249 ScopeIterator::ScopeType ScopeIterator::Type() { in Type()
334 ScopeType type = Type(); in HasContext()
Ddebug-evaluate.cc151 ScopeIterator::ScopeType scope_type = it.Type(); in ContextBuilder()
Dmirrors.js183 var ScopeType = { Global: 0, variable
2379 "ScopeType", ScopeType,
/external/v8/src/builtins/
Dbuiltins-constructor.cc326 Node* function, Node* slots, Node* context, ScopeType scope_type) { in EmitFastNewFunctionContext()
390 ScopeType::EVAL_SCOPE)); in TF_BUILTIN()
398 ScopeType::FUNCTION_SCOPE)); in TF_BUILTIN()
401 Handle<Code> Builtins::NewFunctionContext(ScopeType scope_type) { in NewFunctionContext()
403 case ScopeType::EVAL_SCOPE: in NewFunctionContext()
405 case ScopeType::FUNCTION_SCOPE: in NewFunctionContext()
Dbuiltins-constructor.h22 ScopeType scope_type);
Dbuiltins.h915 Handle<Code> NewFunctionContext(ScopeType scope_type);
/external/v8/src/objects/
Dscope-info.h38 ScopeType scope_type();
309 class ScopeTypeField : public BitField<ScopeType, 0, 4> {};
/external/v8/src/parsing/
Dpreparsed-scope-data.h26 ScopeScope(PreParsedScopeData* data, ScopeType scope_type,
Dpreparsed-scope-data.cc32 ScopeType scope_type, in ScopeScope()
/external/v8/src/compiler/
Djs-operator.h310 CreateFunctionContextParameters(int slot_count, ScopeType scope_type);
313 ScopeType scope_type() const { return scope_type_; } in scope_type()
317 ScopeType const scope_type_;
704 const Operator* CreateFunctionContext(int slot_count, ScopeType scope_type); in NON_EXPORTED_BASE()
Djs-operator.cc247 int slot_count, ScopeType scope_type) in CreateFunctionContextParameters()
1038 ScopeType scope_type) { in CreateFunctionContext()
/external/clang/lib/AST/
DExprCXX.cpp164 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, in CXXPseudoDestructorExpr() argument
177 (ScopeType && in CXXPseudoDestructorExpr()
178 ScopeType->getType()->isInstantiationDependentType()) || in CXXPseudoDestructorExpr()
187 (ScopeType && in CXXPseudoDestructorExpr()
188 ScopeType->getType()->containsUnexpandedParameterPack()) || in CXXPseudoDestructorExpr()
194 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/external/v8/src/
Dcode-factory.h150 ScopeType scope_type);
Dcode-factory.cc358 ScopeType scope_type) { in FastNewFunctionContext()
Dglobals.h891 enum ScopeType : uint8_t { enum
Dfactory.h305 ScopeType scope_type);
/external/clang/lib/Sema/
DSemaExprCXX.cpp6161 QualType ScopeType = ScopeTypeInfo->getType(); in BuildPseudoDestructorExpr() local
6162 if (!ScopeType->isDependentType() && !ObjectType->isDependentType() && in BuildPseudoDestructorExpr()
6163 !Context.hasSameUnqualifiedType(ScopeType, ObjectType)) { in BuildPseudoDestructorExpr()
6167 << ObjectType << ScopeType << Base->getSourceRange() in BuildPseudoDestructorExpr()
6170 ScopeType = QualType(); in BuildPseudoDestructorExpr()
6275 QualType ScopeType; in ActOnPseudoDestructorExpr() local
6291 ScopeType = QualType(); in ActOnPseudoDestructorExpr()
6293 ScopeType = GetTypeFromParser(T, &ScopeTypeInfo); in ActOnPseudoDestructorExpr()
6308 ScopeType = QualType(); in ActOnPseudoDestructorExpr()
6310 ScopeType = GetTypeFromParser(T.get(), &ScopeTypeInfo); in ActOnPseudoDestructorExpr()
[all …]
/external/clang/include/clang/AST/
DExprCXX.h2145 TypeSourceInfo *ScopeType; variable
2164 TypeSourceInfo *ScopeType,
2171 Base(nullptr), IsArrow(false), QualifierLoc(), ScopeType(nullptr) { } in CXXPseudoDestructorExpr()
2207 TypeSourceInfo *getScopeTypeInfo() const { return ScopeType; } in getScopeTypeInfo()

12