Searched refs:is_global (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/ |
D | compilation-cache.cc | 398 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()
|
D | compilation-cache.h | 214 bool is_global, 232 bool is_global,
|
D | variables.cc | 84 bool Variable::is_global() const { in is_global() function in v8::internal::Variable
|
D | compiler.h | 54 bool is_global() const { return IsGlobal::decode(flags_); } in is_global() function 300 bool is_global,
|
D | compiler.cc | 390 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()
|
D | variables.h | 135 bool is_global() const;
|
D | execution.h | 140 Handle<Object> is_global);
|
D | scopes.cc | 974 if (var->is_global()) { in ResolveVariable() 1096 return !var->is_global() && var->is_used(); in MustAllocate() 1114 var->is_global(); in MustAllocateInContext()
|
D | execution.cc | 768 Handle<Object> is_global) { in GetStackTraceLine() argument 770 Handle<Object> args[] = { recv, fun, pos, is_global }; in GetStackTraceLine()
|
D | factory.h | 301 Handle<JSFunction> NewFunction(Handle<Object> super, bool is_global);
|
D | runtime.cc | 2993 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()
|
D | parser.cc | 609 if (!info->is_global() && (shared.is_null() || shared->is_function())) { in DoParseProgram()
|
D | objects.h | 6257 bool is_global() { return (value_ & GLOBAL) != 0; } in is_global() function
|
/external/kernel-headers/original/linux/ |
D | relay.h | 142 int *is_global);
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test.cc | 906 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/ |
D | SDL_malloc.c | 2067 #define is_global(M) ((M) == &_gm_) macro 3504 if (is_global(m)) in sys_alloc()
|
/external/libffi/src/ |
D | dlmalloc.c | 2057 #define is_global(M) ((M) == &_gm_) macro 3492 if (is_global(m)) in sys_alloc()
|