Home
last modified time | relevance | path

Searched defs:slot_count (Results 1 - 25 of 45) sorted by relevance

12

/third_party/node/deps/v8/src/execution/arm64/
H A Dframe-constants-arm64.cc33 int slot_count = kFixedSlotCount + register_count; in PaddingSlotCount() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_interpolation_map.c80 unsigned slot_count = glsl_count_attribute_slots(var->type, false); in brw_setup_vue_interpolation() local
39 gfx4_frag_prog_set_interp_modes(struct brw_wm_prog_data *prog_data, const struct brw_vue_map *vue_map, unsigned location, unsigned slot_count, enum glsl_interp_mode interp) gfx4_frag_prog_set_interp_modes() argument
/third_party/node/deps/v8/src/objects/
H A Ddebug-objects.h182 static int SizeFor(int slot_count) { in SizeFor() argument
H A Dfeedback-vector-inl.h44 int32_t FeedbackMetadata::slot_count(AcquireLoadTag) const { in slot_count() function in v8::internal::FeedbackMetadata
H A Dfeedback-vector.h370 int slot_count() const { return static_cast<int>(slot_kinds_.size()); } in slot_count() function in v8::internal::FeedbackVectorSpec
555 static int SizeFor(int slot_count) { in SizeFor() argument
578 static int length(int slot_count) { in length() argument
[all...]
H A Dfeedback-vector.cc86 const int slot_count = spec == nullptr ? 0 : spec->slot_count(); in New() local
256 const int slot_count = feedback_metadata->slot_count(); New() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.h79 static constexpr uint32_t SizeForNumberOfSlots(uint32_t slot_count) { in SizeForNumberOfSlots() argument
110 static constexpr uint32_t SizeForNumberOfLazyFunctions(uint32_t slot_count) { in SizeForNumberOfLazyFunctions() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc212 int slot_count = function->feedback_vector().metadata().slot_count(); in RUNTIME_FUNCTION() local
215 os << "[Feedback slot " << slot << "/" << slot_count << " in "; in RUNTIME_FUNCTION() local
/third_party/libinput/test/
H A Dtest-touch.c212 int slot_count = 0; in START_TEST() local
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc113 size_t slot_count = LoweredSlotCount(type); in ProcessArgumentsCommon() local
H A Dcsa-generator.cc165 size_t slot_count = LoweredSlotCount(type); in ProcessArgumentsCommon() local
H A Dutils.h256 DCHECK_GE(Size(), slot_count); in TopRange() local
/third_party/node/deps/v8/src/compiler/
H A Dframe.h176 int ReserveSpillSlots(size_t slot_count) { in ReserveSpillSlots() argument
H A Djs-operator.h375 int slot_count() const { return slot_count_; } in slot_count() function in v8::internal::compiler::final
366 CreateFunctionContextParameters(const ScopeInfoRef& scope_info, int slot_count, ScopeType scope_type) CreateFunctionContextParameters() argument
H A Djs-operator.cc1425 CreateFunctionContext( const ScopeInfoRef& scope_info, int slot_count, ScopeType scope_type) CreateFunctionContext() argument
H A Djs-call-reducer.cc841 CreateFunctionContext(const NativeContextRef& native_context, TNode<Context> outer_context, int slot_count) CreateFunctionContext() argument
H A Djs-create-lowering.cc1216 int slot_count = parameters.slot_count(); in ReduceJSCreateFunctionContext() local
H A Djs-generic-lowering.cc677 int slot_count = parameters.slot_count(); in LowerJSCreateFunctionContext() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.h169 unsigned slot_count() { return inst_count() + literal_slot_count(); } in slot_count() function in r600_sb::alu_group_tracker
208 unsigned slot_count; member in r600_sb::alu_clause_tracker
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c75 int slot_count = 0; in v3d_set_transform_feedback_outputs() local
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h1006 Trampoline(int start, int slot_count) { in Trampoline() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1848 Trampoline(int start, int slot_count) { in Trampoline() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1820 Trampoline(int start, int slot_count) { in Trampoline() argument
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1488 Trampoline(int start, int slot_count) { in Trampoline() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc553 const int slot_count = static_cast<int>(slots.size()); in NewCoverageInfo() local
532 NewFeedbackMetadata( int slot_count, int create_closure_slot_count, AllocationType allocation) NewFeedbackMetadata() argument

Completed in 46 milliseconds

12