Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.cc150 ConstantPoolBuilder::ConstantPoolBuilder(int ptr_reach_bits, in ConstantPoolBuilder() argument
153 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits; in ConstantPoolBuilder()
170 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits; in NextAccess() local
173 !is_uintn(ptr_offset + kDoubleSize - kPointerSize, ptr_reach_bits))) { in NextAccess()
Dassembler.h498 ConstantPoolBuilder(int ptr_reach_bits, int double_reach_bits);