HomeSort by relevance Sort by last modified time
    Searched refs:allocation_base (Results 1 - 5 of 5) sorted by null

  /external/v8/src/interpreter/
bytecode-register-allocator.cc 14 int allocation_base)
16 allocation_base_(allocation_base),
22 return Register(allocation_base());
27 return Register(allocation_base() + allocation_count() - 1);
38 return allocation_base() + allocation_count() - 1;
55 int next_allocation = allocation_base() + allocation_count();
bytecode-register-allocator.h 53 int allocation_base() const { return allocation_base_; } function in class:v8::internal::interpreter::final
bytecode-register-optimizer.cc 176 temporary_base_(register_allocator->allocation_base()),
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 819 uint64_t allocation_base; \/* Base address of a range of pages member in struct:__anon11456
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc     [all...]

Completed in 112 milliseconds