Home
last modified time | relevance | path

Searched defs:kind (Results 701 - 725 of 818) sorted by relevance

1...<<21222324252627282930>>...33

/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc99 i::wasm::ValueType WasmValKindToV8(ValKind kind) { in WasmValKindToV8() argument
530 ValKind kind; member
143 GetImportExportType(const i::wasm::WasmModule* module, const i::wasm::ImportExportKindCode kind, const uint32_t index) GetImportExportType() argument
586 ExternKind kind; global() member
1346 enum Kind { kCallback, kCallbackWithEnv } kind; global() member
1840 ValKind kind = V8ValueTypeToWasm(v8_global->type()); global() variable
1970 ValKind kind; global() variable
[all...]
H A Dwasm-code-manager.cc457 const char* GetWasmCodeKindAsString(WasmCode::Kind kind) { in GetWasmCodeKindAsString() argument
1190 AddCode( int index, const CodeDesc& desc, int stack_slots, uint32_t tagged_parameter_slots, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging) AddCode() argument
1210 AddCodeWithCodeSpace( int index, const CodeDesc& desc, int stack_slots, uint32_t tagged_parameter_slots, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging, base::Vector<uint8_t> dst_code_bytes, const JumpTablesRef& jump_tables) AddCodeWithCodeSpace() argument
1420 AddDeserializedCode( int index, base::Vector<byte> instructions, int stack_slots, uint32_t tagged_parameter_slots, int safepoint_table_offset, int handler_table_offset, int constant_pool_offset, int code_comments_offset, int unpadded_binary_size, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> reloc_info, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier) AddDeserializedCode() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c3166 static void basictest(int kind, BOOL isdir, const SID *owner, const SID *group) in basictest() argument
3369 posixtest(int kind, BOOL isdir, const SID *owner, const SID *group) posixtest() argument
3604 int kind; selftests() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c3582 lp_debug_fs_kind(enum lp_fs_kind kind) in lp_debug_fs_kind() argument
[all...]
/third_party/libdrm/
H A Dxf86drm.c346 uint64_t height, kind, gen, sector, compression; in drmGetFormatModifierNameFromNvidia() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c1730 enum kind { enum
1795 enum kind kind = which_func(token, p, ctx->prefer_abstract); in direct_declarator() local
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc1270 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local
1280 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToUint32() local
1369 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat64ToInt64() local
2365 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc834 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc2892 kind); in GenerateCodeForCodeStub() local
3020 kind); in GenerateCodeForWasmNativeStub() local
2502 WasmHeapStubCompilationJob(Isolate* isolate, CallDescriptor* call_descriptor, std::unique_ptr<Zone> zone, Graph* graph, CodeKind kind, std::unique_ptr<char[]> debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) WasmHeapStubCompilationJob() argument
2544 NewWasmHeapStubCompilationJob( Isolate* isolate, CallDescriptor* call_descriptor, std::unique_ptr<Zone> zone, Graph* graph, CodeKind kind, std::unique_ptr<char[]> debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) NewWasmHeapStubCompilationJob() argument
2886 GenerateCodeForCodeStub( Isolate* isolate, CallDescriptor* call_descriptor, Graph* graph, JSGraph* jsgraph, SourcePositionTable* source_positions, CodeKind kind, const char* debug_name, Builtin builtin, const AssemblerOptions& options, const ProfileDataFromFile* profile_data) GenerateCodeForCodeStub() argument
3014 GenerateCodeForWasmNativeStub( CallDescriptor* call_descriptor, MachineGraph* mcgraph, CodeKind kind, const char* debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) GenerateCodeForWasmNativeStub() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc487 OperandForDeopt(Isolate* isolate, OperandGenerator* g, Node* input, FrameStateInputKind kind, MachineRepresentation rep) OperandForDeopt() argument
597 AddOperandToStateValueDescriptor( StateValueList* values, InstructionOperandVector* inputs, OperandGenerator* g, StateObjectDeduplicator* deduplicator, Node* input, MachineType type, FrameStateInputKind kind, Zone* zone) AddOperandToStateValueDescriptor() argument
710 AddInputsToFrameStateDescriptor( StateValueList* values, InstructionOperandVector* inputs, OperandGenerator* g, StateObjectDeduplicator* deduplicator, Node* node, FrameStateInputKind kind, Zone* zone) AddInputsToFrameStateDescriptor() argument
749 AddInputsToFrameStateDescriptor( FrameStateDescriptor* descriptor, FrameState state, OperandGenerator* g, StateObjectDeduplicator* deduplicator, InstructionOperandVector* inputs, FrameStateInputKind kind, Zone* zone) AddInputsToFrameStateDescriptor() argument
[all...]
H A Dinstruction.h61 Kind kind() const { return KindField::decode(value_); } in kind() function in v8::internal::compiler::InstructionOperand
147 explicit InstructionOperand(Kind kind) : value_(KindField::encode(kind)) {} in InstructionOperand() argument
596 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index) in AllocatedOperand() argument
599 static AllocatedOperand* New(Zone* zone, LocationKind kind, in New() argument
1261 StateValueDescriptor(StateValueKind kind, MachineType type) StateValueDescriptor() argument
1467 DeoptimizationEntry(FrameStateDescriptor* descriptor, DeoptimizeKind kind, DeoptimizeReason reason, NodeId node_id, FeedbackSource const& feedback) DeoptimizationEntry() argument
1481 DeoptimizeKind kind() const { return kind_; } kind() function in v8::internal::compiler::final
[all...]
H A Dmid-tier-register-allocator.cc90 RegisterState* BlockState::register_in_state(RegisterKind kind) { in register_in_state() argument
749 static RegisterState* New(RegisterKind kind, in argument
101 set_register_in_state(RegisterState* register_state, RegisterKind kind) set_register_in_state() argument
1144 RegisterState(RegisterKind kind, int num_allocatable_registers, Zone* zone) RegisterState() argument
1405 RegisterKind kind() const { return kind_; } kind() function in v8::internal::compiler::final
1599 SinglePassRegisterAllocator( RegisterKind kind, MidTierRegisterAllocationData* data) SinglePassRegisterAllocator() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc608 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
1291 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local
1303 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToUint32() local
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc1247 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
1841 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local
1851 TruncateKind kind = OpParameter<TruncateKind>(node->op()); VisitTruncateFloat32ToUint32() local
1879 TruncateKind kind = OpParameter<TruncateKind>(node->op()); VisitTruncateFloat64ToInt64() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc887 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc1230 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local
1240 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToUint32() local
1286 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat64ToInt64() local
2109 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc1189 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToInt32() local
1199 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat32ToUint32() local
1288 TruncateKind kind = OpParameter<TruncateKind>(node->op()); in VisitTruncateFloat64ToInt64() local
2224 StackCheckKind kind = StackCheckKindOf(node->op()); in VisitStackPointerGreaterThan() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h1974 AllocateJSArray( ElementsKind kind, TNode<Map> array_map, TNode<Smi> capacity, TNode<Smi> length, base::Optional<TNode<AllocationSite>> allocation_site, AllocationFlags allocation_flags = AllocationFlag::kNone) AllocateJSArray() argument
1981 AllocateJSArray( ElementsKind kind, TNode<Map> array_map, TNode<Smi> capacity, TNode<Smi> length, AllocationFlags allocation_flags = AllocationFlag::kNone) AllocateJSArray() argument
1988 AllocateJSArray( ElementsKind kind, TNode<Map> array_map, TNode<IntPtrT> capacity, TNode<Smi> length, AllocationFlags allocation_flags = AllocationFlag::kNone) AllocateJSArray() argument
2134 CopyFixedArrayElements( ElementsKind kind, TNode<FixedArrayBase> from_array, TNode<FixedArrayBase> to_array, TNode<TIndex> length, WriteBarrierMode barrier_mode = UPDATE_WRITE_BARRIER) CopyFixedArrayElements() argument
2721 IsFastElementsKind(ElementsKind kind) IsFastElementsKind() argument
2731 IsDoubleElementsKind(ElementsKind kind) IsDoubleElementsKind() argument
3526 GetArrayAllocationSize(TNode<TIndex> element_count, ElementsKind kind, int header_size) GetArrayAllocationSize() argument
3532 GetFixedArrayAllocationSize(TNode<TIndex> element_count, ElementsKind kind) GetFixedArrayAllocationSize() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc4829 void MacroAssembler::LoadStackLimit(Register destination, StackLimitKind kind) { in CallRecordWriteStub() argument
6108 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc1557 void MacroAssembler::LoadStackLimit(Register destination, StackLimitKind kind) { in CallRecordWriteStub() argument
2636 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc2266 void MacroAssembler::LoadStackLimit(Register destination, StackLimitKind kind) { in LoadStackLimit() argument
2255 CallForDeoptimization( Builtin target, int deopt_id, Label* exit, DeoptimizeKind kind, Label* ret, Label* jump_deoptimization_entry_label) CallForDeoptimization() argument
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc1413 void MacroAssembler::LoadStackLimit(Register destination, StackLimitKind kind) { in CallRecordWriteStub() argument
3731 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc2946 void MacroAssembler::LoadStackLimit(Register destination, StackLimitKind kind) { in CallRecordWriteStub() argument
4081 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc2589 Operand MacroAssembler::StackLimitAsOperand(StackLimitKind kind) { in CallRecordWriteStub() argument
3136 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc2379 static bool FPUProcessNaNsAndZeros(T a, T b, MaxMinKind kind, T* result) { in FPUProcessNaNsAndZeros() argument

Completed in 118 milliseconds

1...<<21222324252627282930>>...33