Searched defs:ValueContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.h833 class ValueContext FINAL : public AstContext {
835 ValueContext(HOptimizedGraphBuilder* owner, ArgumentsAllowedFlag flag) function in class:v8::internal::FINAL
838 virtual ~ValueContext();
H A Dhydrogen.cc4011 ValueContext::~ValueContext() {
4024 void ValueContext::ReturnValue(HValue* value) {
4077 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) {
4090 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) {
4110 void ValueContext::ReturnContinuation(HIfContinuation* continuation,
4226 ValueContext for_value(this, flag);
4232 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED);
7333 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED);

Completed in 591 milliseconds