Home
last modified time | relevance | path

Searched defs:kind (Results 626 - 650 of 839) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc24 FeedbackSlot FeedbackVectorSpec::AddSlot(FeedbackSlotKind kind) { in AddSlot() argument
63 std::ostream& operator<<(std::ostream& os, FeedbackSlotKind kind) { in operator <<() argument
73 void FeedbackMetadata::SetKind(FeedbackSlot slot, FeedbackSlotKind kind) { in SetKind() argument
95 FeedbackSlotKind kind = spec->GetKind(FeedbackSlot(i)); in New() local
113 FeedbackSlotKind kind = spec->GetKind(slot); New() local
134 FeedbackSlotKind kind = GetKind(slot); SpecDiffersFrom() local
145 Kind2String(FeedbackSlotKind kind) Kind2String() argument
276 FeedbackSlotKind kind = feedback_metadata->GetKind(slot); New() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dast.h113 const Kind kind; member
745 AssertKind kind; global() member
906 Identifier* kind; global() member
[all...]
H A Ddeclarable.h72 Kind kind() const { return kind_; } in kind() function in v8::internal::torque::Declarable
118 Declarable(Kind kind) Declarable() argument
176 Scope(Declarable::Kind kind) Scope() argument
255 Value(Kind kind, const Type* type, Identifier* name) Value() argument
353 Callable(Declarable::Kind kind, std::string external_name, std::string readable_name, Signature signature, base::Optional<Statement*> body) Callable() argument
393 Macro(Declarable::Kind kind, std::string external_name, std::string readable_name, const Signature& signature, base::Optional<Statement*> body) Macro() argument
455 TorqueMacro(Declarable::Kind kind, std::string external_name, std::string readable_name, const Signature& signature, base::Optional<Statement*> body, bool is_user_defined, bool exported_to_csa) TorqueMacro() argument
502 Kind kind() const { return kind_; } kind() function in v8::internal::torque::Builtin
509 Builtin(std::string external_name, std::string readable_name, Builtin::Kind kind, const Signature& signature, base::Optional<Statement*> body) Builtin() argument
606 GenericDeclarable(Declarable::Kind kind, const std::string& name, DeclarationType generic_declaration) GenericDeclarable() argument
[all...]
H A Dtypes.cc31 Type::Type(TypeBase::Kind kind, const Type* parent, in Type() argument
621 ObjectSlotKind kind; in ComputeSlotKindsHelper() local
H A Dtypes.h60 explicit TypeBase(Kind kind) : kind_(kind) {} in TypeBase() argument
61 Kind kind() cons in TypeBase() function in v8::internal::torque::TypeBase
584 AggregateType(Kind kind, const Type* parent, Namespace* nspace, const std::string& name, MaybeSpecializationKey specialized_from = base::nullopt) AggregateType() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h115 explicit VarState(ValueKind kind, int offset) in VarState() argument
117 explicit VarState(ValueKind kind, LiftoffRegister r, int offset) in VarState() argument
121 explicit VarState(ValueKind kind, int32_t i32_const, int offset) in VarState() argument
135 ValueKind kind() const { return kind_; } in kind() function in v8::internal::wasm::LiftoffAssembler::VarState
467 ValueKind kind in PopToModifiableRegister() local
496 NextSpillOffset(ValueKind kind, int top_spill_offset) NextSpillOffset() argument
504 NextSpillOffset(ValueKind kind) NextSpillOffset() argument
514 PushRegister(ValueKind kind, LiftoffRegister reg) PushRegister() argument
530 PushConstant(ValueKind kind, int32_t i32_const) PushConstant() argument
536 PushStack(ValueKind kind) PushStack() argument
657 ValueKind kind; global() member
1522 set_local_kind(uint32_t index, ValueKind kind) set_local_kind() argument
1720 const ValueKind kind = slot.src_.kind(); SlotSizeInBytes() local
[all...]
H A Dliftoff-assembler.cc38 ValueKind kind; member
53 ValueKind kind; member in v8::internal::wasm::__anon15149::StackTransferRecipe
66 static RegisterLoad Stack(int32_t offset, ValueKind kind) { in Stack() argument
78 RegisterLoad(LoadKind load_kind, ValueKind kind, int32_t value) RegisterLoad() argument
166 MoveRegister(LiftoffRegister dst, LiftoffRegister src, ValueKind kind) MoveRegister() argument
214 LoadStackSlot(LiftoffRegister dst, uint32_t stack_offset, ValueKind kind) LoadStackSlot() argument
949 ValueKind kind = sig->GetParam(param); PrepareStackTransfers() local
1129 Move(LiftoffRegister dst, LiftoffRegister src, ValueKind kind) Move() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs2118 let mut kind = ModuleKind::Normal; tokenize_namespace() variables
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs277 pub fn kind(&self) -> CXCursorKind { kind() functions
1114 pub fn kind(&self) -> CXTypeKind { kind() functions
1552 pub fn kind(&self) -> CXCommentKind { kind() functions
2136 fn kind(&self) -> CXEvalResultKind { kind() functions
[all...]
/third_party/python/Python/
H A Dtraceback.c434 int kind; in display_source_line_with_margin() local
1094 int kind; in _Py_DumpASCII() local
[all...]
H A Dpystate.c2026 int kind; member
/third_party/python/Lib/
H A Dinspect.py2752 def kind(self): global() member in Parameter
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp935 SkSLToSPIRV(const char* shaderString, SkSL::ProgramKind kind, uint32_t rtFlipOffset, SkSL::Program::Inputs* inputs) SkSLToSPIRV() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dinternal.h236 enum MHD_ValueKind kind; member
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp536 bool MetalCodeGenerator::writeIntrinsicCall(const FunctionCall& c, IntrinsicKind kind) { in writeIntrinsicCall() argument
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast_state.h204 PyObject *kind; member
/third_party/python/Modules/
H A D_operator.c1235 unsigned int kind; in attrgetter_new() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h260 NodeKind kind() const { return Kind; } in kind() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.h294 static uint16_t kind(uint16_t T) { return T & KindMask; } in kind() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp152 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand() argument
/third_party/skia/third_party/externals/tint/src/ast/
H A Dintrinsic_texture_helper_test.cc83 std::ostream& operator<<(std::ostream& out, const TextureKind& kind) { in operator <<() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc671 auto* kind = var->Declaration()->is_const ? "let" : "var"; in ValidateVariable() local
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c262 int kind; in multibytecodec_encerror() local
491 int kind; in multibytecodec_encode() local
/third_party/python/Objects/
H A Dcodeobject.c159 _Py_set_localsplus_info(int offset, PyObject *name, _PyLocals_Kind kind, in _Py_set_localsplus_info() argument
178 _PyLocals_Kind kind = _PyLocals_GetKind(kinds, i); in get_localsplus_counts() local
208 get_localsplus_names(PyCodeObject *co, _PyLocals_Kind kind, int num) in get_localsplus_names() argument
554 _PyLocals_Kind kind in PyCode_NewWithPosOnlyArgs() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc143 } kind; member
161 } kind; member
308 const char* kind = ""; in ContainerRepr() local
930 NewContainerIterator(PyContainer* container, PyContainerIterator::IterKind kind) NewContainerIterator() argument
[all...]

Completed in 48 milliseconds

1...<<21222324252627282930>>...34