Searched defs:SetContext (Results 1 – 6 of 6) sorted by relevance
165 void SetContext(intptr_t context) { context_ = context; } in SetContext() function
260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
273 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
174 void InterpreterAssembler::SetContext(TNode<Context> value) { in SetContext() function in v8::internal::interpreter::InterpreterAssembler
578 void SetContext(Node* new_context) { context_ = new_context; } in SetContext() function in v8::internal::compiler::BytecodeGraphBuilder::Environment