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

/external/v8/src/
H A Dhydrogen.h635 class ValueContext: public AstContext { class in namespace:v8::internal
637 explicit ValueContext(HGraphBuilder* owner, ArgumentsAllowedFlag flag) function in class:v8::internal::ValueContext
640 virtual ~ValueContext();
H A Dhydrogen.cc2240 ValueContext::~ValueContext() {
2253 void ValueContext::ReturnValue(HValue* value) {
2287 void ValueContext::ReturnInstruction(HInstruction* instr, int ast_id) {
2298 void ValueContext::ReturnControl(HControlInstruction* instr, int ast_id) {
2400 ValueContext for_value(this, flag);
2406 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED);
/external/chromium_org/v8/src/
H A Dhydrogen.h825 class ValueContext V8_FINAL : public AstContext {
827 ValueContext(HOptimizedGraphBuilder* owner, ArgumentsAllowedFlag flag) function in class:v8::internal::V8_FINAL
830 virtual ~ValueContext();
H A Dhydrogen.cc3397 ValueContext::~ValueContext() {
3410 void ValueContext::ReturnValue(HValue* value) {
3463 void ValueContext::ReturnInstruction(HInstruction* instr, BailoutId ast_id) {
3476 void ValueContext::ReturnControl(HControlInstruction* instr, BailoutId ast_id) {
3496 void ValueContext::ReturnContinuation(HIfContinuation* continuation,
3612 ValueContext for_value(this, flag);
3618 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED);
6578 ValueContext for_value(this, ARGUMENTS_NOT_ALLOWED);

Completed in 92 milliseconds