Searched refs:unimplemented_elements_kind (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 476 if_hole(this), unimplemented_elements_kind(this), in HandleLoadICSmiHandlerCase() 525 &var_double_value, &unimplemented_elements_kind, in HandleLoadICSmiHandlerCase() local 530 BIND(&unimplemented_elements_kind); in HandleLoadICSmiHandlerCase() 2312 Label* unimplemented_elements_kind, Label* out_of_bounds, Label* miss, in EmitElementLoad() 2347 Switch(elements_kind, unimplemented_elements_kind, kinds, labels, in EmitElementLoad() 2413 Goto(unimplemented_elements_kind); in EmitElementLoad() 2634 Label* unimplemented_elements_kind = slow; in GenericElementLoad() local 2638 &var_double_value, unimplemented_elements_kind, &if_oob, slow, in GenericElementLoad() 2308 EmitElementLoad( TNode<HeapObject> object, TNode<Word32T> elements_kind, TNode<IntPtrT> intptr_index, TNode<BoolT> is_jsarray_condition, Label* if_hole, Label* rebox_double, TVariable<Float64T>* var_double_value, Label* unimplemented_elements_kind, Label* out_of_bounds, Label* miss, ExitPoint* exit_point, LoadAccessMode access_mode) EmitElementLoad() argument
|
H A D | accessor-assembler.h | 523 Label* unimplemented_elements_kind, Label* out_of_bounds,
|
Completed in 10 milliseconds