/third_party/node/deps/v8/src/execution/arm64/ |
H A D | frame-constants-arm64.cc | 33 int slot_count = kFixedSlotCount + register_count; in PaddingSlotCount() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_interpolation_map.c | 80 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 D | debug-objects.h | 182 static int SizeFor(int slot_count) { in SizeFor() argument
|
H A D | feedback-vector-inl.h | 44 int32_t FeedbackMetadata::slot_count(AcquireLoadTag) const { in slot_count() function in v8::internal::FeedbackMetadata
|
H A D | feedback-vector.h | 370 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 D | feedback-vector.cc | 86 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 D | jump-table-assembler.h | 79 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 D | runtime-trace.cc | 212 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 D | test-touch.c | 212 int slot_count = 0; in START_TEST() local
|
/third_party/node/deps/v8/src/torque/ |
H A D | cc-generator.cc | 113 size_t slot_count = LoweredSlotCount(type); in ProcessArgumentsCommon() local
|
H A D | csa-generator.cc | 165 size_t slot_count = LoweredSlotCount(type); in ProcessArgumentsCommon() local
|
H A D | utils.h | 256 DCHECK_GE(Size(), slot_count); in TopRange() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | frame.h | 176 int ReserveSpillSlots(size_t slot_count) { in ReserveSpillSlots() argument
|
H A D | js-operator.h | 375 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 D | js-operator.cc | 1425 CreateFunctionContext( const ScopeInfoRef& scope_info, int slot_count, ScopeType scope_type) CreateFunctionContext() argument
|
H A D | js-call-reducer.cc | 841 CreateFunctionContext(const NativeContextRef& native_context, TNode<Context> outer_context, int slot_count) CreateFunctionContext() argument
|
H A D | js-create-lowering.cc | 1216 int slot_count = parameters.slot_count(); in ReduceJSCreateFunctionContext() local
|
H A D | js-generic-lowering.cc | 677 int slot_count = parameters.slot_count(); in LowerJSCreateFunctionContext() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_sched.h | 169 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 D | v3d_program.c | 75 int slot_count = 0; in v3d_set_transform_feedback_outputs() local [all...] |
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.h | 1006 Trampoline(int start, int slot_count) { in Trampoline() argument
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 1848 Trampoline(int start, int slot_count) { in Trampoline() argument
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 1820 Trampoline(int start, int slot_count) { in Trampoline() argument
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1488 Trampoline(int start, int slot_count) { in Trampoline() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory-base.cc | 553 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
|