Home
last modified time | relevance | path

Searched refs:GetContext (Results 1 – 25 of 51) sorted by relevance

123

/third_party/spirv-tools/source/opt/
Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
70 new Instruction(GetContext(), opcode, type_id, result_id, {})); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
83 GetContext(), opcode, type_id, result_id, in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
98 GetContext(), opcode, type_id, opcode == SpvOpStore ? 0 : result_id, in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
114 GetContext(), opcode, type_id, result_id, in AddTernaryOp()
126 result_id = GetContext()->TakeNextId(); in AddQuadOp()
132 GetContext(), opcode, type_id, result_id, in AddQuadOp()
[all …]
Dloop_peeling.h81 : context_(loop->GetContext()),
82 loop_utils_(loop->GetContext(), loop),
282 : context_(loop->GetContext()), in LoopPeelingInfo()
Dregister_pressure.cpp66 context_(reg_pressure->GetContext()), in ComputeRegisterLiveness()
68 cfg_(*reg_pressure->GetContext()->cfg()), in ComputeRegisterLiveness()
69 def_use_manager_(*reg_pressure->GetContext()->get_def_use_mgr()), in ComputeRegisterLiveness()
71 reg_pressure->GetContext()->GetDominatorAnalysis(f)->GetDomTree()), in ComputeRegisterLiveness()
72 loop_desc_(*reg_pressure->GetContext()->GetLoopDescriptor(f)) {} in ComputeRegisterLiveness()
Dloop_utils.h156 IRContext* GetContext() { return context_; } in GetContext() function
Dregister_pressure.h107 IRContext* GetContext() const { return context_; } in GetContext() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
70 new Instruction(GetContext(), opcode, type_id, result_id, {})); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
83 GetContext(), opcode, type_id, result_id, in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
98 GetContext(), opcode, type_id, opcode == SpvOpStore ? 0 : result_id, in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
114 GetContext(), opcode, type_id, result_id, in AddTernaryOp()
126 result_id = GetContext()->TakeNextId(); in AddQuadOp()
132 GetContext(), opcode, type_id, result_id, in AddQuadOp()
[all …]
Dloop_peeling.h81 : context_(loop->GetContext()),
82 loop_utils_(loop->GetContext(), loop),
282 : context_(loop->GetContext()), in LoopPeelingInfo()
Dregister_pressure.cpp66 context_(reg_pressure->GetContext()), in ComputeRegisterLiveness()
68 cfg_(*reg_pressure->GetContext()->cfg()), in ComputeRegisterLiveness()
69 def_use_manager_(*reg_pressure->GetContext()->get_def_use_mgr()), in ComputeRegisterLiveness()
71 reg_pressure->GetContext()->GetDominatorAnalysis(f)->GetDomTree()), in ComputeRegisterLiveness()
72 loop_desc_(*reg_pressure->GetContext()->GetLoopDescriptor(f)) {} in ComputeRegisterLiveness()
Dloop_utils.h156 IRContext* GetContext() { return context_; } in GetContext() function
Dregister_pressure.h107 IRContext* GetContext() const { return context_; } in GetContext() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
70 new Instruction(GetContext(), opcode, type_id, result_id, {})); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
83 GetContext(), opcode, type_id, result_id, in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
98 GetContext(), opcode, type_id, opcode == SpvOpStore ? 0 : result_id, in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
114 GetContext(), opcode, type_id, result_id, in AddTernaryOp()
126 result_id = GetContext()->TakeNextId(); in AddQuadOp()
132 GetContext(), opcode, type_id, result_id, in AddQuadOp()
[all …]
Dloop_peeling.h81 : context_(loop->GetContext()),
82 loop_utils_(loop->GetContext(), loop),
282 : context_(loop->GetContext()), in LoopPeelingInfo()
Dregister_pressure.cpp66 context_(reg_pressure->GetContext()), in ComputeRegisterLiveness()
68 cfg_(*reg_pressure->GetContext()->cfg()), in ComputeRegisterLiveness()
69 def_use_manager_(*reg_pressure->GetContext()->get_def_use_mgr()), in ComputeRegisterLiveness()
71 reg_pressure->GetContext()->GetDominatorAnalysis(f)->GetDomTree()), in ComputeRegisterLiveness()
72 loop_desc_(*reg_pressure->GetContext()->GetLoopDescriptor(f)) {} in ComputeRegisterLiveness()
Dloop_utils.h156 IRContext* GetContext() { return context_; } in GetContext() function
Dregister_pressure.h107 IRContext* GetContext() const { return context_; } in GetContext() function
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc191 LazyNode<Context> lazy_context = [=] { return GetContext(); }; in LdaGlobal()
231 TNode<Context> context = GetContext(); in IGNITION_HANDLER()
284 TNode<Context> slot_context = GetContext(); in IGNITION_HANDLER()
295 TNode<Context> slot_context = GetContext(); in IGNITION_HANDLER()
322 TNode<Context> slot_context = GetContext(); in IGNITION_HANDLER()
333 TNode<Context> context = GetContext(); in IGNITION_HANDLER()
345 TNode<Context> context = GetContext(); in IGNITION_HANDLER()
360 TNode<Context> context = GetContext(); in LookupContextSlot()
412 TNode<Context> context = GetContext(); in LookupGlobalSlot()
469 TNode<Context> context = GetContext(); in IGNITION_HANDLER()
[all …]
/third_party/cef/tests/ceftests/
Dv8_unittest.cc365 CefRefPtr<CefV8Context> context = GetContext(); in RunDateCreateTest()
444 CefRefPtr<CefV8Context> context = GetContext(); in RunArrayCreateTest()
474 CefRefPtr<CefV8Context> context = GetContext(); in RunArrayValueTest()
546 CefRefPtr<CefV8Context> context = GetContext(); in RunArrayBufferTest()
593 CefRefPtr<CefV8Context> context = GetContext(); in RunArrayBufferValueTest()
627 CefRefPtr<CefV8Context> context = GetContext(); in RunObjectCreateTest()
656 CefRefPtr<CefV8Context> context = GetContext(); in RunObjectUserDataTest()
685 CefRefPtr<CefV8Context> context = GetContext(); in RunObjectAccessorTest()
776 CefRefPtr<CefV8Context> context = GetContext(); in RunObjectAccessorExceptionTest()
854 CefRefPtr<CefV8Context> context = GetContext(); in RunObjectAccessorFailTest()
[all …]
/third_party/node/deps/v8/src/debug/
Ddebug-frames.cc72 Handle<Object> FrameInspector::GetContext() { in GetContext() function in v8::internal::FrameInspector
73 return deoptimized_frame_ ? deoptimized_frame_->GetContext() in GetContext()
Ddebug-frames.h36 Handle<Object> GetContext();
Ddebug-scopes.cc32 if (!frame_inspector->GetContext()->IsContext()) { in ScopeIterator()
36 context_ = Handle<Context>::cast(frame_inspector->GetContext()); in ScopeIterator()
84 context_ = Handle<Context>::cast(frame_inspector_->GetContext()); in Restart()
743 Handle<Context> context = ScriptContextTable::GetContext( in VisitScriptScope()
1100 Handle<Context> script_context = ScriptContextTable::GetContext( in SetScriptVariableValue()
/third_party/node/deps/v8/tools/v8windbg/src/
Dobject-inspection.cc27 RETURN_IF_FAIL(p_v8_object_instance->GetContext(&context)); in Create()
358 RETURN_IF_FAIL(context_object->GetContext(&sp_ctx)); in GetModelForCustomArrayElement()
479 RETURN_IF_FAIL(context_object->GetContext(&sp_ctx)); in GetKey()
525 RETURN_IF_FAIL(p_v8_local_instance->GetContext(&sp_ctx)); in GetValue()
578 RETURN_IF_FAIL(p_v8_compiler_node_instance->GetContext(&sp_host_context)); in GetValue()
Djs-stack.cc204 RETURN_IF_FAIL(context_object->GetContext(&sp_ctx)); in GetAt()
236 RETURN_IF_FAIL(context_object->GetContext(&sp_ctx)); in GetIterator()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc269 ValueNode* context = GetContext(); in MAGLEV_UNIMPLEMENTED_BYTECODE()
381 ValueNode* context = GetContext(); in VisitLdaGlobal()
440 ValueNode* context = GetContext(); in MAGLEV_UNIMPLEMENTED_BYTECODE()
601 ValueNode* context = GetContext(); in MAGLEV_UNIMPLEMENTED_BYTECODE()
629 ValueNode* context = GetContext(); in BuildCallFromRegisters()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimized-frame-info.h27 Handle<Object> GetContext() { return context_; } in GetContext() function
/third_party/node/deps/v8/include/
Dv8-metrics.h219 static MaybeLocal<Context> GetContext(Isolate* isolate, ContextId id);

123