Home
last modified time | relevance | path

Searched refs:next_holder (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc1220 Label* next_holder, Label* if_bailout) { in TF_BUILTIN() argument
1225 &var_value, next_holder, if_bailout); in TF_BUILTIN()
1235 Node* holder_instance_type, Node* index, Label* next_holder, in TF_BUILTIN()
1238 Use(next_holder); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.cc11462 Label* next_holder, Label* if_bailout) { in HasProperty() argument
11464 &return_true, next_holder, if_bailout); in HasProperty()
11470 Node* holder_instance_type, Node* index, Label* next_holder, in HasProperty()
11473 &return_true, &return_false, next_holder, if_bailout); in HasProperty()
Dcode-stub-assembler.h2440 Node* instance_type, Node* key, Label* next_holder,