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

  /art/libartbase/base/
allocator.h 86 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) {
131 TrackedAllocators::RegisterAllocation(GetTag(), size);
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 71 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) {
100 RegisterAllocation(stack, p, size);
122 RegisterAllocation(stack, p, new_size);
  /external/v8/src/arm/
code-stubs-arm.h 130 class RegisterAllocation {
132 RegisterAllocation(Register object,
231 RegisterAllocation regs_;
  /external/v8/src/arm64/
code-stubs-arm64.h 173 class RegisterAllocation {
175 RegisterAllocation(Register object,
322 RegisterAllocation regs_;
  /external/v8/src/ia32/
code-stubs-ia32.h 182 class RegisterAllocation {
184 RegisterAllocation(Register object,
346 RegisterAllocation regs_;
  /external/v8/src/mips/
code-stubs-mips.h 161 class RegisterAllocation {
163 RegisterAllocation(Register object,
262 RegisterAllocation regs_;
  /external/v8/src/mips64/
code-stubs-mips64.h 162 class RegisterAllocation {
164 RegisterAllocation(Register object,
263 RegisterAllocation regs_;
  /external/v8/src/ppc/
code-stubs-ppc.h 152 class RegisterAllocation {
154 RegisterAllocation(Register object, Register address, Register scratch0)
253 RegisterAllocation regs_;
  /external/v8/src/x64/
code-stubs-x64.h 175 class RegisterAllocation {
177 RegisterAllocation(Register object,
340 RegisterAllocation regs_;
  /external/v8/src/x87/
code-stubs-x87.h 179 class RegisterAllocation {
181 RegisterAllocation(Register object,
343 RegisterAllocation regs_;
  /external/v8/src/s390/
code-stubs-s390.h 180 class RegisterAllocation {
182 RegisterAllocation(Register object, Register address, Register scratch0)
279 RegisterAllocation regs_;

Completed in 237 milliseconds