Searched refs:ReturnControl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.cc4048 void EffectContext::ReturnControl(HControlInstruction* instr, function in class:v8::internal::EffectContext
4090 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { function in class:v8::internal::ValueContext
4148 void TestContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) { function in class:v8::internal::TestContext
4186 ReturnControl(owner()->New<HBranch>(value, expected), BailoutId::None());
10650 return ast_context()->ReturnControl(instr, expr->id());
10696 return ast_context()->ReturnControl(instr, expr->id());
10715 return ast_context()->ReturnControl(result, expr->id());
10772 return ast_context()->ReturnControl(compare, expr->id());
10912 return ast_context()->ReturnControl(instr, expr->id());
11369 return ast_context()->ReturnControl(resul
[all...]
H A Dhydrogen.h782 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id) = 0;
826 virtual void ReturnControl(HControlInstruction* instr,
843 virtual void ReturnControl(HControlInstruction* instr,
870 virtual void ReturnControl(HControlInstruction* instr,

Completed in 538 milliseconds