Searched refs:if_oob (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 477 if_oob(this, Label::kDeferred), try_string_to_array_index(this), in HandleLoadICSmiHandlerCase() 526 &if_oob, miss, exit_point, access_mode); in HandleLoadICSmiHandlerCase() local 538 BIND(&if_oob); in HandleLoadICSmiHandlerCase() 2620 Label if_custom(this), if_element_hole(this), if_oob(this); in GenericElementLoad() 2638 &var_double_value, unimplemented_elements_kind, &if_oob, slow, in GenericElementLoad() 2644 BIND(&if_oob); in GenericElementLoad()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 9932 if_isfaststringwrapper(this), if_isslowstringwrapper(this), if_oob(this), 10017 GotoIfNot(UintPtrLessThan(intptr_index, length), &if_oob); 10028 GotoIfNot(UintPtrLessThan(intptr_index, length), &if_oob); 10080 BIND(&if_oob);
|
Completed in 25 milliseconds