Home
last modified time | relevance | path

Searched defs:kind (Results 526 - 550 of 1003) sorted by relevance

1...<<21222324252627282930>>...41

/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.h191 constexpr bool is_numeric(ValueKind kind) { in is_numeric() argument
203 constexpr bool is_reference(ValueKind kind) { in is_reference() argument
207 is_object_reference(ValueKind kind) is_object_reference() argument
211 value_kind_size_log2(ValueKind kind) value_kind_size_log2() argument
223 value_kind_size(ValueKind kind) value_kind_size() argument
236 value_kind_full_size(ValueKind kind) value_kind_full_size() argument
244 short_name(ValueKind kind) short_name() argument
254 name(ValueKind kind) name() argument
265 machine_type(ValueKind kind) machine_type() argument
278 is_packed(ValueKind kind) is_packed() argument
279 unpacked(ValueKind kind) unpacked() argument
283 is_rtt(ValueKind kind) is_rtt() argument
285 is_defaultable(ValueKind kind) is_defaultable() argument
302 Primitive(ValueKind kind) Primitive() argument
322 FromIndex(ValueKind kind, uint32_t index) FromIndex() argument
372 constexpr ValueKind kind() const { return KindField::decode(bit_field_); } kind() function in v8::internal::wasm::ValueType
538 CanonicalWithRelativeIndex(ValueKind kind, uint32_t index) CanonicalWithRelativeIndex() argument
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_dump.c134 dump_shader_string(enum dxil_shader_kind kind) in dump_shader_string() argument
H A Ddxil_signature.c36 enum dxil_semantic_kind kind; member
52 is_depth_output(enum dxil_semantic_kind kind) in is_depth_output() argument
359 prog_semantic_from_kind(enum dxil_semantic_kind kind, unsigned num_vals, unsigned start_val) prog_semantic_from_kind() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.h218 enum lp_fs_kind kind; member
/third_party/libdrm/tests/tegra/
H A Dvic.h167 unsigned int kind; member
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator-impl.h223 DeoptimizeKind kind() const { return kind_; } in kind() function in v8::internal::compiler::DeoptimizationExit
190 DeoptimizationExit(SourcePosition pos, BytecodeOffset bailout_id, int translation_id, int pc_offset, DeoptimizeKind kind, DeoptimizeReason reason, NodeId node_id) DeoptimizationExit() argument
/third_party/node/deps/v8/src/compiler/
H A Dlinkage.cc503 CallDescriptor::Kind kind; in GetStubCallDescriptor() local
[all...]
H A Dverifier.cc89 void CheckOutput(Node* node, Node* use, int count, const char* kind) { in CheckOutput() argument
H A Dtypes.h310 Kind kind() const { return kind_; } in kind() function in v8::internal::compiler::BitsetType::TypeBase
311 explicit TypeBase(Kind kind) : kind_(kind) {} in TypeBase() argument
616 StructuralType(Kind kind, int length, Zone* zone) in StructuralType() argument
H A Dmachine-operator.h110 MemoryAccessKind kind; member
127 MemoryAccessKind kind; member
209 MemoryAccessKind kind; member
[all...]
H A Drepresentation-change.h99 explicit Truncation(TruncationKind kind, IdentifyZeros identify_zeros) in Truncation() argument
102 TruncationKind kind() const { return kind_; } in kind() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/codegen/
H A Dassembler.h112 Kind kind() const { return kind_; } in kind() function in v8::internal::HeapObjectRequest
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-call-gen.cc217 TNode<Int32T> kind = LoadMapElementsKind(arguments_list_map); in CallOrConstructWithArrayLike() local
324 CallOrConstructDoubleVarargs( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<FixedDoubleArray> elements, TNode<Int32T> length, TNode<Int32T> args_count, TNode<Context> context, TNode<Int32T> kind) CallOrConstructDoubleVarargs() argument
H A Dbuiltins.cc38 Builtins::Kind kind; member
223 Builtins::Kind kind = Builtins::KindOf(builtin); in CallInterfaceDescriptorFor() local
275 const char* kind = KindNameOf(builtin); in PrintBuiltinSize() local
453 Kind kind in KindNameOf() local
[all...]
H A Dbuiltins-typed-array-gen.cc187 IsUint8ElementsKind( TNode<Int32T> kind) IsUint8ElementsKind() argument
197 IsBigInt64ElementsKind( TNode<Int32T> kind) IsBigInt64ElementsKind() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h98 VarKind kind = VarKind::kUnused; member
124 BlockKind kind; member
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc245 PropertyKind kind = details.kind(); in ConfigureInstance() local
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.h96 TranslatedValue(TranslatedState* container, Kind kind) in TranslatedValue() argument
98 Kind kind() const { return kind_; } in kind() function in v8::internal::TranslatedValue
193 Kind kind() const { return kind_; } kind() function in v8::internal::TranslatedFrame
301 TranslatedFrame(Kind kind, SharedFunctionInfo shared_info = SharedFunctionInfo(), int height = 0, int return_value_offset = 0, int return_value_count = 0) TranslatedFrame() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-objects-inl.h623 ElementsKind kind = map(cage_base).elements_kind(); in DEF_GETTER() local
[all...]
H A Dliteral-objects.cc453 PropertyKind kind = in AddConstant() local
H A Dtransitions.cc224 Map TransitionsAccessor::SearchTransition(Name name, PropertyKind kind, in SearchTransition() argument
322 IsMatchingMap(Map target, Name name, PropertyKind kind, PropertyAttributes attributes) IsMatchingMap() argument
640 SearchDetails(int transition, PropertyKind kind, PropertyAttributes attributes, int* out_insertion_index) SearchDetails() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc165 const char* kind = nullptr; in AddIteratorInternalProperties() local
/third_party/node/deps/v8/src/torque/
H A Dutils.h37 Kind kind; member
78 static MessageBuilder Message(TorqueMessage::Kind kind, Args&&... args) { in Message() argument
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h48 static inline constexpr bool needs_gp_reg_pair(ValueKind kind) { in needs_gp_reg_pair() argument
52 static inline constexpr bool needs_fp_reg_pair(ValueKind kind) { in needs_fp_reg_pair() argument
56 static inline constexpr RegClass reg_class_for(ValueKind kind) { in reg_class_for() argument
187 static LiftoffRegister from_external_code(RegClass rc, ValueKind kind, in from_external_code() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.cpp132 value* shader::get_value(value_kind kind, sel_chan id, in get_value() argument

Completed in 27 milliseconds

1...<<21222324252627282930>>...41