Home
last modified time | relevance | path

Searched defs:IsCall (Results 1 – 14 of 14) sorted by relevance

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc1679 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function
1692 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function
1707 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function
1724 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function
1743 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, in IsCall() function
1764 Matcher<Node*> IsCall( in IsCall() function
/external/v8/src/debug/
Ddebug.h80 inline bool IsCall() const { in IsCall() function
/external/v8/src/compiler/
Dinstruction.h761 bool IsCall() const { return IsCallField::decode(bit_field_); } in IsCall() function
/external/v8/src/parsing/
Dpreparser.h238 bool IsCall() const { in IsCall() function
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2669 bool Sema::SubstExprs(Expr **Exprs, unsigned NumExprs, bool IsCall, in SubstExprs()
DTreeTransform.h3206 bool IsCall, in TransformExprs()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h228 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h233 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/mips/
Dlithium-mips.h229 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.h229 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/x87/
Dlithium-x87.h234 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h232 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h232 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h243 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function