Home
last modified time | relevance | path

Searched defs:scope (Results 251 - 275 of 666) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/node/deps/v8/src/heap/
H A Dgc-tracer-inl.h32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope() argument
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-object.cc33 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 Ddeclarable.cc133 ComputeConstraints( Scope* scope, const GenericParameters& parameters) ComputeConstraints() argument
/third_party/mesa3d/src/vulkan/util/
H A Dvk_alloc.h44 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 Dpthread_attr_get.c29 int scope = 0; in pthread_attr_getscope_0100() local
/third_party/skia/src/gpu/glsl/
H A DGrGLSLVarying.h60 Scope scope() const { return fScope; } in scope() function in GrGLSLVarying
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGroup.cpp85 auto scope = spv::Scope(GetConstScalarInt(insn.word(3))); in EmitGroupNonUniform() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.hpp123 llvm::DIScope *scope = nullptr; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DServer.cpp550 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 DPassResourceUsageTracker.cpp178 void ComputePassResourceUsageTracker::AddDispatch(SyncScopeResourceUsage scope) { in AddDispatch() argument
/third_party/vixl/test/
H A Dtest-donkey.cc232 ExactAssemblyScope scope(&masm, in main() variable
/third_party/selinux/libsepol/tests/
H A Dtest-common.c34 scope_datum_t *scope; in test_sym_presence() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Ddebug_types.py180 def scope(self, type: Literal["local", "global"] = "local") -> Scope: member in Frame
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin.cpp160 auto *scope = compiler::NearestScope(lastStatement); in InsertReturnStatement() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassDefinition.h134 void SetScope(varbinder::LocalScope *scope) in SetScope() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DboxingForLocals.cpp130 auto *scope = body->Scope(); in HandleFunctionParam() local
180 auto *scope = oldVar->GetScope(); HandleVariableDeclarator() local
282 auto *scope = newVar->GetScope(); HandleAssignment() local
[all...]
H A DgenericBridgesLowering.cpp95 auto *scope = NearestScope(methodDefinition); in AddGenericBridge() local
H A DlocalClassLowering.cpp28 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 DobjectLiteralLowering.cpp51 RestoreNestedBlockExpression(const ArenaVector<ir::Statement *> &statements, std::deque<ir::BlockExpression *> &nestedBlckExprs, varbinder::Scope *scope) RestoreNestedBlockExpression() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h152 void BindScope(LocalScope *scope) in BindScope() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompileQueue.h50 void SetFunctionScope(binder::FunctionScope *scope) in SetFunctionScope() argument
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.h268 [[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 Dvariable.h354 void SetScope(Scope *scope) in SetScope() argument
[all...]
H A Ddeclaration.h185 void BindScope(TSEnumScope *scope) in BindScope() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DscriptFunction.h42 explicit ScriptFunction(binder::FunctionScope *scope, ArenaVector<Expression *> &&params, in ScriptFunction() argument

Completed in 15 milliseconds

1...<<11121314151617181920>>...27