Home
last modified time | relevance | path

Searched refs:grow_mode_ (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dcode-stubs.cc300 grow_mode_); in Generate()
306 grow_mode_); in Generate()
446 grow_mode_); in Generate()
451 grow_mode_); in Generate()
Dcode-stubs.h1002 grow_mode_(grow_mode) { } in KeyedStoreElementStub()
1008 GrowModeBits::encode(grow_mode_); in MinorKey()
1020 KeyedAccessGrowMode grow_mode_; variable
1104 grow_mode_(grow_mode) {} in ElementsTransitionAndStoreStub()
1119 GrowModeBits::encode(grow_mode_); in MinorKey()
1128 KeyedAccessGrowMode grow_mode_; variable
Dstub-cache.h702 grow_mode_(grow_mode) { } in KeyedStoreStubCompiler()
735 KeyedAccessGrowMode grow_mode_; variable
Dstub-cache.cc1358 Code::ComputeExtraICState(grow_mode_, strict_mode_); in GetCode()
/external/v8/src/x64/
Dstub-cache-x64.cc2486 KeyedStoreElementStub(is_js_array, elements_kind, grow_mode_).GetCode(); in CompileStoreElement()
/external/v8/src/ia32/
Dstub-cache-ia32.cc2655 KeyedStoreElementStub(is_jsarray, elements_kind, grow_mode_).GetCode(); in CompileStoreElement()
/external/v8/src/mips/
Dstub-cache-mips.cc3101 KeyedStoreElementStub(is_js_array, elements_kind, grow_mode_).GetCode(); in CompileStoreElement()
/external/v8/src/arm/
Dstub-cache-arm.cc3112 KeyedStoreElementStub(is_js_array, elements_kind, grow_mode_).GetCode(); in CompileStoreElement()