Searched refs:is_js_array (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/ic/
H A Dic-compiler.cc60 bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE; local
67 is_js_array, store_mode).GetCode();
H A Dhandler-configuration-inl.h74 bool is_js_array) {
78 IsJsArrayBits::encode(is_js_array);
71 LoadElement(Isolate* isolate, ElementsKind elements_kind, bool convert_hole_to_undefined, bool is_js_array) argument
H A Dhandler-configuration.h115 bool is_js_array);
H A Dhandler-compiler.cc641 bool is_js_array = instance_type == JS_ARRAY_TYPE; local
646 is_js_array);
655 is_js_array && elements_kind == FAST_HOLEY_ELEMENTS &&
660 convert_hole_to_undefined, is_js_array);
663 return LoadFastElementStub(isolate, is_js_array, elements_kind,
/external/v8/src/
H A Dcode-stubs.h2307 LoadFastElementStub(Isolate* isolate, bool is_js_array, argument
2313 IsJSArrayBits::encode(is_js_array) |
2319 bool is_js_array() const { return IsJSArrayBits::decode(sub_minor_key()); } function in class:LoadFastElementStub
2339 StoreFastElementStub(Isolate* isolate, bool is_js_array, argument
2344 IsJSArrayBits::encode(is_js_array);
2349 bool is_js_array() const { return IsJSArrayBits::decode(minor_key_); } function in class:StoreFastElementStub
H A Dcode-stubs-hydrogen.cc722 NULL, casted_stub()->is_js_array(), casted_stub()->elements_kind(), LOAD,
H A Dcode-stub-assembler.h1002 bool is_js_array, Label* bailout);
H A Dcode-stubs.cc2978 is_js_array(), ElementsKindToString(elements_kind()), store_mode());
2989 assembler->EmitElementStore(receiver, key, value, is_js_array(),
H A Dcode-stub-assembler.cc7048 bool is_js_array,
7079 if (is_js_array) {
7045 CheckForCapacityGrow(Node* object, Node* elements, ElementsKind kind, Node* length, Node* key, ParameterMode mode, bool is_js_array, Label* bailout) argument
/external/v8/src/crankshaft/
H A Dhydrogen.h1374 bool is_js_array,
1440 bool is_js_array,
H A Dhydrogen.cc1562 bool is_js_array,
1586 object, elements, key, current_capacity, is_js_array, kind);
1590 if (is_js_array) {
2489 bool is_js_array,
2496 DCHECK(!IsFixedTypedArrayElementsKind(elements_kind) || !is_js_array);
2518 if (is_js_array) {
2581 is_js_array, access_type);
1556 BuildCheckForCapacityGrow( HValue* object, HValue* elements, ElementsKind kind, HValue* length, HValue* key, bool is_js_array, PropertyAccessType access_type) argument
2485 BuildUncheckedMonomorphicElementAccess( HValue* checked_object, HValue* key, HValue* val, bool is_js_array, ElementsKind elements_kind, PropertyAccessType access_type, LoadKeyedHoleMode load_mode, KeyedAccessStoreMode store_mode) argument
H A Dhydrogen-instructions.h6504 bool is_js_array() const { return is_js_array_; } function in class:final::final
6515 bool is_js_array, ElementsKind kind) {
6516 is_js_array_ = is_js_array;
6513 HMaybeGrowElements(HValue* context, HValue* object, HValue* elements, HValue* key, HValue* current_capacity, bool is_js_array, ElementsKind kind) argument

Completed in 1192 milliseconds