HomeSort by relevance Sort by last modified time
    Searched full:registerallocation (Results 1 - 14 of 14) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 71 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) {
100 RegisterAllocation(stack, p, size);
120 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/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_;
  /art/runtime/base/
allocator.h 92 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) {
136 TrackedAllocators::RegisterAllocation(GetTag(), size);
  /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 200 class RegisterAllocation {
202 RegisterAllocation(Register object,
364 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_;
  /external/v8/src/s390/
code-stubs-s390.h 189 class RegisterAllocation {
191 RegisterAllocation(Register object, Register address, Register scratch0)
288 RegisterAllocation regs_;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 1039 bool registerAllocation();
nv50_ir.cpp 1157 if (!prog->registerAllocation()) {
nv50_ir_ra.cpp     [all...]

Completed in 493 milliseconds