/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-operand-rn-t32.cc | 378 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-operand-rm-rd-is-rn-is-sp-in-it-block-t32.cc | 339 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-rn-t32.cc | 361 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
H A D | test-assembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-t32.cc | 386 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
|
/third_party/vixl/test/ |
H A D | test-api.cc | 460 // (The scope will restore their original status when it ends.) in TEST() 505 CPUFeaturesScope scope(&top_level); in TEST()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 366 FrameScope scope(tasm(), StackFrame::MANUAL); \ 396 FrameScope scope(tasm(), StackFrame::MANUAL); \ 504 FrameScope scope(tasm(), StackFrame::MANUAL); \ 515 FrameScope scope(tasm(), StackFrame::MANUAL); \ 819 FrameScope scope(tasm(), StackFrame::NO_FRAME_TYPE); in AssembleArchInstruction() 1276 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1875 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1898 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1940 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction() 1970 FrameScope scope(tas in AssembleArchInstruction() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 1542 // Look for a matching extension in the foreign type's scope. in FindExtensionByPrintableName() 3307 // Full proto name is "scope.proto_name" if scope is non-empty and 3309 std::string* AllocateNameString(const std::string& scope, 3669 "The innermost scope is searched first in name resolution. " in AddNotDefinedError() 3671 undefined_symbol + "\") to start from the outermost scope."); in AddNotDefinedError() 3814 // Chop off the last component of the scope. in LookupSymbolNoPlaceholder() 4025 // If the caller passed nullptr for the parent, the symbol is at file scope. in AddSymbol() 4591 const std::string& scope, const std::string& proto_name) { in AllocateNameString() 4593 if (scope in AllocateNameString() 4590 AllocateNameString( const std::string& scope, const std::string& proto_name) AllocateNameString() argument 4605 const std::string& scope = BuildMessage() local 4744 const std::string& scope = BuildFieldOrExtension() local 5194 const std::string& scope = BuildEnum() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | matroskadec.c | 160 uint64_t scope; member 555 { MATROSKA_ID_ENCODINGSCOPE, EBML_UINT, 0, 0, offsetof(MatroskaTrackEncoding, scope), { .u = 1 } }, 2522 encodings[0].scope = 0; in matroska_parse_tracks() 2537 encodings[0].scope = 0; in matroska_parse_tracks() 2540 } else if (track->codec_priv.size && encodings[0].scope & 2) { in matroska_parse_tracks() 2568 encodings[0].scope & 1 && in matroska_parse_tracks()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 30 #include "src/logging/runtime-call-stats-scope.h" 509 // scope. in VisitSingleBytecode() 1930 BaselineAssembler::ScratchRegisterScope scope(&basm_); in VisitJumpLoop() 1931 Register osr_urgency_and_install_target = scope.AcquireScratch(); in VisitJumpLoop() 1950 Register scratch2 = scope.AcquireScratch(); in VisitJumpLoop()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 461 FrameScope scope(tasm(), StackFrame::MANUAL); \ 470 FrameScope scope(tasm(), StackFrame::MANUAL); \ 758 FrameScope scope(tasm(), StackFrame::NO_FRAME_TYPE); in AssembleArchInstruction() 1227 FrameScope scope(tasm(), StackFrame::MANUAL); in AssembleArchInstruction()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_emit.c | 3273 enum lsc_fence_scope scope = lsc_fence_msg_desc_scope(p->devinfo, desc); in gfx12_set_memory_fence_message() local 3277 scope = LSC_FENCE_TILE; in gfx12_set_memory_fence_message() 3283 * "For any fence greater than local scope, always set flush type to in gfx12_set_memory_fence_message() 3286 * "The bug is if flush_type is 'None', the scope is always downgraded in gfx12_set_memory_fence_message() 3289 * Here set scope to NONE_6 instead of NONE, which has the same effect in gfx12_set_memory_fence_message() 3290 * as NONE but avoids the downgrade to scope LOCAL. in gfx12_set_memory_fence_message() 3293 scope > LSC_FENCE_LOCAL && in gfx12_set_memory_fence_message() 3298 brw_set_desc(p, insn, lsc_fence_msg_desc(p->devinfo, scope, in gfx12_set_memory_fence_message()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 861 CpuFeatureScope scope(&patcher, ARMv7); in target_at_put() 866 CpuFeatureScope scope(&patcher, ARMv7); in target_at_put() 1194 CpuFeatureScope scope(this, ARMv7); in Move32BitImmediate() 2731 CpuFeatureScope scope(this, NEON); in vmov() 2749 CpuFeatureScope scope(this, NEON); in vmov() 2814 CpuFeatureScope scope(this, VFPv3); in vmov() 2837 CpuFeatureScope scope(this, VFPv3); in vmov() 2865 CpuFeatureScope scope(this, ARMv7); in vmov()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.h | 181 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope);
|
/third_party/node/src/api/ |
H A D | environment.cc | 52 DebugSealHandleScope scope(isolate); in ShouldAbortOnUncaughtException()
|
/third_party/node/src/crypto/ |
H A D | crypto_dh.cc | 473 HandleScope scope(args.GetIsolate()); in VerifyErrorGetter()
|
H A D | crypto_sig.cc | 224 HandleScope scope(env->isolate()); in ValidateDSAParameters()
|
H A D | crypto_util.h | 434 v8::HandleScope scope(isolate); in Initialize()
|
H A D | crypto_util.cc | 577 HandleScope scope(env->isolate()); in SetFipsCrypto()
|
/third_party/node/src/ |
H A D | node_process_methods.cc | 560 v8::HandleScope scope(context->GetIsolate()); in Deserialize()
|
H A D | stream_base.cc | 514 HandleScope scope(isolate); in AddMethods()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.cc | 589 BlockInlineReduction scope(this); in AddNode()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-coverage.cc | 10 #include "src/common/assert-scope.h" 318 // If a function-scope block exists, overwrite the function count. It has in RewriteFunctionScopeCounter() 324 // function-scope block is expected in CoverageFunction, not as a in RewriteFunctionScopeCounter() 429 // To stay compatible with non-block coverage modes, the function-scope count in CollectBlockCoverageInternal() 431 // This finds the function-scope counter, overwrites CoverageFunction::count, in CollectBlockCoverageInternal() 780 HandleScope scope(isolate); in SelectMode()
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger.cc | 234 TimedScope scope(&scavenging_time); in ProcessItems()
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-heap.cc | 419 HandleScope scope(GetIsolate()); in GetContextId() 439 // Enter no GC scope. `AttachIsolate()` removes this and allows triggering in CppHeap() 496 // Enter no GC scope. in DetachIsolate() 722 // - GC forbidden scope. in ReportBufferedAllocationSizeIfPossible()
|
/third_party/node/deps/v8/src/objects/ |
H A D | backing-store.cc | 956 HandleScope scope(isolate); in UpdateSharedWasmMemoryObjects()
|