Searched refs:FastCheck (Results 1 – 2 of 2) sorted by relevance
113 #define CSA_CHECK(csa, x) (csa)->FastCheck(x)651 void FastCheck(TNode<BoolT> condition);
163 void CodeStubAssembler::FastCheck(TNode<BoolT> condition) { in FastCheck() function in v8::internal::CodeStubAssembler