Searched refs:condition_body (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 797 void Dcheck(const NodeGenerator<BoolT>& condition_body, const char* message, 806 void Check(const NodeGenerator<BoolT>& condition_body, const char* message,
|
H A D | code-stub-assembler.cc | 83 void CodeStubAssembler::Dcheck(const NodeGenerator<BoolT>& condition_body, in Dcheck() argument 88 Check(condition_body, message, file, line, extra_nodes); in Dcheck() 126 void CodeStubAssembler::Check(const NodeGenerator<BoolT>& condition_body, in Check() argument 130 TNode<BoolT> condition = condition_body(); in Check()
|
Completed in 25 milliseconds