Home
last modified time | relevance | path

Searched refs:is_global (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/
Dcompilation-cache.cc398 bool is_global, in LookupEval() argument
406 if (is_global) { in LookupEval()
440 bool is_global, in PutEval() argument
448 if (is_global) { in PutEval()
Dcompilation-cache.h214 bool is_global,
232 bool is_global,
Dvariables.cc84 bool Variable::is_global() const { in is_global() function in v8::internal::Variable
Dcompiler.h54 bool is_global() const { return IsGlobal::decode(flags_); } in is_global() function
300 bool is_global,
Dcompiler.cc390 ASSERT(info->is_eval() || info->is_global()); in MakeFunctionInfo()
547 bool is_global, in CompileEval() argument
564 is_global, in CompileEval()
573 if (is_global) info.MarkAsGlobal(); in CompileEval()
591 source, context, is_global, result, scope_position); in CompileEval()
Dvariables.h135 bool is_global() const;
Dexecution.h140 Handle<Object> is_global);
Dscopes.cc974 if (var->is_global()) { in ResolveVariable()
1096 return !var->is_global() && var->is_used(); in MustAllocate()
1114 var->is_global(); in MustAllocateInContext()
Dexecution.cc768 Handle<Object> is_global) { in GetStackTraceLine() argument
770 Handle<Object> args[] = { recv, fun, pos, is_global }; in GetStackTraceLine()
Dfactory.h301 Handle<JSFunction> NewFunction(Handle<Object> super, bool is_global);
Druntime.cc2993 bool is_global = regexp_handle->GetFlags().is_global(); in StringReplaceRegExpWithString() local
2996 if (is_global && in StringReplaceRegExpWithString()
3013 (compiled_replacement.parts() + 1) * (is_global ? 4 : 1) + 1; in StringReplaceRegExpWithString()
3055 if (!is_global) break; in StringReplaceRegExpWithString()
3096 if (regexp_handle->GetFlags().is_global() && in StringReplaceRegExpWithEmptyString()
3143 if (!regexp_handle->GetFlags().is_global()) { in StringReplaceRegExpWithEmptyString()
3990 ASSERT(regexp->GetFlags().is_global()); in RUNTIME_FUNCTION()
11949 bool is_global = true; in RUNTIME_FUNCTION() local
11958 is_global = false; in RUNTIME_FUNCTION()
11967 is_global, in RUNTIME_FUNCTION()
Dparser.cc609 if (!info->is_global() && (shared.is_null() || shared->is_function())) { in DoParseProgram()
Dobjects.h6257 bool is_global() { return (value_ & GLOBAL) != 0; } in is_global() function
/external/kernel-headers/original/linux/
Drelay.h142 int *is_global);
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc906 void StrLenOOBTestTemplate(char *str, size_t length, bool is_global) { in StrLenOOBTestTemplate() argument
914 if (!is_global) { in StrLenOOBTestTemplate()
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_malloc.c2067 #define is_global(M) ((M) == &_gm_) macro
3504 if (is_global(m)) in sys_alloc()
/external/libffi/src/
Ddlmalloc.c2057 #define is_global(M) ((M) == &_gm_) macro
3492 if (is_global(m)) in sys_alloc()