Home
last modified time | relevance | path

Searched refs:SetContext (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dinterpreter-assembler.h60 void SetContext(Node* value);
Dbytecode-graph-builder.h301 void SetContext(Node* new_context) { context_ = new_context; } in SetContext() function
Dinterpreter-assembler.cc82 void InterpreterAssembler::SetContext(Node* value) { context_ = value; } in SetContext() function in v8::internal::compiler::InterpreterAssembler
Dbytecode-graph-builder.cc1047 environment()->SetContext(context); in VisitPushContext()
1054 environment()->SetContext(context); in VisitPopContext()
/external/v8/src/interpreter/
Dinterpreter.cc837 __ SetContext(context); in DoPushContext() local
849 __ SetContext(context); in DoPopContext() local
/external/v8/src/
Ddeoptimizer.h814 void SetContext(intptr_t context) { context_ = context; } in SetContext() function
Ddeoptimizer.cc960 output_frame->SetContext(value); in DoComputeJSFrame()
1167 output_frame->SetContext(value); in DoComputeInterpretedFrame()