Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.h220 Matcher<Node*> IsStoreField(const Matcher<FieldAccess>& access_matcher,
Djs-typed-lowering-unittest.cc601 IsStoreField(AccessBuilder::ForContextSlot(index), context, in TEST_F()
609 IsStoreField(AccessBuilder::ForContextSlot(index), in TEST_F()
Dnode-test-utils.cc1930 Matcher<Node*> IsStoreField(const Matcher<FieldAccess>& access_matcher, in IsStoreField() function