/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 1817 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function 1827 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function 1840 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function 1855 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function 1872 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function 1891 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function 1912 Matcher<Node*> IsCall( in IsCall() function
|
/external/v8/src/debug/ |
D | debug.h | 84 inline bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; } in IsCall() function
|
/external/v8/src/compiler/ |
D | instruction.h | 843 bool IsCall() const { return IsCallField::decode(bit_field_); } in IsCall() function
|
/external/v8/src/parsing/ |
D | preparser.h | 248 bool IsCall() const { in IsCall() function
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 2669 bool Sema::SubstExprs(Expr **Exprs, unsigned NumExprs, bool IsCall, in SubstExprs()
|
D | TreeTransform.h | 3206 bool IsCall, in TransformExprs()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 222 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 222 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 226 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 225 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 227 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 224 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 218 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 223 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 235 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
|