| /third_party/node/deps/v8/src/heap/ |
| H A D | gc-tracer-inl.h | 32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope() argument
|
| /third_party/node/deps/v8/src/libplatform/tracing/ |
| H A D | trace-object.cc | 33 Initialize( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int64_t timestamp, int64_t cpu_timestamp) Initialize() argument 110 InitializeForTesting( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int pid, int tid, int64_t ts, int64_t tts, uint64_t duration, uint64_t cpu_duration) InitializeForTesting() argument
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | declarable.cc | 133 ComputeConstraints( Scope* scope, const GenericParameters& parameters) ComputeConstraints() argument
|
| /third_party/mesa3d/src/vulkan/util/ |
| H A D | vk_alloc.h | 44 vk_alloc(const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_alloc() argument 52 vk_zalloc(const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_zalloc() argument 66 vk_realloc(const VkAllocationCallbacks *alloc, void *ptr, size_t size, size_t align, VkSystemAllocationScope scope) vk_realloc() argument 83 vk_strdup(const VkAllocationCallbacks *alloc, const char *s, VkSystemAllocationScope scope) vk_strdup() argument 100 vk_vasprintf(const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope, const char *fmt, va_list args) vk_vasprintf() argument 113 vk_asprintf(const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope, const char *fmt, ...) vk_asprintf() argument 126 vk_alloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_alloc2() argument 138 vk_zalloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_zalloc2() argument 230 vk_multialloc_alloc(struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_alloc() argument 269 vk_multialloc_alloc2(struct vk_multialloc *ma, const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_alloc2() argument 278 vk_multialloc_zalloc(struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_zalloc() argument 293 vk_multialloc_zalloc2(struct vk_multialloc *ma, const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_zalloc2() argument [all...] |
| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| H A D | pthread_attr_get.c | 29 int scope = 0; in pthread_attr_getscope_0100() local
|
| /third_party/skia/src/gpu/glsl/ |
| H A D | GrGLSLVarying.h | 60 Scope scope() const { return fScope; } in scope() function in GrGLSLVarying
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderGroup.cpp | 85 auto scope = spv::Scope(GetConstScalarInt(insn.word(3))); in EmitGroupNonUniform() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | LLVMReactorDebugInfo.hpp | 123 llvm::DIScope *scope = nullptr; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
| H A D | Server.cpp | 550 dap::Scope Server::Impl::scope(Context::Lock &lock, const char *type, Scope *s) in scope() function in vk::dbg::Server::Impl
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | PassResourceUsageTracker.cpp | 178 void ComputePassResourceUsageTracker::AddDispatch(SyncScopeResourceUsage scope) { in AddDispatch() argument
|
| /third_party/vixl/test/ |
| H A D | test-donkey.cc | 232 ExactAssemblyScope scope(&masm, in main() variable
|
| /third_party/selinux/libsepol/tests/ |
| H A D | test-common.c | 34 scope_datum_t *scope; in test_sym_presence() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| H A D | debug_types.py | 180 def scope(self, type: Literal["local", "global"] = "local") -> Scope: member in Frame
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | scopedDebugInfoPlugin.cpp | 160 auto *scope = compiler::NearestScope(lastStatement); in InsertReturnStatement() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | classDefinition.h | 134 void SetScope(varbinder::LocalScope *scope) in SetScope() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | boxingForLocals.cpp | 130 auto *scope = body->Scope(); in HandleFunctionParam() local 180 auto *scope = oldVar->GetScope(); HandleVariableDeclarator() local 282 auto *scope = newVar->GetScope(); HandleAssignment() local [all...] |
| H A D | genericBridgesLowering.cpp | 95 auto *scope = NearestScope(methodDefinition); in AddGenericBridge() local
|
| H A D | localClassLowering.cpp | 28 CreateCapturedField(checker::ETSChecker *checker, const varbinder::Variable *capturedVar, varbinder::ClassScope *scope, size_t &idx, const lexer::SourcePosition &pos) CreateCapturedField() argument 105 CreateParam(checker::ETSChecker *const checker, varbinder::FunctionParamScope *scope, util::StringView name, checker::Type *type) CreateParam() argument
|
| H A D | objectLiteralLowering.cpp | 51 RestoreNestedBlockExpression(const ArenaVector<ir::Statement *> &statements, std::deque<ir::BlockExpression *> &nestedBlckExprs, varbinder::Scope *scope) RestoreNestedBlockExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | declaration.h | 152 void BindScope(LocalScope *scope) in BindScope() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | compileQueue.h | 50 void SetFunctionScope(binder::FunctionScope *scope) in SetFunctionScope() argument
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | binder.h | 268 [[nodiscard]] static LexicalScope<T> Enter(Binder *binder, T *scope) in Enter() argument 279 explicit LexicalScope(T *scope, Binder *binder) : binder_(binder), scope_(scope), prevScope_(binder->scope_) in LexicalScope() argument
|
| H A D | variable.h | 354 void SetScope(Scope *scope) in SetScope() argument [all...] |
| H A D | declaration.h | 185 void BindScope(TSEnumScope *scope) in BindScope() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | scriptFunction.h | 42 explicit ScriptFunction(binder::FunctionScope *scope, ArenaVector<Expression *> &¶ms, in ScriptFunction() argument
|