Home
last modified time | relevance | path

Searched refs:scope (Results 1001 - 1025 of 1103) sorted by relevance

1...<<4142434445

/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table.cc150 HandleScope scope(isolate); in FindEntry()
H A Delements.cc301 // 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 Dobjects.cc46 #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 Dtest-assembler-cond-rd-operand-const-t32.cc2380 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-low-registers-in-it-block-t32.cc1024 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-shift-amount-1to32-a32.cc821 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-shift-amount-1to32-in-it-block-t32.cc630 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-shift-amount-1to32-t32.cc849 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-const-a32.cc2667 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-const-t32.cc2667 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-a32.cc696 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-all-low-in-it-block-t32.cc632 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-all-low-rd-is-rn-in-it-block-t32.cc648 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-rd-is-rn-in-it-block-t32.cc629 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc2671 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc2671 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc2671 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc2671 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-t32.cc696 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rdlow-operand-imm8-in-it-block-t32.cc1128 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-zero-in-it-block-t32.cc1025 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp543 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 Dspirv_hlsl.cpp4546 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 Dwasm-compiler.cc7730 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 Dmacro-assembler-aarch64.h583 // 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...]

Completed in 99 milliseconds

1...<<4142434445