Home
last modified time | relevance | path

Searched refs:CheckForAssociatedProtector (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc873 CheckForAssociatedProtector(name, slow); in EmitGenericPropertyStore()
893 CheckForAssociatedProtector(name, slow); in EmitGenericPropertyStore()
960 CheckForAssociatedProtector(name, slow); in EmitGenericPropertyStore()
976 CheckForAssociatedProtector(name, slow); in EmitGenericPropertyStore()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc706 CheckForAssociatedProtector(var_unique.value(), &slow); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3424 void CheckForAssociatedProtector(TNode<Name> name, Label* if_protector);
Dcode-stub-assembler.cc10595 void CodeStubAssembler::CheckForAssociatedProtector(TNode<Name> name, in CheckForAssociatedProtector() function in v8::internal::CodeStubAssembler