Home
last modified time | relevance | path

Searched refs:CONSTANT_FUNCTION (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dproperty.h139 : Descriptor(key, function, attributes, CONSTANT_FUNCTION, index) {} in Descriptor() argument
254 case CONSTANT_FUNCTION: in GetLazyValue()
279 ASSERT(type() == CONSTANT_FUNCTION); in GetConstantFunction()
Dproperty.cc55 case CONSTANT_FUNCTION: in Print()
Dic.cc519 case CONSTANT_FUNCTION: { in UpdateCaches()
728 case CONSTANT_FUNCTION: { in UpdateCaches()
943 case CONSTANT_FUNCTION: { in UpdateCaches()
Dglobals.h404 CONSTANT_FUNCTION = 2, // only in fast mode enumerator
Dstub-cache.cc138 Code::ComputeMonomorphicFlags(Code::LOAD_IC, CONSTANT_FUNCTION); in ComputeLoadConstant()
221 Code::ComputeMonomorphicFlags(Code::KEYED_LOAD_IC, CONSTANT_FUNCTION); in ComputeKeyedLoadConstant()
433 CONSTANT_FUNCTION, in ComputeCallConstant()
Dobjects.cc241 case CONSTANT_FUNCTION: { in GetPropertyWithFailedAccessCheck()
299 case CONSTANT_FUNCTION: { in GetPropertyAttributeWithFailedAccessCheck()
495 case CONSTANT_FUNCTION: in GetProperty()
1875 case CONSTANT_FUNCTION: in SetProperty()
1954 case CONSTANT_FUNCTION: in IgnoreAttributesAndSetLocalProperty()
2078 case CONSTANT_FUNCTION: in GetPropertyAttribute()
2129 case CONSTANT_FUNCTION: { in NormalizeProperties()
2910 } else if (descs->GetType(i) == CONSTANT_FUNCTION) { in SlowReverseLookup()
3274 if (t == CONSTANT_FUNCTION || in CopyInsert()
5087 case CONSTANT_FUNCTION: return "CONSTANT_FUNCTION"; in PropertyType2String()
Dobjects-debug.cc414 case CONSTANT_FUNCTION: in PrintProperties()
Dbootstrapper.cc1397 case CONSTANT_FUNCTION: { in TransferNamedProperties()
Druntime.cc1086 ASSERT(lookup.IsReadOnly() && type == CONSTANT_FUNCTION); in Runtime_InitializeConstGlobal()
2990 || result.type() == CONSTANT_FUNCTION)) { in Runtime_DefineOrRedefineAccessorProperty()
6298 case CONSTANT_FUNCTION: in DebugLookupResultValue()
/external/v8/src/x64/
Dstub-cache-x64.cc578 if (lookup->type() == CONSTANT_FUNCTION) { in CompileCacheable()
790 return GetCode(CONSTANT_FUNCTION, function_name); in CompileCallConstant()
1037 return GetCode(CONSTANT_FUNCTION, name); in CompileLoadConstant()
1231 return GetCode(CONSTANT_FUNCTION, name); in CompileLoadConstant()
/external/v8/src/arm/
Dstub-cache-arm.cc947 return GetCode(CONSTANT_FUNCTION, function_name); in CompileCallConstant()
990 lookup.type() == CONSTANT_FUNCTION && in CompileCallInterceptor()
1365 return GetCode(CONSTANT_FUNCTION, name); in CompileLoadConstant()
1526 return GetCode(CONSTANT_FUNCTION, name); in CompileLoadConstant()
/external/v8/src/ia32/
Dstub-cache-ia32.cc490 if (lookup->type() != CONSTANT_FUNCTION) return; in CallOptimization()
1370 return GetCode(CONSTANT_FUNCTION, function_name); in CompileCallConstant()
1789 return GetCode(CONSTANT_FUNCTION, name); in CompileLoadConstant()
1958 return GetCode(CONSTANT_FUNCTION, name); in CompileLoadConstant()