/third_party/spirv-tools/source/opt/ |
D | ir_builder.h | 64 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 …]
|
D | loop_peeling.h | 81 : context_(loop->GetContext()), 82 loop_utils_(loop->GetContext(), loop), 282 : context_(loop->GetContext()), in LoopPeelingInfo()
|
D | register_pressure.cpp | 66 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()
|
D | loop_utils.h | 156 IRContext* GetContext() { return context_; } in GetContext() function
|
D | register_pressure.h | 107 IRContext* GetContext() const { return context_; } in GetContext() function
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_builder.h | 64 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 …]
|
D | loop_peeling.h | 81 : context_(loop->GetContext()), 82 loop_utils_(loop->GetContext(), loop), 282 : context_(loop->GetContext()), in LoopPeelingInfo()
|
D | register_pressure.cpp | 66 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()
|
D | loop_utils.h | 156 IRContext* GetContext() { return context_; } in GetContext() function
|
D | register_pressure.h | 107 IRContext* GetContext() const { return context_; } in GetContext() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_builder.h | 64 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 …]
|
D | loop_peeling.h | 81 : context_(loop->GetContext()), 82 loop_utils_(loop->GetContext(), loop), 282 : context_(loop->GetContext()), in LoopPeelingInfo()
|
D | register_pressure.cpp | 66 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()
|
D | loop_utils.h | 156 IRContext* GetContext() { return context_; } in GetContext() function
|
D | register_pressure.h | 107 IRContext* GetContext() const { return context_; } in GetContext() function
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-generator.cc | 191 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/ |
D | v8_unittest.cc | 365 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/ |
D | debug-frames.cc | 72 Handle<Object> FrameInspector::GetContext() { in GetContext() function in v8::internal::FrameInspector 73 return deoptimized_frame_ ? deoptimized_frame_->GetContext() in GetContext()
|
D | debug-frames.h | 36 Handle<Object> GetContext();
|
D | debug-scopes.cc | 32 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/ |
D | object-inspection.cc | 27 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()
|
D | js-stack.cc | 204 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/ |
D | maglev-graph-builder.cc | 269 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/ |
D | deoptimized-frame-info.h | 27 Handle<Object> GetContext() { return context_; } in GetContext() function
|
/third_party/node/deps/v8/include/ |
D | v8-metrics.h | 219 static MaybeLocal<Context> GetContext(Isolate* isolate, ContextId id);
|