Home
last modified time | relevance | path

Searched refs:scope (Results 376 - 400 of 875) sorted by relevance

1...<<11121314151617181920>>...35

/third_party/node/deps/v8/src/parsing/
H A Drewriter.h39 ParseInfo* info, Scope* scope, ZonePtrList<Statement>* body);
/third_party/node/deps/v8/src/runtime/
H A Druntime-shadow-realm.cc13 HandleScope scope(isolate); in RUNTIME_FUNCTION()
H A Druntime-literals.cc104 HandleScope scope(isolate); in StructureWalk()
585 HandleScope scope(isolate); in RUNTIME_FUNCTION()
604 HandleScope scope(isolate); in RUNTIME_FUNCTION()
615 HandleScope scope(isolate); in RUNTIME_FUNCTION()
626 HandleScope scope(isolate); in RUNTIME_FUNCTION()
645 HandleScope scope(isolate); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-assembler-s390-inl.h371 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister()
373 Register reg = scope->AcquireScratch(); in ToRegister()
378 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister()
396 BaselineAssembler::ScratchRegisterScope scope(basm); in Push()
397 basm->masm()->Push(ToRegister(basm, &scope, arg)); in Push()
602 ScratchRegisterScope scope(this); in Switch()
370 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Arg arg) ToRegister() argument
377 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Register reg) ToRegister() argument
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h22 // If we haven't opened a scratch scope yet, for the first one add a in ScratchRegisterScope()
245 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister()
247 Register reg = scope->AcquireScratch(); in ToRegister()
252 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister()
267 BaselineAssembler::ScratchRegisterScope scope(basm); in Push()
268 basm->masm()->Push(ToRegister(basm, &scope, arg)); in Push()
448 ScratchRegisterScope scope(this); in Switch()
244 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Arg arg) ToRegister() argument
251 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Register reg) ToRegister() argument
/third_party/node/deps/v8/src/baseline/arm/
H A Dbaseline-assembler-arm-inl.h23 // If we haven't opened a scratch scope yet, for the first one add a in ScratchRegisterScope()
254 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister()
256 Register reg = scope->AcquireScratch(); in ToRegister()
261 BaselineAssembler::ScratchRegisterScope* scope, in ToRegister()
279 BaselineAssembler::ScratchRegisterScope scope(basm); in Push()
280 basm->masm()->Push(ToRegister(basm, &scope, arg)); in Push()
469 ScratchRegisterScope scope(this); in Switch()
253 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Arg arg) ToRegister() argument
260 ToRegister(BaselineAssembler* basm, BaselineAssembler::ScratchRegisterScope* scope, Register reg) ToRegister() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp134 SpvScope scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages()
140 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
146 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
204 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(scope)}}); in UpgradeMemoryAndImages()
215 // scope. in UpgradeMemoryAndImages()
220 // Add the target scope if necessary. in UpgradeMemoryAndImages()
230 // Add the source scope if necessary. in UpgradeMemoryAndImages()
239 // visible flags are used the first scope operand is for availability in UpgradeMemoryAndImages()
571 uint32_t UpgradeMemoryModel::GetScopeConstant(SpvScope scope) { in GetScopeConstant() argument
577 {static_cast<uint32_t>(scope)}); in GetScopeConstant()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dupgrade_memory_model.cpp134 SpvScope scope = SpvScopeQueueFamilyKHR; in UpgradeMemoryAndImages()
140 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
146 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
204 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(scope)}}); in UpgradeMemoryAndImages()
215 // scope. in UpgradeMemoryAndImages()
220 // Add the target scope if necessary. in UpgradeMemoryAndImages()
230 // Add the source scope if necessary. in UpgradeMemoryAndImages()
239 // visible flags are used the first scope operand is for availability in UpgradeMemoryAndImages()
571 uint32_t UpgradeMemoryModel::GetScopeConstant(SpvScope scope) { in GetScopeConstant() argument
577 {static_cast<uint32_t>(scope)}); in GetScopeConstant()
[all...]
/third_party/spirv-tools/source/opt/
H A Dtypes.cpp678 CooperativeMatrixNV::CooperativeMatrixNV(const Type* type, const uint32_t scope, in CooperativeMatrixNV() argument
683 scope_id_(scope), in CooperativeMatrixNV()
687 assert(scope != 0); in CooperativeMatrixNV()
715 const uint32_t scope, in CooperativeMatrixKHR()
721 scope_id_(scope), in CooperativeMatrixKHR()
726 assert(scope != 0); in CooperativeMatrixKHR()
714 CooperativeMatrixKHR(const Type* type, const uint32_t scope, const uint32_t rows, const uint32_t columns, const uint32_t use) CooperativeMatrixKHR() argument
H A Dupgrade_memory_model.cpp136 spv::Scope scope = spv::Scope::QueueFamilyKHR; in UpgradeMemoryAndImages()
142 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
148 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
206 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(scope)}}); in UpgradeMemoryAndImages()
217 // scope. in UpgradeMemoryAndImages()
222 // Add the target scope if necessary. in UpgradeMemoryAndImages()
232 // Add the source scope if necessary. in UpgradeMemoryAndImages()
241 // visible flags are used the first scope operand is for availability in UpgradeMemoryAndImages()
574 uint32_t UpgradeMemoryModel::GetScopeConstant(spv::Scope scope) { in GetScopeConstant() argument
580 {static_cast<uint32_t>(scope)}); in GetScopeConstant()
[all...]
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.cpp2413 IdScope scope, in WriteAtomicLoad()
2421 blob->push_back(scope); in WriteAtomicLoad()
2427 IdScope scope, in WriteAtomicStore()
2434 blob->push_back(scope); in WriteAtomicStore()
2443 IdScope scope, in WriteAtomicExchange()
2452 blob->push_back(scope); in WriteAtomicExchange()
2461 IdScope scope, in WriteAtomicCompareExchange()
2472 blob->push_back(scope); in WriteAtomicCompareExchange()
2483 IdScope scope, in WriteAtomicIIncrement()
2491 blob->push_back(scope); in WriteAtomicIIncrement()
2409 WriteAtomicLoad(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics) WriteAtomicLoad() argument
2425 WriteAtomicStore(Blob *blob, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicStore() argument
2439 WriteAtomicExchange(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicExchange() argument
2457 WriteAtomicCompareExchange(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics equal, IdMemorySemantics unequal, IdRef value, IdRef comparator) WriteAtomicCompareExchange() argument
2479 WriteAtomicIIncrement(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics) WriteAtomicIIncrement() argument
2495 WriteAtomicIDecrement(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics) WriteAtomicIDecrement() argument
2511 WriteAtomicIAdd(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicIAdd() argument
2529 WriteAtomicISub(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicISub() argument
2547 WriteAtomicSMin(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicSMin() argument
2565 WriteAtomicUMin(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicUMin() argument
2583 WriteAtomicSMax(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicSMax() argument
2601 WriteAtomicUMax(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicUMax() argument
2619 WriteAtomicAnd(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicAnd() argument
2637 WriteAtomicOr(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicOr() argument
2655 WriteAtomicXor(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicXor() argument
[all...]
H A Dspirv_instruction_parser_autogen.cpp2910 IdScope *scope, in ParseAtomicLoad()
2921 *scope = IdScope(_instruction[_o++]); in ParseAtomicLoad()
2926 IdScope *scope, in ParseAtomicStore()
2936 *scope = IdScope(_instruction[_o++]); in ParseAtomicStore()
2944 IdScope *scope, in ParseAtomicExchange()
2956 *scope = IdScope(_instruction[_o++]); in ParseAtomicExchange()
2964 IdScope *scope, in ParseAtomicCompareExchange()
2978 *scope = IdScope(_instruction[_o++]); in ParseAtomicCompareExchange()
2988 IdScope *scope, in ParseAtomicIIncrement()
2999 *scope in ParseAtomicIIncrement()
2906 ParseAtomicLoad(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics) ParseAtomicLoad() argument
2924 ParseAtomicStore(const uint32_t *_instruction, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicStore() argument
2940 ParseAtomicExchange(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicExchange() argument
2960 ParseAtomicCompareExchange(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *equal, IdMemorySemantics *unequal, IdRef *value, IdRef *comparator) ParseAtomicCompareExchange() argument
2984 ParseAtomicIIncrement(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics) ParseAtomicIIncrement() argument
3002 ParseAtomicIDecrement(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics) ParseAtomicIDecrement() argument
3020 ParseAtomicIAdd(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicIAdd() argument
3040 ParseAtomicISub(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicISub() argument
3060 ParseAtomicSMin(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicSMin() argument
3080 ParseAtomicUMin(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicUMin() argument
3100 ParseAtomicSMax(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicSMax() argument
3120 ParseAtomicUMax(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicUMax() argument
3140 ParseAtomicAnd(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicAnd() argument
3160 ParseAtomicOr(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicOr() argument
3180 ParseAtomicXor(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicXor() argument
[all...]
/third_party/node/src/
H A Dnode_http_parser.cc481 HandleScope scope(env()->isolate()); in on_message_complete()
773 HandleScope scope(env()->isolate());
817 EscapableHandleScope scope(env()->isolate()); in Execute()
855 return scope.Escape(Local<Value>()); in Execute()
886 return scope.Escape(e); in Execute()
891 return scope.Escape(Local<Value>()); in Execute()
893 return scope.Escape(nread_obj); in Execute()
911 HandleScope scope(env()->isolate()); in Flush()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc19 #include "src/common/high-allocation-throughput-scope.h"
91 #include "src/logging/runtime-call-stats-scope.h"
169 PhaseScope scope(pipeline_statistics, "V8.TFInitPipelineData"); in PipelineData()
957 UnparkedScopeIfNeeded scope(data->broker()); in TraceScheduleAndVerify()
971 UnparkedScopeIfNeeded scope(data->broker()); in TraceScheduleAndVerify()
1149 PipelineJobScope scope(&data_, isolate->counters()->runtime_call_stats()); in PrepareJobImpl()
1210 PipelineJobScope scope(&data_, stats); in ExecuteJobImpl()
1230 PipelineJobScope scope(&data_, isolate->counters()->runtime_call_stats()); in FinalizeJobImpl()
1280 PipelineRunScope scope(this->data_, Phase::phase_name(), in Run()
1283 PipelineRunScope scope(thi in Run()
[all...]
/third_party/gn/src/gn/
H A Daction_target_generator_unittest.cc16 setup.scope()->set_item_collector(&items_); in TEST_F()
29 input_good.parsed()->Execute(setup.scope(), &err);
42 input_bad.parsed()->Execute(setup.scope(), &err);
51 setup.scope()->set_item_collector(&items_);
64 input_missing_resp_file.parsed()->Execute(setup.scope(), &err);
78 input_resp_file.parsed()->Execute(setup.scope(), &err);
92 input_missing_rsp_args.parsed()->Execute(setup.scope(), &err);
106 input_bad_args.parsed()->Execute(setup.scope(), &err);
120 input_bad_rsp.parsed()->Execute(setup.scope(), &err);
H A Daction_target_generator.h15 Scope* scope,
H A Dbinary_target_generator.h16 Scope* scope,
H A Dcreate_bundle_target_generator.h18 Scope* scope,
H A Dgenerated_file_target_generator.h17 Scope* scope,
H A Dimport_manager.h27 // Does an import of the given file into the given scope. On error, sets the
31 Scope* scope,
/third_party/ltp/tools/sparse/sparse-src/
H A Ddissect.h7 #include "scope.h"
33 return !toplevel(sym->scope); in sym_is_local()
/third_party/node/deps/v8/src/snapshot/
H A Dread-only-deserializer.cc18 HandleScope scope(isolate()); in DeserializeIntoIsolate()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-branch-link.cc52 ExactAssemblyScope scope(&masm, buffer_size); in main()
H A Dbench-branch.cc57 ExactAssemblyScope scope(&masm, buffer_size); in main()
H A Dbench-dataop.cc55 ExactAssemblyScope scope(&masm, buffer_size); in main()

Completed in 30 milliseconds

1...<<11121314151617181920>>...35