| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 2475 vtn_scope_to_nir_scope(struct vtn_builder *b, SpvScope scope) vtn_scope_to_nir_scope() argument 2540 vtn_emit_scoped_memory_barrier(struct vtn_builder *b, SpvScope scope, SpvMemorySemanticsMask semantics) vtn_emit_scoped_memory_barrier() argument 3238 SpvScope scope = SpvScopeInvocation; vtn_handle_image() local 3678 SpvScope scope = SpvScopeInvocation; vtn_handle_atomics() local 4120 vtn_emit_memory_barrier(struct vtn_builder *b, SpvScope scope, SpvMemorySemanticsMask semantics) vtn_emit_memory_barrier() argument 4222 SpvScope scope = vtn_constant_uint(b, w[1]); vtn_handle_barrier() local 6194 SpvScope scope = vtn_constant_uint(b, w[3]); vtn_handle_body_instruction() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 146 get_scope(nir_scope scope) in get_scope() argument 2947 SpvScope scope = get_scope(nir_intrinsic_memory_scope(intr)); in emit_shader_clock() local
|
| /third_party/node/src/ |
| H A D | js_native_api_v8.cc | 438 v8::HandleScope scope; member in v8impl::__anon15370::HandleScopeWrapper 458 v8::EscapableHandleScope scope; member in v8impl::__anon15370::EscapableHandleScopeWrapper 1510 auto scope = new v8::Isolate::Scope(isolate); in OH_JSVM_OpenVMScope() local 1516 OH_JSVM_CloseVMScope(JSVM_VM vm, JSVM_VMScope scope) { in OH_JSVM_CloseVMScope() argument 1615 OH_JSVM_CloseEnvScope(JSVM_Env env, JSVM_EnvScope scope) { in OH_JSVM_CloseEnvScope() argument [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser.cc | 599 DeclarationScope* scope = outer->AsDeclarationScope(); in DoParseProgram() local 775 ParseREPLProgram(ParseInfo* info, ScopedPtrList<Statement>* body, DeclarationScope* scope) ParseREPLProgram() argument 987 DeclarationScope* scope = NewFunctionScope(kind); DoParseFunction() local 1796 DeclareAndBindVariable(VariableProxy* proxy, VariableKind kind, VariableMode mode, Scope* scope, bool* was_added, int initializer_position) DeclareAndBindVariable() argument 1806 DeclareVariable(const AstRawString* name, VariableKind kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int begin, int end) DeclareVariable() argument 1821 Declare(Declaration* declaration, const AstRawString* name, VariableKind variable_kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int var_begin_pos, int var_end_pos) Declare() argument 1956 RewriteSwitchStatement(SwitchStatement* switch_statement, Scope* scope) RewriteSwitchStatement() argument 2021 ReportVarRedeclarationIn(const AstRawString* name, Scope* scope) ReportVarRedeclarationIn() argument 2738 DeclarationScope* scope = NewFunctionScope(kind, parse_zone); ParseFunctionLiteral() local 3113 DeclareClassVariable(ClassScope* scope, const AstRawString* name, ClassInfo* class_info, int class_token_pos) DeclareClassVariable() argument 3139 CreatePrivateNameVariable(ClassScope* scope, VariableMode mode, IsStaticFlag is_static_flag, const AstRawString* name) CreatePrivateNameVariable() argument 3158 DeclarePublicClassField(ClassScope* scope, ClassLiteralProperty* property, bool is_static, bool is_computed_name, ClassInfo* class_info) DeclarePublicClassField() argument 3180 DeclarePrivateClassMember(ClassScope* scope, const AstRawString* property_name, ClassLiteralProperty* property, ClassLiteralProperty::Kind kind, bool is_static, ClassInfo* class_info) DeclarePrivateClassMember() argument 3234 CreateInitializerFunction( const char* name, DeclarationScope* scope, Statement* initializer_stmt) CreateInitializerFunction() argument 3344 InsertSloppyBlockFunctionVarBindings(DeclarationScope* scope) InsertSloppyBlockFunctionVarBindings() argument 3533 SetLanguageMode(Scope* scope, LanguageMode mode) SetLanguageMode() argument [all...] |
| H A D | preparser.h | 316 void set_scope(Scope* scope) {} in set_scope() argument 471 void set_scope(Scope* scope) {} in set_scope() argument 501 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() argument 502 Scope* scope() const { return scope_; } in scope() function in v8::internal::PreParserBlock 746 PreParserStatement NewWithStatement(Scope* scope, in NewWithStatement() argument 811 explicit PreParserFormalParameters(DeclarationScope* scope) in PreParserFormalParameters() argument 677 NewFunctionLiteral( const PreParserIdentifier& name, Scope* scope, const PreParserScopedStatementList& body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionSyntaxKind function_syntax_kind, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) NewFunctionLiteral() argument 1046 SetLanguageMode(Scope* scope, LanguageMode mode) SetLanguageMode() argument 1061 RewriteSwitchStatement(PreParserStatement switch_statement, Scope* scope) RewriteSwitchStatement() argument 1065 DeclareVariable(const AstRawString* name, VariableKind kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int position) DeclareVariable() argument 1071 DeclareAndBindVariable(const VariableProxy* proxy, VariableKind kind, VariableMode mode, Scope* scope, bool* was_added, int initializer_position) DeclareAndBindVariable() argument 1080 DeclarePrivateVariableName(const AstRawString* name, ClassScope* scope, VariableMode mode, IsStaticFlag is_static_flag, bool* was_added) DeclarePrivateVariableName() argument 1088 DeclareVariableName(const AstRawString* name, VariableMode mode, Scope* scope, bool* was_added, int position = kNoSourcePosition, VariableKind kind = NORMAL_VARIABLE) DeclareVariableName() argument 1114 ReportVarRedeclarationIn(const AstRawString* name, Scope* scope) ReportVarRedeclarationIn() argument 1190 DeclareClassVariable(ClassScope* scope, const PreParserIdentifier& name, ClassInfo* class_info, int class_token_pos) DeclareClassVariable() argument 1204 DeclarePublicClassField(ClassScope* scope, const PreParserExpression& property, bool is_static, bool is_computed_name, ClassInfo* class_info) DeclarePublicClassField() argument 1213 VariableMode::kConst, scope, &was_added); DeclarePublicClassField() local 1217 DeclarePrivateClassMember( ClassScope* scope, const PreParserIdentifier& property_name, const PreParserExpression& property, ClassLiteralProperty::Kind kind, bool is_static, ClassInfo* class_info) DeclarePrivateClassMember() argument 1240 RewriteClassLiteral(ClassScope* scope, const PreParserIdentifier& name, ClassInfo* class_info, int pos, int end_pos) RewriteClassLiteral() argument 1436 InsertSloppyBlockFunctionVarBindings(DeclarationScope* scope) InsertSloppyBlockFunctionVarBindings() argument 1589 DeclareCatchVariableName( Scope* scope, const PreParserIdentifier& identifier) DeclareCatchVariableName() argument 1622 DeclarationScope* scope = parameters->scope; AddFormalParameter() local [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-reader.cc | 505 pop_scope(scope_decl_sptr scope) pop_scope() argument 528 pop_scope_or_abort(scope_decl_sptr scope) pop_scope_or_abort() argument 1461 scope_decl_sptr nil, scope; get_scope_for_node() local 1522 scope_decl_sptr scope; build_or_get_type_decl() local 3495 scope_decl* scope = rdr.get_cur_scope(); function_is_suppressed() local 3523 scope_decl* scope = rdr.get_cur_scope(); type_is_suppressed() local 3575 scope_decl* scope = rdr.get_cur_scope(); variable_is_suppressed() local 3593 variable_is_suppressed(const reader& rdr, const scope_decl* scope, const var_decl& v) variable_is_suppressed() argument [all...] |
| H A D | abg-comparison.cc | 6351 scope_decl_sptr scope = dynamic_pointer_cast<scope_decl>(first_subject()); deleted_member_at() local 6382 scope_decl_sptr scope = dynamic_pointer_cast<scope_decl>(second_subject()); inserted_member_at() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | spirv_instruction_builder_autogen.cpp | 2409 WriteAtomicLoad(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics) WriteAtomicLoad() argument 2425 WriteAtomicStore(Blob *blob, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicStore() argument 2439 WriteAtomicExchange(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicExchange() argument 2457 WriteAtomicCompareExchange(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics equal, IdMemorySemantics unequal, IdRef value, IdRef comparator) WriteAtomicCompareExchange() argument 2479 WriteAtomicIIncrement(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics) WriteAtomicIIncrement() argument 2495 WriteAtomicIDecrement(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics) WriteAtomicIDecrement() argument 2511 WriteAtomicIAdd(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicIAdd() argument 2529 WriteAtomicISub(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicISub() argument 2547 WriteAtomicSMin(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicSMin() argument 2565 WriteAtomicUMin(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicUMin() argument 2583 WriteAtomicSMax(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicSMax() argument 2601 WriteAtomicUMax(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicUMax() argument 2619 WriteAtomicAnd(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicAnd() argument 2637 WriteAtomicOr(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicOr() argument 2655 WriteAtomicXor(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics semantics, IdRef value) WriteAtomicXor() argument [all...] |
| H A D | spirv_instruction_parser_autogen.cpp | 2906 ParseAtomicLoad(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics) ParseAtomicLoad() argument 2924 ParseAtomicStore(const uint32_t *_instruction, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicStore() argument 2940 ParseAtomicExchange(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicExchange() argument 2960 ParseAtomicCompareExchange(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *equal, IdMemorySemantics *unequal, IdRef *value, IdRef *comparator) ParseAtomicCompareExchange() argument 2984 ParseAtomicIIncrement(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics) ParseAtomicIIncrement() argument 3002 ParseAtomicIDecrement(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics) ParseAtomicIDecrement() argument 3020 ParseAtomicIAdd(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicIAdd() argument 3040 ParseAtomicISub(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicISub() argument 3060 ParseAtomicSMin(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicSMin() argument 3080 ParseAtomicUMin(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicUMin() argument 3100 ParseAtomicSMax(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicSMax() argument 3120 ParseAtomicUMax(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicUMax() argument 3140 ParseAtomicAnd(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicAnd() argument 3160 ParseAtomicOr(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicOr() argument 3180 ParseAtomicXor(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *semantics, IdRef *value) ParseAtomicXor() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputSPIRV.cpp | 5747 const spv::Scope scope = in visitAggregate() local
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_hlsl.cpp | 4546 auto scope = static_cast<Scope>(evaluate_constant_u32(ops[2])); in emit_subgroup_op() local
|
| /third_party/selinux/libsepol/src/ |
| H A D | module_to_cil.c | 166 int scope; member 334 struct scope_datum *scope; in typealiases_gather_map() local 498 struct scope_datum *scope; in is_id_in_scope_with_start() local 1975 class_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) class_to_cil() argument 2106 role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *key, void *datum, int scope) role_to_cil() argument 2238 type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *decl_stack, char *key, void *datum, int scope) type_to_cil() argument 2311 user_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) user_to_cil() argument 2362 boolean_to_cil(int indent, struct policydb *UNUSED(pdb), struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) boolean_to_cil() argument 2380 sens_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) sens_to_cil() argument 2424 cat_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct stack *UNUSED(decl_stack), char *key, void *datum, int scope) cat_to_cil() argument 3435 struct scope_datum *scope; declared_scopes_to_cil() local [all...] |
| /third_party/selinux/libsepol/include/sepol/policydb/ |
| H A D | policydb.h | 431 ebitmap_t scope[SYM_NUM]; member 496 uint32_t scope; global() member 557 symtab_t scope[SYM_NUM]; global() member [all...] |
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | napi_webview_controller.cpp | 2284 napi_handle_scope scope = nullptr; in UvWebMessageOnReceiveValueCallback() local 2312 napi_handle_scope scope = nullptr; in InvokeWebMessageCallback() local 4941 napi_handle_scope scope = nullptr; CreateWebPrintDocumentAdapter() local [all...] |
| /test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 375 napi_handle_scope scope;
in openAndCloseHandleScope() local 390 napi_escapable_handle_scope scope;
in openAndCloseEscapableHandleScope() local 3002 napi_callback_scope scope = nullptr;
in RunInCallbackScope() local 3041 napi_callback_scope scope = nullptr; Callback() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | matroskadec.c | 160 uint64_t scope; member
|
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 623 spv::Scope scope = spv::ScopeMax; in TranslateMemoryScope() local 4635 spv::Id scope = makeArraySizeId(*type.getTypeParameters()->arraySizes, 1); convertGlslangToSpvType() local 4652 spv::Id scope = makeArraySizeId(*type.getTypeParameters()->arraySizes, 0); convertGlslangToSpvType() local 8060 spv::IdImmediate scope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; createInvocationsOperation() local 8248 spv::IdImmediate scope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; CreateInvocationsVectorOperation() local 8254 spv::IdImmediate scope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; CreateInvocationsVectorOperation() local [all...] |
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 477 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope) in ac_build_shader_clock() argument
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast.h | 318 Scope* scope() const { return scope_; } in scope() function in v8::internal::final 319 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() argument 395 Scope* scope() const { return scope_; } in scope() function in v8::internal::final 401 NestedVariableDeclaration(Scope* scope, int pos) in NestedVariableDeclaration() argument 660 Scope* scope() { return scope_; } in scope() function in v8::internal::final 669 WithStatement(Scope* scope, Expressio argument 771 Scope* scope() { return scope_; } scope() function in v8::internal::final 840 TryCatchStatement(Block* try_block, Scope* scope, Block* catch_block, HandlerTable::CatchPrediction catch_prediction, int pos) TryCatchStatement() argument 895 Scope* scope() const { return var_->scope(); } scope() function in v8::internal::final 2176 DeclarationScope* scope() const { return scope_; } scope() function in v8::internal::final 2307 FunctionLiteral(Zone* zone, const AstConsString* name, AstValueFactory* ast_value_factory, DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count, int function_length, FunctionSyntaxKind function_syntax_kind, ParameterFlag has_duplicate_parameters, EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) FunctionLiteral() argument 2485 ClassScope* scope() const { return scope_; } scope() function in v8::internal::final 2520 ClassLiteral(ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<Property>* public_members, ZonePtrList<Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) ClassLiteral() argument 2826 NewNestedVariableDeclaration(Scope* scope, int pos) NewNestedVariableDeclaration() argument 2910 NewWithStatement(Scope* scope, Expression* expression, Statement* statement, int pos) NewWithStatement() argument 2923 NewTryCatchStatement(Block* try_block, Scope* scope, Block* catch_block, int pos) NewTryCatchStatement() argument 2929 NewTryCatchStatementForReThrow(Block* try_block, Scope* scope, Block* catch_block, int pos) NewTryCatchStatementForReThrow() argument 2937 NewTryCatchStatementForAsyncAwait(Block* try_block, Scope* scope, Block* catch_block, int pos) NewTryCatchStatementForAsyncAwait() argument 2945 NewTryCatchStatementForReplAsyncAwait(Block* try_block, Scope* scope, Block* catch_block, int pos) NewTryCatchStatementForReplAsyncAwait() argument 3222 NewFunctionLiteral( const AstRawString* name, DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionSyntaxKind function_syntax_kind, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) NewFunctionLiteral() argument 3242 NewScriptOrEvalFunctionLiteral( DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count) NewScriptOrEvalFunctionLiteral() argument 3271 NewClassLiteral( ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<ClassLiteral::Property>* public_members, ZonePtrList<ClassLiteral::Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) NewClassLiteral() argument [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | mark-compact.cc | 4194 PointersUpdatingJob( Isolate* isolate, std::vector<std::unique_ptr<UpdatingItem>> updating_items, GCTracer::Scope::ScopeId scope, GCTracer::Scope::ScopeId background_scope) PointersUpdatingJob() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.cc | 2051 ScopeInfo scope = ScopeInfo::cast(*this); in HeapObjectShortPrint() local
|
| /third_party/vixl/src/aarch32/ |
| H A D | macro-assembler-aarch32.h | 371 void SetCurrentScratchRegisterScope(UseScratchRegisterScope* scope) { in MacroAssembler() argument 190 ITScope(MacroAssembler* masm, Condition* cond, const MacroEmissionCheckScope& scope, bool can_use_it = false) ITScope() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | descriptor.cc | 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/python/Modules/ |
| H A D | socketmodule.c | 2090 unsigned int scope = TIPC_CLUSTER_SCOPE; in getsockaddrarg() local [all...] |
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 402 napi_handle_scope scope; in openAndCloseHandleScope() local 417 napi_escapable_handle_scope scope; in openAndCloseEscapableHandleScope() local 3175 napi_callback_scope scope = nullptr; in RunInCallbackScope() local 3214 napi_callback_scope scope = nullptr; Callback() local 5154 napi_escapable_handle_scope scope; openAndCloseEscapableHandleScopeNull() local 5169 napi_escapable_handle_scope scope; escapeHandle() local 5180 napi_escapable_handle_scope scope; escapeHandleScopeNull() local 5194 napi_escapable_handle_scope scope; escapeHandleOutputNull() local 5208 napi_escapable_handle_scope scope; escapeHandleRstNull() local [all...] |