Searched defs:is_js_array (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode-stubs.h1794 KeyedLoadFastElementStub(bool is_js_array, ElementsKind elements_kind) { argument
1796 IsJSArrayBits::encode(is_js_array);
1799 bool is_js_array() const { function in class:v8::KeyedLoadFastElementStub
1827 KeyedStoreFastElementStub(bool is_js_array, argument
1831 IsJSArrayBits::encode(is_js_array) |
1835 bool is_js_array() const { function in class:v8::KeyedStoreFastElementStub
2106 KeyedStoreElementStub(bool is_js_array, argument
2109 : is_js_array_(is_js_array),
H A Dstub-cache.cc1673 bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE; local
1679 KeyedLoadFastElementStub(is_js_array,
1708 bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE; local
1714 is_js_array,
1722 is_js_array,
1727 is_js_array,
H A Dhydrogen.cc1299 bool is_js_array) {
1334 if (is_js_array) {
2026 bool is_js_array,
2031 ASSERT(!IsExternalArrayElementsKind(elements_kind) || !is_js_array);
2053 if (is_js_array) {
2105 is_js_array);
1294 BuildCheckForCapacityGrow(HValue* object, HValue* elements, ElementsKind kind, HValue* length, HValue* key, bool is_js_array) argument
2022 BuildUncheckedMonomorphicElementAccess( HValue* checked_object, HValue* key, HValue* val, bool is_js_array, ElementsKind elements_kind, bool is_store, LoadKeyedHoleMode load_mode, KeyedAccessStoreMode store_mode) argument
/external/v8/src/
H A Dcode-stubs.h997 KeyedStoreElementStub(bool is_js_array, argument
1000 : is_js_array_(is_js_array),
H A Dic.cc1027 bool is_js_array,
1626 bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE; local
1627 return GetElementStubWithoutMapCheck(is_js_array,
1672 bool is_js_array,
1675 return KeyedStoreElementStub(is_js_array, elements_kind, grow_mode).GetCode();
1695 receiver_map->instance_type() == JS_ARRAY_TYPE, // is_js_array
1026 GetElementStubWithoutMapCheck( bool is_js_array, ElementsKind elements_kind, KeyedAccessGrowMode grow_mode) argument
1671 GetElementStubWithoutMapCheck( bool is_js_array, ElementsKind elements_kind, KeyedAccessGrowMode grow_mode) argument
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc3775 bool is_js_array,
3799 if (is_js_array) {
3854 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
3931 bool is_js_array,
3952 if (is_js_array) {
3982 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
3773 GenerateStoreFastElement( MacroAssembler* masm, bool is_js_array, ElementsKind elements_kind, KeyedAccessGrowMode grow_mode) argument
3929 GenerateStoreFastDoubleElement( MacroAssembler* masm, bool is_js_array, KeyedAccessGrowMode grow_mode) argument
/external/v8/src/x64/
H A Dstub-cache-x64.cc2484 bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE; local
2486 KeyedStoreElementStub(is_js_array, elements_kind, grow_mode_).GetCode();
3537 bool is_js_array,
3562 if (is_js_array) {
3608 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
3680 bool is_js_array,
3702 if (is_js_array) {
3733 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
3535 GenerateStoreFastElement( MacroAssembler* masm, bool is_js_array, ElementsKind elements_kind, KeyedAccessGrowMode grow_mode) argument
3678 GenerateStoreFastDoubleElement( MacroAssembler* masm, bool is_js_array, KeyedAccessGrowMode grow_mode) argument
/external/v8/src/arm/
H A Dstub-cache-arm.cc3110 bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE; local
3112 KeyedStoreElementStub(is_js_array, elements_kind, grow_mode_).GetCode();
4156 bool is_js_array,
4191 if (is_js_array) {
4198 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
4251 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
4322 bool is_js_array,
4354 if (is_js_array) {
4391 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
4154 GenerateStoreFastElement( MacroAssembler* masm, bool is_js_array, ElementsKind elements_kind, KeyedAccessGrowMode grow_mode) argument
4320 GenerateStoreFastDoubleElement( MacroAssembler* masm, bool is_js_array, KeyedAccessGrowMode grow_mode) argument
/external/v8/src/mips/
H A Dstub-cache-mips.cc3099 bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE; local
3101 KeyedStoreElementStub(is_js_array, elements_kind, grow_mode_).GetCode();
4211 bool is_js_array,
4246 if (is_js_array) {
4252 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
4305 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
4375 bool is_js_array,
4409 if (is_js_array) {
4448 if (is_js_array && grow_mode == ALLOW_JSARRAY_GROWTH) {
4209 GenerateStoreFastElement( MacroAssembler* masm, bool is_js_array, ElementsKind elements_kind, KeyedAccessGrowMode grow_mode) argument
4373 GenerateStoreFastDoubleElement( MacroAssembler* masm, bool is_js_array, KeyedAccessGrowMode grow_mode) argument

Completed in 3716 milliseconds