/external/webkit/V8Binding/v8/src/ |
D | global-handles.cc | 42 state_ = NORMAL; in Initialize() 121 state_ = NORMAL; in ClearWeakness() 177 NORMAL, // Normal global handle. enumerator 315 if (current->state_ == Node::NORMAL) { in IterateRoots()
|
D | stub-cache.cc | 180 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 …]
|
D | scopes.cc | 224 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()
|
D | property.cc | 45 case NORMAL: in Print()
|
D | property.h | 167 details_(NONE, NORMAL) {} in LookupResult() 258 case NORMAL: { in GetLazyValue()
|
D | variables.h | 141 NORMAL, enumerator
|
D | objects.cc | 239 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 …]
|
D | globals.h | 357 NORMAL = 0, // only in slow mode enumerator
|
D | ic.cc | 462 case NORMAL: { in UpdateCaches() 670 case NORMAL: { in UpdateCaches() 1022 case NORMAL: { in UpdateCaches()
|
D | ast.h | 924 enum Type { NORMAL, SYNTHETIC }; enumerator 925 Property(Expression* obj, Expression* key, int pos, Type type = NORMAL)
|
D | runtime.cc | 907 } 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/ |
D | SkXMLPullParser_expat.cpp | 47 Data() : fAlloc(2048), fState(NORMAL) {} in Data() 54 NORMAL, enumerator 183 fImpl->fData.fState = Data::NORMAL; in onNextToken()
|
/external/icu4c/data/unidata/ |
D | BidiMirroring.txt | 129 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/ |
D | deltablue.js | 126 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/ |
D | v8-deltablue.js | 120 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/ |
D | RenderStyleConstants.h | 223 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator
|
D | RenderStyle.h | 481 return ws != NORMAL && ws != NOWRAP; in preserveNewline() 1118 static EWhiteSpace initialWhiteSpace() { return NORMAL; } in initialWhiteSpace()
|
/external/webkit/WebCore/css/ |
D | CSSPrimitiveValueMappings.h | 1594 case NORMAL: in CSSPrimitiveValue() 1629 return NORMAL; in EWhiteSpace() 1632 return NORMAL; in EWhiteSpace()
|
D | CSSComputedStyleDeclaration.cpp | 1111 case NORMAL: in getPropertyCSSValue()
|
/external/webkit/V8Binding/v8/src/arm/ |
D | stub-cache-arm.cc | 808 return GetCode(NORMAL, name); in CompileCallGlobal() 983 return GetCode(NORMAL, name); in CompileStoreGlobal() 1128 return GetCode(NORMAL, name); in CompileLoadGlobal()
|
D | ic-arm.cc | 230 Code::ComputeFlags(Code::CALL_IC, NOT_IN_LOOP, MONOMORPHIC, NORMAL, argc); in GenerateMegamorphic()
|
/external/webkit/V8Binding/v8/src/x64/ |
D | stub-cache-x64.cc | 994 return GetCode(NORMAL, name); in CompileCallGlobal() 1143 return GetCode(NORMAL, name); in CompileLoadGlobal() 1498 return GetCode(NORMAL, name); in CompileStoreGlobal()
|
D | ic-x64.cc | 588 Code::ComputeFlags(Code::CALL_IC, NOT_IN_LOOP, MONOMORPHIC, NORMAL, argc); in GenerateMegamorphic()
|
/external/webkit/V8Binding/v8/src/ia32/ |
D | stub-cache-ia32.cc | 1159 return GetCode(NORMAL, name); in CompileCallGlobal() 1338 return GetCode(NORMAL, name); in CompileStoreGlobal() 1531 return GetCode(NORMAL, name); in CompileLoadGlobal()
|
D | ic-ia32.cc | 507 Code::ComputeFlags(Code::CALL_IC, NOT_IN_LOOP, MONOMORPHIC, NORMAL, argc); in GenerateMegamorphic()
|