Home
last modified time | relevance | path

Searched refs:binding (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Delf_builder.h304 uint8_t binding, uint8_t type, uint8_t other = 0) {
308 MakeStInfo(binding, type), other, name_idx });
358 static inline constexpr uint8_t MakeStInfo(uint8_t binding, uint8_t type) { in MakeStInfo() argument
359 return ((binding) << 4) + ((type) & 0xf); in MakeStInfo()