Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/V8Binding/v8/src/
Dglobal-handles.cc42 state_ = NORMAL; in Initialize()
121 state_ = NORMAL; in ClearWeakness()
177 NORMAL, // Normal global handle. enumerator
315 if (current->state_ == Node::NORMAL) { in IterateRoots()
Dstub-cache.cc180 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::LOAD_IC, NORMAL); in ComputeLoadGlobal()
346 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::STORE_IC, NORMAL); in ComputeStoreGlobal()
550 Code::ComputeMonomorphicFlags(Code::CALL_IC, NORMAL, in_loop, argc); in ComputeCallGlobal()
612 Code::ComputeFlags(Code::CALL_IC, in_loop, UNINITIALIZED, NORMAL, argc); in FindCallInitialize()
623 Code::ComputeFlags(Code::CALL_IC, in_loop, UNINITIALIZED, NORMAL, argc); in ComputeCallInitialize()
633 Code::ComputeFlags(Code::CALL_IC, in_loop, PREMONOMORPHIC, NORMAL, argc); in ComputeCallPreMonomorphic()
643 Code::ComputeFlags(Code::CALL_IC, in_loop, MONOMORPHIC, NORMAL, argc); in ComputeCallNormal()
653 Code::ComputeFlags(Code::CALL_IC, in_loop, MEGAMORPHIC, NORMAL, argc); in ComputeCallMegamorphic()
663 Code::ComputeFlags(Code::STUB, NOT_IN_LOOP, MEGAMORPHIC, NORMAL, argc); in ComputeCallMiss()
674 Code::ComputeFlags(Code::CALL_IC, NOT_IN_LOOP, DEBUG_BREAK, NORMAL, argc); in ComputeCallDebugBreak()
[all …]
Dscopes.cc224 function_ = new Variable(this, name, Variable::CONST, true, Variable::NORMAL); in DeclareFunctionVar()
234 return variables_.Declare(this, name, mode, true, Variable::NORMAL); in DeclareLocal()
241 Variable::NORMAL); in DeclareGlobal()
276 Variable::NORMAL); in NewTemporary()
534 var = map->Declare(NULL, name, mode, true, Variable::NORMAL); in NonLocal()
Dproperty.cc45 case NORMAL: in Print()
Dproperty.h167 details_(NONE, NORMAL) {} in LookupResult()
258 case NORMAL: { in GetLazyValue()
Dvariables.h141 NORMAL, enumerator
Dobjects.cc239 case NORMAL: in GetPropertyWithFailedAccessCheck()
297 case NORMAL: in GetPropertyAttributeWithFailedAccessCheck()
528 case NORMAL: in GetProperty()
1353 PropertyDetails details = PropertyDetails(attributes, NORMAL, index); in AddSlowProperty()
1362 PropertyDetails details = PropertyDetails(attributes, NORMAL); in AddSlowProperty()
1420 PropertyDetails new_details(attributes, NORMAL, new_enumeration_index); in ReplaceSlowProperty()
1703 ASSERT(result->holder() == this && result->type() != NORMAL); in LocalLookupRealNamedProperty()
1754 case NORMAL: in LookupRealNamedPropertyInPrototypes()
1856 case NORMAL: in SetProperty()
1938 case NORMAL: in IgnoreAttributesAndSetLocalProperty()
[all …]
Dglobals.h357 NORMAL = 0, // only in slow mode enumerator
Dic.cc462 case NORMAL: { in UpdateCaches()
670 case NORMAL: { in UpdateCaches()
1022 case NORMAL: { in UpdateCaches()
Dast.h924 enum Type { NORMAL, SYNTHETIC }; enumerator
925 Property(Expression* obj, Expression* key, int pos, Type type = NORMAL)
Druntime.cc907 } else if (type == NORMAL) { in Runtime_InitializeConstGlobal()
998 } else if (type == NORMAL) { in Runtime_InitializeConstContextSlot()
2654 (dictionary->DetailsAt(entry).type() == NORMAL)) { in Runtime_KeyedGetProperty()
5642 case NORMAL: in DebugLookupResultValue()
5732 details->set(1, PropertyDetails(NONE, NORMAL).AsSmi()); in Runtime_DebugGetPropertyDetails()
/external/skia/src/ports/
DSkXMLPullParser_expat.cpp47 Data() : fAlloc(2048), fState(NORMAL) {} in Data()
54 NORMAL, enumerator
183 fImpl->fData.fState = Data::NORMAL; in onNextToken()
/external/icu4c/data/unidata/
DBidiMirroring.txt129 22B2; 22B3 # NORMAL SUBGROUP OF
130 22B3; 22B2 # CONTAINS AS NORMAL SUBGROUP
131 22B4; 22B5 # NORMAL SUBGROUP OF OR EQUAL TO
132 22B5; 22B4 # CONTAINS AS NORMAL SUBGROUP OR EQUAL TO
135 22C9; 22CA # LEFT NORMAL FACTOR SEMIDIRECT PRODUCT
136 22CA; 22C9 # RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT
162 22EA; 22EB # [BEST FIT] NOT NORMAL SUBGROUP OF
163 22EB; 22EA # [BEST FIT] DOES NOT CONTAIN AS NORMAL SUBGROUP
164 22EC; 22ED # [BEST FIT] NOT NORMAL SUBGROUP OF OR EQUAL TO
165 22ED; 22EC # [BEST FIT] DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL
/external/webkit/V8Binding/v8/benchmarks/
Ddeltablue.js126 case 2: return Strength.NORMAL;
138 Strength.NORMAL = new Strength(4, "normal"); variable in Strength
842 new StayConstraint(src, Strength.NORMAL);
/external/webkit/SunSpider/tests/
Dv8-deltablue.js120 case 2: return Strength.NORMAL;
132 Strength.NORMAL = new Strength(4, "normal"); variable in Strength
836 new StayConstraint(src, Strength.NORMAL);
/external/webkit/WebCore/rendering/style/
DRenderStyleConstants.h223 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator
DRenderStyle.h481 return ws != NORMAL && ws != NOWRAP; in preserveNewline()
1118 static EWhiteSpace initialWhiteSpace() { return NORMAL; } in initialWhiteSpace()
/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h1594 case NORMAL: in CSSPrimitiveValue()
1629 return NORMAL; in EWhiteSpace()
1632 return NORMAL; in EWhiteSpace()
DCSSComputedStyleDeclaration.cpp1111 case NORMAL: in getPropertyCSSValue()
/external/webkit/V8Binding/v8/src/arm/
Dstub-cache-arm.cc808 return GetCode(NORMAL, name); in CompileCallGlobal()
983 return GetCode(NORMAL, name); in CompileStoreGlobal()
1128 return GetCode(NORMAL, name); in CompileLoadGlobal()
Dic-arm.cc230 Code::ComputeFlags(Code::CALL_IC, NOT_IN_LOOP, MONOMORPHIC, NORMAL, argc); in GenerateMegamorphic()
/external/webkit/V8Binding/v8/src/x64/
Dstub-cache-x64.cc994 return GetCode(NORMAL, name); in CompileCallGlobal()
1143 return GetCode(NORMAL, name); in CompileLoadGlobal()
1498 return GetCode(NORMAL, name); in CompileStoreGlobal()
Dic-x64.cc588 Code::ComputeFlags(Code::CALL_IC, NOT_IN_LOOP, MONOMORPHIC, NORMAL, argc); in GenerateMegamorphic()
/external/webkit/V8Binding/v8/src/ia32/
Dstub-cache-ia32.cc1159 return GetCode(NORMAL, name); in CompileCallGlobal()
1338 return GetCode(NORMAL, name); in CompileStoreGlobal()
1531 return GetCode(NORMAL, name); in CompileLoadGlobal()
Dic-ia32.cc507 Code::ComputeFlags(Code::CALL_IC, NOT_IN_LOOP, MONOMORPHIC, NORMAL, argc); in GenerateMegamorphic()

12