Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dassembler-arm.cc3486 count_of_64bit_(0), in ConstantPoolBuilder()
3546 count_of_64bit_++; in AddEntry()
3561 ConstantPoolArray::NumberOfEntries total(count_of_64bit_, in AddEntry()
3565 ConstantPoolArray::NumberOfEntries int64_counts(count_of_64bit_, 0, 0, 0); in AddEntry()
3586 ConstantPoolArray::NumberOfEntries small(count_of_64bit_, in New()
3597 ASSERT(count_of_64bit_ == constant_pool->number_of_entries( in Populate()
3608 int index_code_ptr = count_of_64bit_; in Populate()
3609 int index_heap_ptr = count_of_64bit_ + count_of_code_ptr_; in Populate()
3610 int index_32bit = count_of_64bit_ + count_of_code_ptr_ + count_of_heap_ptr_; in Populate()
3664 ASSERT((index_64bit == count_of_64bit_) && in Populate()
Dassembler-arm.h654 inline int count_of_64bit() const { return count_of_64bit_; } in count_of_64bit()
669 int count_of_64bit_; variable