| /external/v8/src/ast/ |
| D | scopes.cc | 143 Scope::Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type) in Scope() 184 ScopeType scope_type, in DeclarationScope() 256 Scope::Scope(Zone* zone, ScopeType scope_type, Handle<ScopeInfo> scope_info) in Scope() 276 DeclarationScope::DeclarationScope(Zone* zone, ScopeType scope_type, in DeclarationScope() 1595 const char* Header(ScopeType scope_type, FunctionKind function_kind, in Header()
|
| /external/selinux/libsepol/tests/ |
| D | test-common.c | 29 void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsig… in test_sym_presence()
|
| /external/v8/src/ |
| D | code-factory.cc | 213 ScopeType scope_type) { in FastNewFunctionContext()
|
| /external/v8/src/debug/ |
| D | debug-evaluate.cc | 199 ScopeIterator::ScopeType scope_type = scope_iterator_.Type(); in ContextBuilder() local
|
| D | debug-scopes.cc | 254 ScopeType scope_type = Type(); in Next() local
|
| /external/v8/src/builtins/ |
| D | builtins.cc | 104 Handle<Code> Builtins::NewFunctionContext(ScopeType scope_type) { in NewFunctionContext()
|
| D | builtins-constructor-gen.cc | 226 Node* scope_info, Node* slots, Node* context, ScopeType scope_type) { in EmitFastNewFunctionContext()
|
| /external/v8/src/compiler/ |
| D | js-operator.h | 274 ScopeType scope_type() const { return scope_type_; } in scope_type() function
|
| D | js-operator.cc | 156 Handle<ScopeInfo> scope_info, int slot_count, ScopeType scope_type) in CreateFunctionContextParameters() 1241 Handle<ScopeInfo> scope_info, int slot_count, ScopeType scope_type) { in CreateFunctionContext()
|
| D | js-generic-lowering.cc | 439 ScopeType scope_type = parameters.scope_type(); in LowerJSCreateFunctionContext() local
|
| D | js-create-lowering.cc | 1227 ScopeType scope_type = parameters.scope_type(); in ReduceJSCreateFunctionContext() local
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_glsl_to_tgsi_temprename.cpp | 119 prog_scope_type scope_type; member in __anon1d258fbb0111::prog_scope
|
| /external/v8/src/objects/ |
| D | scope-info.cc | 460 ScopeType ScopeInfo::scope_type() const { in scope_type() function in v8::internal::ScopeInfo
|
| /external/python/cpython3/Python/ |
| D | compile.c | 436 dictbytype(PyObject *src, int scope_type, int flag, Py_ssize_t offset) in dictbytype() 541 int scope_type, void *key, int lineno) in compiler_enter_scope() 1882 int scope_type; in compiler_function() local
|
| /external/v8/src/parsing/ |
| D | parser-base.h | 634 Scope* NewScope(ScopeType scope_type) const { in NewScope() 641 Scope* NewScopeWithParent(Scope* parent, ScopeType scope_type) const { in NewScopeWithParent()
|
| /external/python/cpython2/Python/ |
| D | compile.c | 363 dictbytype(PyObject *src, int scope_type, int flag, int offset) in dictbytype()
|