Home
last modified time | relevance | path

Searched defs:SetContext (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/deoptimizer/
Dframe-description.h165 void SetContext(intptr_t context) { context_ = context; } in SetContext() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/third_party/spirv-tools/source/opt/
Dmodule.h273 void SetContext(IRContext* c) { context_ = c; } in SetContext() function
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc174 void InterpreterAssembler::SetContext(TNode<Context> value) { in SetContext() function in v8::internal::interpreter::InterpreterAssembler
/third_party/node/deps/v8/src/compiler/
Dbytecode-graph-builder.cc578 void SetContext(Node* new_context) { context_ = new_context; } in SetContext() function in v8::internal::compiler::BytecodeGraphBuilder::Environment