Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc143 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/
Dtest-common.c29 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/
Dcode-factory.cc213 ScopeType scope_type) { in FastNewFunctionContext()
/external/v8/src/debug/
Ddebug-evaluate.cc199 ScopeIterator::ScopeType scope_type = scope_iterator_.Type(); in ContextBuilder() local
Ddebug-scopes.cc254 ScopeType scope_type = Type(); in Next() local
/external/v8/src/builtins/
Dbuiltins.cc104 Handle<Code> Builtins::NewFunctionContext(ScopeType scope_type) { in NewFunctionContext()
Dbuiltins-constructor-gen.cc226 Node* scope_info, Node* slots, Node* context, ScopeType scope_type) { in EmitFastNewFunctionContext()
/external/v8/src/compiler/
Djs-operator.h274 ScopeType scope_type() const { return scope_type_; } in scope_type() function
Djs-operator.cc156 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()
Djs-generic-lowering.cc439 ScopeType scope_type = parameters.scope_type(); in LowerJSCreateFunctionContext() local
Djs-create-lowering.cc1227 ScopeType scope_type = parameters.scope_type(); in ReduceJSCreateFunctionContext() local
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp119 prog_scope_type scope_type; member in __anon1d258fbb0111::prog_scope
/external/v8/src/objects/
Dscope-info.cc460 ScopeType ScopeInfo::scope_type() const { in scope_type() function in v8::internal::ScopeInfo
/external/python/cpython3/Python/
Dcompile.c436 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/
Dparser-base.h634 Scope* NewScope(ScopeType scope_type) const { in NewScope()
641 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()