HomeSort by relevance Sort by last modified time
    Searched full:registerallocation (Results 1 - 13 of 13) 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 178 class RegisterAllocation {
180 RegisterAllocation(Register object,
279 RegisterAllocation regs_;
  /art/runtime/base/
allocator.h 89 inline void RegisterAllocation(AllocatorTag tag, size_t bytes) {
136 TrackedAllocators::RegisterAllocation(GetTag(), size);
  /external/v8/src/arm64/
code-stubs-arm64.h 170 class RegisterAllocation {
172 RegisterAllocation(Register object,
319 RegisterAllocation regs_;
  /external/v8/src/ia32/
code-stubs-ia32.h 200 class RegisterAllocation {
202 RegisterAllocation(Register object,
382 RegisterAllocation regs_;
  /external/v8/src/mips/
code-stubs-mips.h 220 class RegisterAllocation {
222 RegisterAllocation(Register object,
321 RegisterAllocation regs_;
  /external/v8/src/mips64/
code-stubs-mips64.h 222 class RegisterAllocation {
224 RegisterAllocation(Register object,
323 RegisterAllocation regs_;
  /external/v8/src/x64/
code-stubs-x64.h 192 class RegisterAllocation {
194 RegisterAllocation(Register object,
357 RegisterAllocation regs_;
  /external/v8/src/x87/
code-stubs-x87.h 197 class RegisterAllocation {
199 RegisterAllocation(Register object,
371 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...]
  /art/compiler/dex/quick/
codegen_util.cc     [all...]

Completed in 1361 milliseconds