Searched defs:SetContext (Results 1 – 4 of 4) sorted by relevance
301 void SetContext(Node* new_context) { context_ = new_context; } in SetContext() function
82 void InterpreterAssembler::SetContext(Node* value) { context_ = value; } in SetContext() function in v8::internal::compiler::InterpreterAssembler
837 __ SetContext(context); in DoPushContext() local849 __ SetContext(context); in DoPopContext() local
814 void SetContext(intptr_t context) { context_ = context; } in SetContext() function