Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.cc1699 ConstantPoolBuilder::ConstantPoolBuilder(int ptr_reach_bits, in ConstantPoolBuilder() argument
1702 info_[ConstantPoolEntry::INTPTR].regular_reach_bits = ptr_reach_bits; in ConstantPoolBuilder()
1720 int ptr_reach_bits = info_[ConstantPoolEntry::INTPTR].regular_reach_bits; in NextAccess() local
1723 !is_uintn(ptr_offset + kDoubleSize - kPointerSize, ptr_reach_bits))) { in NextAccess()
Dassembler.h1189 ConstantPoolBuilder(int ptr_reach_bits, int double_reach_bits);