Searched refs:IsCall (Results 1 - 25 of 40) sorted by relevance

12

/external/v8/src/compiler/
H A Dframe-elider.cc26 if (instr->IsCall() || instr->IsDeoptimizeCall() ||
H A Dmove-optimizer.cc114 if (instruction->IsCall()) return;
158 if (from->IsCall()) return;
338 if (last_instr->IsCall()) return;
H A Dinstruction.h843 bool IsCall() const { return IsCallField::decode(bit_field_); }
844 bool NeedsReferenceMap() const { return IsCall(); }
847 bool ClobbersRegisters() const { return IsCall(); }
848 bool ClobbersTemps() const { return IsCall(); }
849 bool ClobbersDoubleRegisters() const { return IsCall(); }
1443 if (instr->IsCall()) return true;
H A Dregister-allocator-verifier.cc508 if (instr->IsCall()) {
/external/v8/test/unittests/compiler/
H A Dnode-test-utils.h103 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
107 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
112 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
118 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
125 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
133 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher,
142 Matcher<Node*> IsCall(
H A Dnode-test-utils.cc1817 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, function in namespace:v8::internal::compiler
1827 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, function in namespace:v8::internal::compiler
1840 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, function in namespace:v8::internal::compiler
1855 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, function in namespace:v8::internal::compiler
1872 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, function in namespace:v8::internal::compiler
1891 Matcher<Node*> IsCall(const Matcher<const CallDescriptor*>& descriptor_matcher, function in namespace:v8::internal::compiler
1912 Matcher<Node*> IsCall( function in namespace:v8::internal::compiler
H A Dint64-lowering-unittest.cc288 IsCall(testing::_, IsInt32Constant(function), start(), start());
321 IsReturn(IsCall(testing::_, IsInt32Constant(function),
H A Djs-typed-lowering-unittest.cc838 IsCall(_, IsHeapConstant(CodeFactory::StringAdd(
/external/v8/test/unittests/interpreter/
H A Dinterpreter-assembler-unittest.cc636 IsCall(_, _, arg1, arg2, _, IsInt32Constant(2), context, _, _));
664 IsCall(_, IsHeapConstant(builtin.code()), arg_count,
684 EXPECT_THAT(call_js, IsCall(_, IsHeapConstant(builtin.code()), arg_count,
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h224 bool IsCall() const { return IsCallBits::decode(bit_field_); } function in class:v8::internal::LInstruction
234 bool ClobbersTemps() const { return IsCall(); }
235 bool ClobbersRegisters() const { return IsCall(); }
237 return IsCall();
241 bool IsMarkedAsCall() const { return IsCall(); }
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h222 bool IsCall() const { return IsCallBits::decode(bit_field_); } function in class:v8::internal::LInstruction
232 bool ClobbersTemps() const { return IsCall(); }
233 bool ClobbersRegisters() const { return IsCall(); }
235 return IsCall();
239 bool IsMarkedAsCall() const { return IsCall(); }
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h225 bool IsCall() const { return IsCallBits::decode(bit_field_); } function in class:v8::internal::LInstruction
235 bool ClobbersTemps() const { return IsCall(); }
236 bool ClobbersRegisters() const { return IsCall(); }
238 return IsCall();
242 bool IsMarkedAsCall() const { return IsCall(); }
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h222 bool IsCall() const { return IsCallBits::decode(bit_field_); } function in class:v8::internal::LInstruction
232 bool ClobbersTemps() const { return IsCall(); }
233 bool ClobbersRegisters() const { return IsCall(); }
235 return IsCall();
239 bool IsMarkedAsCall() const { return IsCall(); }
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h218 bool IsCall() const { return IsCallBits::decode(bit_field_); } function in class:v8::internal::LInstruction
228 bool ClobbersTemps() const { return IsCall(); }
229 bool ClobbersRegisters() const { return IsCall(); }
231 return IsCall();
235 bool IsMarkedAsCall() const { return IsCall(); }
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h223 bool IsCall() const { return IsCallBits::decode(bit_field_); } function in class:v8::internal::LInstruction
233 bool ClobbersTemps() const { return IsCall(); }
234 bool ClobbersRegisters() const { return IsCall(); }
236 return IsCall();
240 bool IsMarkedAsCall() const { return IsCall(); }
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h227 bool IsCall() const { return IsCallBits::decode(bit_field_); } function in class:v8::internal::LInstruction
237 bool ClobbersTemps() const { return IsCall(); }
238 bool ClobbersRegisters() const { return IsCall(); }
240 return IsCall();
/external/v8/src/crankshaft/
H A Dlithium.cc514 if (!instr->IsCall()) return;
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h226 bool IsCall() const { return IsCallBits::decode(bit_field_); } function in class:v8::internal::LInstruction
236 bool ClobbersTemps() const { return IsCall(); }
237 bool ClobbersRegisters() const { return IsCall(); }
239 return IsCall() ||
/external/v8/src/debug/
H A Ddebug.h84 inline bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; } function in class:v8::internal::BreakLocation
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h235 bool IsCall() const { return IsCallBits::decode(bit_field_); } function in class:v8::internal::LInstruction
245 bool ClobbersTemps() const { return IsCall(); }
246 bool ClobbersRegisters() const { return IsCall(); }
248 return IsCall();
250 bool IsMarkedAsCall() const { return IsCall(); }
/external/v8/src/
H A Dtyping-asm.cc1208 if (expr->left()->IsCall() && expr->op() == Token::BIT_OR &&
1310 if (expr->left()->IsCall() &&
/external/v8/src/parsing/
H A Dparser-base.h404 DCHECK(expression->IsCall());
2391 (!right->IsCall() && !right->IsCallNew())) {
2486 if (!expression->IsCall()) {
3557 if (expression->IsCall()) {
H A Dpreparser.h248 bool IsCall() const { function in class:v8::internal::PreParserExpression
H A Dparser.h376 if (!expression->IsCall()) return false;
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2669 bool Sema::SubstExprs(Expr **Exprs, unsigned NumExprs, bool IsCall, argument
2678 return Instantiator.TransformExprs(Exprs, NumExprs, IsCall, Outputs);

Completed in 565 milliseconds

12