Home
last modified time | relevance | path

Searched refs:SetContext (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/deoptimizer/
H A Dframe-description.h165 void SetContext(intptr_t context) { context_ = context; }
H A Ddeoptimizer.cc1101 output_frame->SetContext(static_cast<intptr_t>(context.ptr())); in DoComputeUnoptimizedFrame()
1784 output_frame->SetContext(value); in DoComputeBuiltinContinuation()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.h110 module_->SetContext(this); in IRContext()
128 module_->SetContext(this); in IRContext()
H A Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function in spvtools::opt::Module
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.h110 module_->SetContext(this); in IRContext()
128 module_->SetContext(this); in IRContext()
H A Dmodule.h260 void SetContext(IRContext* c) { context_ = c; } in SetContext() function in spvtools::opt::Module
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.h79 void SetContext(TNode<Context> value);
H A Dinterpreter-generator.cc854 SetContext(new_context); in IGNITION_HANDLER()
863 SetContext(context); in IGNITION_HANDLER()
3055 SetContext(context); in IGNITION_HANDLER()
H A Dinterpreter-assembler.cc174 void InterpreterAssembler::SetContext(TNode<Context> value) { in SetContext() function in v8::internal::interpreter::InterpreterAssembler
/third_party/spirv-tools/source/opt/
H A Dmodule.h277 void SetContext(IRContext* c) { context_ = c; } in SetContext() function in spvtools::opt::Module
H A Dir_context.h114 module_->SetContext(this); in IRContext()
132 module_->SetContext(this); in IRContext()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc578 void SetContext(Node* new_context) { context_ = new_context; } in SetContext() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
894 SetContext(graph()->NewNode( in FillWithOsrValues()
2166 environment()->SetContext(new_context); in VisitPushContext()
2172 environment()->SetContext(context); in VisitPopContext()
3785 environment()->SetContext(generator_context); in VisitSwitchOnGeneratorState()
4305 environment()->SetContext(context); in MakeNode()

Completed in 35 milliseconds