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

  /art/runtime/base/
allocator.h 77 static void RegisterAllocation(AllocatorTag tag, uint64_t bytes) {
123 TrackedAllocators::RegisterAllocation(GetTag(), size);
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 60 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) {
89 RegisterAllocation(stack, p, size);
107 RegisterAllocation(stack, p, new_size);
  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 178 class RegisterAllocation {
180 RegisterAllocation(Register object,
279 RegisterAllocation regs_;
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.h 170 class RegisterAllocation {
172 RegisterAllocation(Register object,
319 RegisterAllocation regs_;
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 200 class RegisterAllocation {
202 RegisterAllocation(Register object,
382 RegisterAllocation regs_;
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 220 class RegisterAllocation {
222 RegisterAllocation(Register object,
321 RegisterAllocation regs_;
  /external/chromium_org/v8/src/mips64/
code-stubs-mips64.h 222 class RegisterAllocation {
224 RegisterAllocation(Register object,
323 RegisterAllocation regs_;
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 192 class RegisterAllocation {
194 RegisterAllocation(Register object,
357 RegisterAllocation regs_;
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 197 class RegisterAllocation {
199 RegisterAllocation(Register object,
371 RegisterAllocation regs_;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 1039 bool registerAllocation();
nv50_ir.cpp 1157 if (!prog->registerAllocation()) {
nv50_ir_ra.cpp     [all...]
  /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 998 milliseconds