Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc2376 Label call_runtime(this), if_no_hash(this), if_not_found(this); in TF_BUILTIN() local
2382 TVARIABLE(IntPtrT, var_hash, LoadJSReceiverIdentityHash(key, &if_no_hash)); in TF_BUILTIN()
2389 BIND(&if_no_hash); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.h901 Label* if_no_hash = nullptr);
Dcode-stub-assembler.cc1724 SloppyTNode<Object> receiver, Label* if_no_hash) { in LoadJSReceiverIdentityHash() argument
1772 if (if_no_hash != nullptr) { in LoadJSReceiverIdentityHash()
1775 if_no_hash); in LoadJSReceiverIdentityHash()