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

12

/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);
/external/chromium_org/v8/src/
H A Dcompilation-cache.cc424 bool is_global,
432 if (is_global) {
467 bool is_global,
475 if (is_global) {
421 LookupEval( Handle<String> source, Handle<Context> context, bool is_global, LanguageMode language_mode, int scope_position) argument
465 PutEval(Handle<String> source, Handle<Context> context, bool is_global, Handle<SharedFunctionInfo> function_info, int scope_position) argument
H A Dcompilation-cache.h225 bool is_global,
244 bool is_global,
H A Dexecution.h148 Handle<Object> is_global);
H A Dcompiler.cc667 ASSERT(info->is_eval() || info->is_global());
838 bool is_global,
856 is_global,
865 if (is_global) info.MarkAsGlobal();
885 source, context, is_global, result, scope_position);
836 CompileEval(Handle<String> source, Handle<Context> context, bool is_global, LanguageMode language_mode, ParseRestriction restriction, int scope_position) argument
H A Dcompiler.h68 bool is_global() const { return IsGlobal::decode(flags_); } function in class:v8::internal::CompilationInfo
619 bool is_global,
H A Dexecution.cc810 Handle<Object> is_global) {
812 Handle<Object> args[] = { recv, fun, pos, is_global };
807 GetStackTraceLine(Handle<Object> recv, Handle<JSFunction> fun, Handle<Object> pos, Handle<Object> is_global) argument
H A Dfactory.h371 Handle<JSFunction> NewFunction(Handle<Object> super, bool is_global);
H A Dparser.h576 bool is_eval, bool is_global, bool* ok);
H A Djsregexp.cc457 flags.is_global(),
709 bool is_global,
734 if (is_global && !interpreted) {
5997 bool is_global,
6108 if (is_global) {
707 GlobalCache(Handle<JSRegExp> regexp, Handle<String> subject, bool is_global, Isolate* isolate) argument
5994 Compile( RegExpCompileData* data, bool ignore_case, bool is_global, bool is_multiline, Handle<String> pattern, Handle<String> sample_subject, bool is_ascii, Zone* zone) argument
H A Djsregexp.h152 bool is_global,
/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/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc22 void StrLenOOBTestTemplate(char *str, size_t length, bool is_global) { argument
30 if (!is_global) {
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h534 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/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-symline.c318 int is_global)
322 cvs->type = is_global ? CV8_S_GDATA32 : CV8_S_LDATA32;
317 cv8_add_sym_data(yasm_section *sect, unsigned long type, yasm_symrec *sym, int is_global) argument

Completed in 532 milliseconds

12