Home
last modified time | relevance | path

Searched defs:scope_type (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.cc378 ScopeType scope_type) { in DeclaresLocals()
439 ScopeType scope_type = Type(); in Next() local
552 ScopeType scope_type) { in ScopeObject()
Ddebug-evaluate.cc240 ScopeIterator::ScopeType scope_type = scope_iterator_.Type(); in ContextBuilder() local
/external/v8/src/ast/
Dscopes.cc105 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/
Dtest-common.c31 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/
Dcode-factory.cc247 ScopeType scope_type) { in FastNewFunctionContext()
/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc295 ScopeType scope_type) { in FastNewFunctionContext()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp128 prog_scope_type scope_type; member in __anon667a4a3d0111::prog_scope
/external/v8/src/compiler/
Djs-operator.cc180 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()
Djs-operator.h366 ScopeType scope_type() const { return scope_type_; } in scope_type() function
Djs-generic-lowering.cc627 ScopeType scope_type = parameters.scope_type(); in LowerJSCreateFunctionContext() local
Djs-create-lowering.cc1219 ScopeType scope_type = parameters.scope_type(); in ReduceJSCreateFunctionContext() local
/external/v8/src/objects/
Dscope-info.cc591 ScopeType ScopeInfo::scope_type() const { in scope_type() function in v8::internal::ScopeInfo
/external/python/cpython3/Python/
Dcompile.c446 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/
Dparser-base.h784 Scope* NewScope(ScopeType scope_type) const { in NewScope()
791 Scope* NewScopeWithParent(Scope* parent, ScopeType scope_type) const { in NewScopeWithParent()
/external/python/cpython2/Python/
Dcompile.c363 dictbytype(PyObject *src, int scope_type, int flag, int offset) in dictbytype()