Searched refs:is_global (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/
H A Dvariables.cc84 bool Variable::is_global() const { function in class:v8::internal::Variable
H A Dcompilation-cache.cc398 bool is_global,
406 if (is_global) {
440 bool is_global,
448 if (is_global) {
395 LookupEval( Handle<String> source, Handle<Context> context, bool is_global, LanguageMode language_mode, int scope_position) argument
438 PutEval(Handle<String> source, Handle<Context> context, bool is_global, Handle<SharedFunctionInfo> function_info, int scope_position) argument
H A Dvariables.h135 bool is_global() const;
H A Dcompilation-cache.h214 bool is_global,
232 bool is_global,
H A Dcompiler.h54 bool is_global() const { return IsGlobal::decode(flags_); } function in class:v8::internal::BASE_EMBEDDED
300 bool is_global,
H A Dcompiler.cc390 ASSERT(info->is_eval() || info->is_global());
547 bool is_global,
564 is_global,
573 if (is_global) info.MarkAsGlobal();
591 source, context, is_global, result, scope_position);
545 CompileEval(Handle<String> source, Handle<Context> context, bool is_global, LanguageMode language_mode, int scope_position) argument
H A Dexecution.h140 Handle<Object> is_global);
H A Dscopes.cc974 if (var->is_global()) {
1096 return !var->is_global() && var->is_used();
1114 var->is_global();
H A Dexecution.cc768 Handle<Object> is_global) {
770 Handle<Object> args[] = { recv, fun, pos, is_global };
765 GetStackTraceLine(Handle<Object> recv, Handle<JSFunction> fun, Handle<Object> pos, Handle<Object> is_global) argument
H A Dfactory.h301 Handle<JSFunction> NewFunction(Handle<Object> super, bool is_global);
H A Druntime.cc2993 bool is_global = regexp_handle->GetFlags().is_global();
2996 if (is_global &&
3013 (compiled_replacement.parts() + 1) * (is_global ? 4 : 1) + 1;
3055 if (!is_global) break;
3096 if (regexp_handle->GetFlags().is_global() &&
3143 if (!regexp_handle->GetFlags().is_global()) {
3990 ASSERT(regexp->GetFlags().is_global());
11949 bool is_global = true;
11958 is_global
[all...]
H A Dobjects.h6257 bool is_global() { return (value_ & GLOBAL) != 0; } function in class:v8::internal::JSRegExp::Flags
H A Dparser.cc609 if (!info->is_global() && (shared.is_null() || shared->is_function())) {
/external/kernel-headers/original/linux/
H A Drelay.h121 * @is_global: outparam - set non-zero if the buffer should be global
132 * Setting the is_global outparam to a non-zero value will
142 int *is_global);
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h544 BOOLEAN is_global);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c716 BOOLEAN L2CA_SetIdleTimeout (UINT16 cid, UINT16 timeout, BOOLEAN is_global) argument
721 if (is_global)
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc901 void StrLenOOBTestTemplate(char *str, size_t length, bool is_global) { argument
909 if (!is_global) {
/external/libffi/src/
H A Ddlmalloc.c2057 #define is_global(M) ((M) == &_gm_) macro
3492 if (is_global(m))
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c2067 #define is_global(M) ((M) == &_gm_) macro
3504 if (is_global(m))

Completed in 341 milliseconds