Home
last modified time | relevance | path

Searched defs:byte_width (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc3325 SpillSlot(int stack_slot, int byte_width) in SpillSlot()
3336 int byte_width() const { return byte_width_; } in byte_width() function in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot
3369 MidTierSpillSlotAllocator::GetFreeSpillSlot(int byte_width) { in GetFreeSpillSlot()
3386 int byte_width = ByteWidthForStackSlot(rep); in Allocate() local
Dregister-allocator.h1099 int byte_width() const { return byte_width_; } in byte_width() function
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c1494 int line, byte_width; in XMesaBindTexImage() local
/third_party/skia/third_party/skcms/
Dskcms.cc661 static bool init_tables(const uint8_t* table_base, uint64_t max_tables_len, uint32_t byte_width, in init_tables()