/third_party/node/deps/v8/src/objects/ |
H A D | ordered-hash-table.cc | 150 HandleScope scope(isolate); in FindEntry()
|
H A D | elements.cc | 301 // On the other hand we might overflow a single handle scope depending on in CopyDoubleToObjectElements() 305 HandleScope scope(isolate); in CopyDoubleToObjectElements() 2139 HandleScope scope(isolate); in ValidateContents() 2400 HandleScope scope(isolate); in RemoveElement()
|
H A D | objects.cc | 46 #include "src/logging/runtime-call-stats-scope.h" 2051 ScopeInfo scope = ScopeInfo::cast(*this); in HeapObjectShortPrint() local 2053 if (!scope.IsEmpty()) os << " " << scope.scope_type(); in HeapObjectShortPrint()
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-operand-const-t32.cc | 2380 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-low-registers-in-it-block-t32.cc | 1024 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-shift-amount-1to32-a32.cc | 821 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-shift-amount-1to32-in-it-block-t32.cc | 630 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-shift-amount-1to32-t32.cc | 849 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-const-a32.cc | 2667 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-const-t32.cc | 2667 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-a32.cc | 696 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-all-low-in-it-block-t32.cc | 632 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-all-low-rd-is-rn-in-it-block-t32.cc | 648 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-rd-is-rn-in-it-block-t32.cc | 629 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 2671 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 2671 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 2671 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 2671 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-t32.cc | 696 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rdlow-operand-imm8-in-it-block-t32.cc | 1128 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rdlow-rnlow-operand-immediate-zero-in-it-block-t32.cc | 1025 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 543 void OutputASM::emitShader(Scope scope) in emitShader() argument 545 emitScope = scope; in emitShader() 2043 // TODO: This doesn't work if the statement is at a deeper scope level (e.g. {break;}). in visitSwitch()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 4546 auto scope = static_cast<Scope>(evaluate_constant_u32(ops[2])); in emit_subgroup_op() local 4547 if (scope != ScopeSubgroup) in emit_subgroup_op() 4548 SPIRV_CROSS_THROW("Only subgroup scope is supported."); in emit_subgroup_op() 5443 // If we only care about workgroup memory, either Device or Workgroup scope is fine, in emit_instruction() 5444 // scope does not have to match. in emit_instruction() 5453 // The control barrier has device scope, but the memory barrier just has workgroup scope. in emit_instruction() 5457 // If we have the same memory scope, and all memory types are covered, we're good. in emit_instruction()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 7730 CodeTracer::Scope scope(shared->GetIsolate()->GetCodeTracer()); 7731 PrintF(scope.file(), "[disabled optimization for "); 7732 shared->ShortPrint(scope.file()); 7733 PrintF(scope.file(),
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 583 // This scope simplifies the handling of the SVE `movprfx` instruction. 7899 ExactAssemblyScope scope(this, 3 * kInstructionSize); \ 8074 void SetCurrentScratchRegisterScope(UseScratchRegisterScope* scope) { in SetCurrentScratchRegisterScope() argument 8075 current_scratch_scope_ = scope; in SetCurrentScratchRegisterScope() 8650 // This scope utility allows scratch registers to be managed safely. The 8653 // at the end of the scope. 8655 // When the scope ends, the MacroAssembler's lists will be restored to their 8659 // This constructor implicitly calls `Open` to initialise the scope (`masm` 8670 // This constructor does not implicitly initialise the scope. Instead, the 8672 // scope [all...] |