Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.cc1635 ConstantPoolBuilder::ConstantPoolBuilder(int ptr_reach_bits, in ConstantPoolBuilder() argument
1638 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits; in ConstantPoolBuilder()
1656 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits; in NextAccess() local
1659 !is_uintn(ptr_offset + kDoubleSize - kPointerSize, ptr_reach_bits))) { in NextAccess()
Dassembler.h1225 ConstantPoolBuilder(int ptr_reach_bits, int double_reach_bits);