Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc1817 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/
Ddebug.h84 inline bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; } in IsCall() function
/external/v8/src/compiler/
Dinstruction.h843 bool IsCall() const { return IsCallField::decode(bit_field_); } in IsCall() function
/external/v8/src/parsing/
Dpreparser.h248 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/mips/
Dlithium-mips.h222 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h222 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/x87/
Dlithium-x87.h226 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h225 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h227 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h224 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/s390/
Dlithium-s390.h218 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.h223 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h235 bool IsCall() const { return IsCallBits::decode(bit_field_); } in IsCall() function