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

12

/external/v8/src/
H A Dcompilation-cache.h53 bool is_global);
69 bool is_global,
H A Dcompiler.cc120 static Handle<JSFunction> MakeFunction(bool is_global, argument
159 ASSERT(is_eval || is_global);
163 MakeAST(is_global, script, extension, pre_data, is_json);
308 bool is_global,
327 result = CompilationCache::LookupEval(source, context, is_global);
332 result = MakeFunction(is_global,
342 CompilationCache::PutEval(source, context, is_global, result);
306 CompileEval(Handle<String> source, Handle<Context> context, bool is_global, ValidationState validate) argument
H A Dvariables.cc157 bool Variable::is_global() const { function in class:v8::internal::Variable
H A Dcompilation-cache.cc386 bool is_global) {
392 if (is_global) {
424 bool is_global,
432 if (is_global) {
384 LookupEval(Handle<String> source, Handle<Context> context, bool is_global) argument
422 PutEval(Handle<String> source, Handle<Context> context, bool is_global, Handle<JSFunction> boilerplate) argument
H A Ddata-flow.cc167 if (var->is_global() && !var->is_this()) {
307 ASSERT(var->is_global() || var->is_this());
314 ASSERT(var->is_global() || var->is_this());
458 ASSERT(var->is_global());
H A Dvariables.h184 bool is_global() const;
H A Dcodegen.cc308 if ((slot != NULL && slot->type() == Slot::LOOKUP) || !var->is_global()) {
326 if ((slot != NULL && slot->type() == Slot::LOOKUP) || !var->is_global()) {
H A Dcompiler.h246 bool is_global,
H A Dexecution.h122 Handle<Object> is_global);
H A Dfull-codegen.cc327 } else if (var != NULL && !var->is_this() && var->is_global()) {
400 if (!var->is_global()) {
499 if ((slot != NULL && slot->type() == Slot::LOOKUP) || !var->is_global()) {
516 if ((slot == NULL || slot->type() != Slot::LOOKUP) && var->is_global()) {
H A Dexecution.cc567 Handle<Object> is_global) {
572 is_global.location() };
564 GetStackTraceLine(Handle<Object> recv, Handle<JSFunction> fun, Handle<Object> pos, Handle<Object> is_global) argument
H A Dfast-codegen.cc217 if (!var->is_global() || var->is_this()) BAILOUT("Non-global variable");
583 ASSERT(expr->var()->is_global() && !expr->var()->is_this());
H A Dscopes.cc604 if (!var->is_global()) *invalidated_local = var;
744 return !var->is_global() && var->var_uses()->is_used();
758 scope_contains_with_ || var->is_global());
H A Dfactory.h218 static Handle<JSFunction> NewFunction(Handle<Object> super, bool is_global);
H A Dast.h931 return var()->is_global() || var()->rewrite()->IsLeaf();
/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/v8/src/arm/
H A Dcodegen-arm.h287 void EmitKeyedLoad(bool is_global);
H A Dfull-codegen-arm.cc696 if (var->is_global() && !var->is_this()) {
1027 ASSERT(var->is_global() || var->slot() != NULL);
1030 if (var->is_global()) {
1225 } else if (var != NULL && !var->is_this() && var->is_global()) {
1430 proxy->var()->is_global()) {
H A Dcodegen-arm.cc600 if (variable != NULL && !variable->is_this() && variable->is_global()) {
657 if (var->is_global()) {
1250 ASSERT(!var->is_global());
2641 ASSERT(var->is_global());
3028 } else if (var != NULL && !var->is_this() && var->is_global()) {
3737 if (variable->is_global()) {
4322 void CodeGenerator::EmitKeyedLoad(bool is_global) { argument
4325 RelocInfo::Mode rmode = is_global
4348 ASSERT(proxy->AsVariable()->is_global());
4385 ASSERT(var == NULL || var->is_global());
[all...]
/external/v8/src/x64/
H A Dcodegen-x64.cc569 bool is_global)
570 : dst_(dst), receiver_(receiver), key_(key), is_global_(is_global) {
968 ASSERT(!var->is_global());
2323 ASSERT(var->is_global());
2761 } else if (var != NULL && !var->is_this() && var->is_global()) {
3006 if (variable->is_global()) {
4417 if (var->is_global()) {
4920 if (variable != NULL && !variable->is_this() && variable->is_global()) {
5880 Result CodeGenerator::EmitKeyedLoad(bool is_global) { argument
5908 is_global);
566 DeferredReferenceGetKeyedValue(Register dst, Register receiver, Register key, bool is_global) argument
6038 bool is_global = var != NULL; local
6120 bool is_global = var != NULL; local
[all...]
H A Dfull-codegen-x64.cc810 if (var->is_global() && !var->is_this()) {
1139 ASSERT(var->is_global() || var->slot() != NULL);
1141 if (var->is_global()) {
1337 } else if (var != NULL && !var->is_this() && var->is_global()) {
1545 proxy->var()->is_global()) {
H A Dcodegen-x64.h437 Result EmitKeyedLoad(bool is_global);
/external/v8/src/ia32/
H A Dfast-codegen-ia32.cc217 if (!var->is_global() || var->is_this()) BAILOUT("Non-global variable");
786 ASSERT(expr->var()->is_global() && !expr->var()->is_this());
H A Dfull-codegen-ia32.cc807 if (var->is_global() && !var->is_this()) {
1144 ASSERT(var->is_global() || var->slot() != NULL);
1147 if (var->is_global()) {
1339 } else if (var != NULL && !var->is_this() && var->is_global()) {
1553 proxy->var()->is_global()) {
H A Dcodegen-ia32.cc571 if (variable != NULL && !variable->is_this() && variable->is_global()) {
697 if (var->is_global()) {
2763 ASSERT(!var->is_global());
4451 ASSERT(var->is_global());
4778 ASSERT(var == NULL || (prop == NULL && var->is_global()));
4945 if (var != NULL && !var->is_global()) {
4949 (var != NULL && var->is_global())) {
5060 } else if (var != NULL && !var->is_this() && var->is_global()) {
5912 if (variable->is_global()) {
7022 ASSERT(proxy->AsVariable()->is_global());
7058 bool is_global = var != NULL; local
[all...]

Completed in 362 milliseconds

12