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

  /art/runtime/base/
allocator.h 91 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) {
136 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 141 class RegisterAllocation {
143 RegisterAllocation(Register object,
242 RegisterAllocation regs_;
  /external/v8/src/arm64/
code-stubs-arm64.h 173 class RegisterAllocation {
175 RegisterAllocation(Register object,
322 RegisterAllocation regs_;
  /external/v8/src/mips/
code-stubs-mips.h 172 class RegisterAllocation {
174 RegisterAllocation(Register object,
273 RegisterAllocation regs_;
  /external/v8/src/mips64/
code-stubs-mips64.h 173 class RegisterAllocation {
175 RegisterAllocation(Register object,
274 RegisterAllocation regs_;
  /external/v8/src/ppc/
code-stubs-ppc.h 161 class RegisterAllocation {
163 RegisterAllocation(Register object, Register address, Register scratch0)
262 RegisterAllocation regs_;
  /external/v8/src/ia32/
code-stubs-ia32.h 200 class RegisterAllocation {
202 RegisterAllocation(Register object,
364 RegisterAllocation regs_;
  /external/v8/src/s390/
code-stubs-s390.h 189 class RegisterAllocation {
191 RegisterAllocation(Register object, Register address, Register scratch0)
288 RegisterAllocation regs_;
  /external/v8/src/x64/
code-stubs-x64.h 192 class RegisterAllocation {
194 RegisterAllocation(Register object,
359 RegisterAllocation regs_;
  /external/v8/src/x87/
code-stubs-x87.h 197 class RegisterAllocation {
199 RegisterAllocation(Register object,
361 RegisterAllocation regs_;

Completed in 208 milliseconds