Home
last modified time | relevance | path

Searched refs:scope (Results 701 - 725 of 875) sorted by relevance

1...<<21222324252627282930>>...35

/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-operand-rn-t32.cc378 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-operand-rm-rd-is-rn-is-sp-in-it-block-t32.cc339 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-rn-t32.cc361 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
H A Dtest-assembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-t32.cc386 ExactAssemblyScope scope(&masm, 4, ExactAssemblyScope::kMaximumSize); in TestHelper()
/third_party/vixl/test/
H A Dtest-api.cc460 // (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 Dcode-generator-mips.cc366 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 Ddescriptor.cc1542 // 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 Dmatroskadec.c160 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 Dbaseline-compiler.cc30 #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 Dcode-generator-loong64.cc461 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 Dbrw_eu_emit.c3273 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 Dassembler-arm.cc861 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 Dac_llvm_build.h181 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope);
/third_party/node/src/api/
H A Denvironment.cc52 DebugSealHandleScope scope(isolate); in ShouldAbortOnUncaughtException()
/third_party/node/src/crypto/
H A Dcrypto_dh.cc473 HandleScope scope(args.GetIsolate()); in VerifyErrorGetter()
H A Dcrypto_sig.cc224 HandleScope scope(env->isolate()); in ValidateDSAParameters()
H A Dcrypto_util.h434 v8::HandleScope scope(isolate); in Initialize()
H A Dcrypto_util.cc577 HandleScope scope(env->isolate()); in SetFipsCrypto()
/third_party/node/src/
H A Dnode_process_methods.cc560 v8::HandleScope scope(context->GetIsolate()); in Deserialize()
H A Dstream_base.cc514 HandleScope scope(isolate); in AddMethods()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc589 BlockInlineReduction scope(this); in AddNode()
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc10 #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 Dscavenger.cc234 TimedScope scope(&scavenging_time); in ProcessItems()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc419 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 Dbacking-store.cc956 HandleScope scope(isolate); in UpdateSharedWasmMemoryObjects()

Completed in 60 milliseconds

1...<<21222324252627282930>>...35