Home
last modified time | relevance | path

Searched refs:ReturnInstruction (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.cc3728 void EffectContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction() function in v8::internal::EffectContext
3766 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction() function in v8::internal::ValueContext
3822 void TestContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) { in ReturnInstruction() function in v8::internal::TestContext
5075 return ast_context()->ReturnInstruction(instr, expr->id()); in VisitFunctionLiteral()
5199 return ast_context()->ReturnInstruction(constant, ast_id); in InlineGlobalPropertyLoad()
5233 return ast_context()->ReturnInstruction(instr, ast_id); in InlineGlobalPropertyLoad()
5254 return ast_context()->ReturnInstruction(instr, expr->id()); in VisitVariableProxy()
5279 return ast_context()->ReturnInstruction(result, expr->id()); in VisitVariableProxy()
5303 return ast_context()->ReturnInstruction(instr, expr->id()); in VisitVariableProxy()
5332 return ast_context()->ReturnInstruction(instr, expr->id()); in VisitVariableProxy()
[all …]
Dhydrogen.h769 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id) = 0;
817 void ReturnInstruction(HInstruction* instr, BailoutId ast_id) override;
832 void ReturnInstruction(HInstruction* instr, BailoutId ast_id) override;
857 void ReturnInstruction(HInstruction* instr, BailoutId ast_id) override;