/external/v8/src/debug/ |
D | debug-scopes.cc | 378 ScopeType scope_type) { in DeclaresLocals() 439 ScopeType scope_type = Type(); in Next() local 552 ScopeType scope_type) { in ScopeObject()
|
D | debug-evaluate.cc | 240 ScopeIterator::ScopeType scope_type = scope_iterator_.Type(); in ContextBuilder() local
|
/external/v8/src/ast/ |
D | scopes.cc | 105 Scope::Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type) in Scope() 131 ScopeType scope_type, in DeclarationScope() 196 Scope::Scope(Zone* zone, ScopeType scope_type, Handle<ScopeInfo> scope_info) in Scope() 215 DeclarationScope::DeclarationScope(Zone* zone, ScopeType scope_type, in DeclarationScope() 1628 const char* Header(ScopeType scope_type, FunctionKind function_kind, in Header()
|
/external/selinux/libsepol/tests/ |
D | test-common.c | 31 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/codegen/ |
D | code-factory.cc | 247 ScopeType scope_type) { in FastNewFunctionContext()
|
/external/v8/src/builtins/ |
D | builtins-constructor-gen.cc | 295 ScopeType scope_type) { in FastNewFunctionContext()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 128 prog_scope_type scope_type; member in __anon667a4a3d0111::prog_scope
|
/external/v8/src/compiler/ |
D | js-operator.cc | 180 Handle<ScopeInfo> scope_info, int slot_count, ScopeType scope_type) in CreateFunctionContextParameters() 1343 Handle<ScopeInfo> scope_info, int slot_count, ScopeType scope_type) { in CreateFunctionContext()
|
D | js-operator.h | 366 ScopeType scope_type() const { return scope_type_; } in scope_type() function
|
D | js-generic-lowering.cc | 627 ScopeType scope_type = parameters.scope_type(); in LowerJSCreateFunctionContext() local
|
D | js-create-lowering.cc | 1219 ScopeType scope_type = parameters.scope_type(); in ReduceJSCreateFunctionContext() local
|
/external/v8/src/objects/ |
D | scope-info.cc | 591 ScopeType ScopeInfo::scope_type() const { in scope_type() function in v8::internal::ScopeInfo
|
/external/python/cpython3/Python/ |
D | compile.c | 446 dictbytype(PyObject *src, int scope_type, int flag, Py_ssize_t offset) in dictbytype() 548 int scope_type, void *key, int lineno) in compiler_enter_scope() 2137 int scope_type; in compiler_function() local
|
/external/v8/src/parsing/ |
D | parser-base.h | 784 Scope* NewScope(ScopeType scope_type) const { in NewScope() 791 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()
|